Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/crypto/rsa/
H A Drsa_eay.c717 rsa->_method_mod_q)) goto err; in RSA_eay_mod_exp()
799 if (rsa->_method_mod_q != NULL) in RSA_eay_finish()
800 BN_MONT_CTX_free(rsa->_method_mod_q); in RSA_eay_finish()
H A Drsa.h153 BN_MONT_CTX *_method_mod_q; member
H A Drsa_lib.c180 ret->_method_mod_q=NULL; in RSA_new_method()
/onnv-gate/usr/src/common/openssl/crypto/engine/
H A Dhw_pk11_pub.c966 if (rsa->_method_mod_q != NULL) in pk11_RSA_finish()
967 BN_MONT_CTX_free(rsa->_method_mod_q); in pk11_RSA_finish()