Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/rsa/
Drsa_eay.c758 if (!BN_MONT_CTX_set_locked(&rsa->_method_mod_p, in RSA_eay_mod_exp()
786 rsa->_method_mod_p)) goto err; in RSA_eay_mod_exp()
857 if (rsa->_method_mod_p != NULL) in RSA_eay_finish()
858 BN_MONT_CTX_free(rsa->_method_mod_p); in RSA_eay_finish()
Drsa.h148 BN_MONT_CTX *_method_mod_p; member
Drsa_lib.c179 ret->_method_mod_p=NULL; in RSA_new_method()