Searched refs:_method_mod_q (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_eay.c755 (&rsa->_method_mod_q, CRYPTO_LOCK_RSA, q, ctx))
782 if (!rsa->meth->bn_mod_exp(m1, r1, dmq1, rsa->q, ctx, rsa->_method_mod_q))
897 if (rsa->_method_mod_q != NULL)
898 BN_MONT_CTX_free(rsa->_method_mod_q);
H A Drsa.h178 BN_MONT_CTX *_method_mod_q; member in struct:rsa_st
H A Drsa_eng.c198 ret->_method_mod_q = NULL;
/freebsd-9.3-release/crypto/openssl/fips/rsa/
H A Dfips_rsa_eay.c792 if (!rsa->meth->bn_mod_exp(m1, r1, dmq1, rsa->q, ctx, rsa->_method_mod_q))
908 if (rsa->_method_mod_q != NULL)
909 BN_MONT_CTX_free(rsa->_method_mod_q);

Completed in 109 milliseconds