Searched refs:new_dmp1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | crypto.c | 2985 BIGNUM *new_d, *new_p, *new_q, *new_dmp1, *new_dmq1, *new_iqmp, *n, *e; in match_keys_rsa() local 3021 new_dmp1 = BN_dup(dmp1); in match_keys_rsa() 3027 new_dmp1 == NULL || new_dmq1 == NULL || new_iqmp == NULL) { in match_keys_rsa() 3033 BN_free(new_dmp1); in match_keys_rsa() 3048 BN_free(new_dmp1); in match_keys_rsa() 3060 BN_free(new_dmp1); in match_keys_rsa() 3067 ret = RSA_set0_crt_params(rsa, new_dmp1, new_dmq1, new_iqmp); in match_keys_rsa() 3070 BN_free(new_dmp1); in match_keys_rsa()
|