Home
last modified time | relevance | path

Searched refs:dmpq (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c4119 const BIGNUM *n, *e, *d, *p, *q, *dmp1, *dmpq, *iqmp; in exportRawRSAKey() local
4123 RSA_get0_crt_params(rsa, &dmp1, &dmpq, &iqmp); in exportRawRSAKey()
4148 if (dmpq != NULL) in exportRawRSAKey()
4149 if ((rv = sslBN2KMFBN((BIGNUM *)dmpq, &kmfkey->exp2)) != KMF_OK) in exportRawRSAKey()