Searched defs:dmq1 (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
181 (r->dmq1 == NULL && dmq1 == NULL) ||
189 if (dmq1 != NULL) {
190 BN_free(r->dmq1);
191 r->dmq1 = dmq1;
222 RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1, argument
227 if (dmq1 !
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
1586 dmq1 = attr;
1652 if (dmq1 != NULL) {
1654 priv.elements[i].length = (unsigned short) dmq1->ulValueLen;
1655 memmove(bufs[i], dmq1->pValue, dmq1->ulValueLen);

Completed in 11 milliseconds