Home
last modified time | relevance | path

Searched defs:dmq1 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dcompat.c78 RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params()
126 RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1, in RSA_get0_crt_params()
H A Dopenssl_spi.c3171 BIGNUM *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in ImportRawRSAKey() local