Searched refs:new_dmq1 (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 3022 new_dmq1 = BN_dup(dmq1); in match_keys_rsa() 3027 new_dmp1 == NULL || new_dmq1 == NULL || new_iqmp == NULL) { in match_keys_rsa() 3034 BN_free(new_dmq1); in match_keys_rsa() 3049 BN_free(new_dmq1); in match_keys_rsa() 3061 BN_free(new_dmq1); in match_keys_rsa() 3067 ret = RSA_set0_crt_params(rsa, new_dmp1, new_dmq1, new_iqmp); in match_keys_rsa() 3071 BN_free(new_dmq1); in match_keys_rsa()
|