Lines Matching defs:iqmp
72 RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) {74 * If the fields dmp1, dmq1 and iqmp in r are NULL, the79 (r->iqmp == NULL && iqmp == NULL))92 if (iqmp != NULL) {93 BN_clear_free(r->iqmp);94 r->iqmp = iqmp;116 const BIGNUM **iqmp) {119 SET_IF_NOT_NULL(iqmp, r->iqmp);