Searched defs:dmp1 (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
180 if ((r->dmp1 == NULL && dmp1 == NULL) ||
185 if (dmp1 != NULL) {
186 BN_free(r->dmp1);
187 r->dmp1 = dmp1;
222 RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1, argument
225 if (dmp1 !
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
1583 dmp1 = attr;
1644 if (dmp1 != NULL) {
1646 priv.elements[i].length = (unsigned short) dmp1->ulValueLen;
1647 memmove(bufs[i], dmp1->pValue, dmp1->ulValueLen);

Completed in 14 milliseconds