Searched defs:iqmp (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dopensslrsa_link.c175 RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) { argument
177 * If the fields dmp1, dmq1 and iqmp in r are NULL, the
182 (r->iqmp == NULL && iqmp == NULL))
193 if (iqmp != NULL) {
194 BN_free(r->iqmp);
195 r->iqmp = iqmp;
223 const BIGNUM **iqmp)
229 if (iqmp !
222 RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1, const BIGNUM **iqmp) argument
1292 const BIGNUM *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; local
1473 BIGNUM *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; local
[all...]
H A Dpkcs11rsa_link.c1548 CK_ATTRIBUTE *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; local
1589 iqmp = attr;
1660 if (iqmp != NULL) {
1662 priv.elements[i].length = (unsigned short) iqmp->ulValueLen;
1663 memmove(bufs[i], iqmp->pValue, iqmp->ulValueLen);

Completed in 16 milliseconds