Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/rsa/
HDrsa_eay.c227 (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx)) in RSA_eay_public_encrypt()
231 rsa->_method_mod_n)) in RSA_eay_public_encrypt()
440 (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx)) in RSA_eay_private_encrypt()
444 rsa->_method_mod_n)) in RSA_eay_private_encrypt()
568 (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx)) in RSA_eay_private_decrypt()
571 rsa->_method_mod_n)) in RSA_eay_private_decrypt()
676 (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx)) in RSA_eay_public_decrypt()
680 rsa->_method_mod_n)) in RSA_eay_public_decrypt()
764 (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx)) in RSA_eay_mod_exp()
846 rsa->_method_mod_n)) in RSA_eay_mod_exp()
[all …]
HDrsa_crpt.c233 rsa->meth->bn_mod_exp, rsa->_method_mod_n); in RSA_setup_blinding()
HDrsa_lib.c180 ret->_method_mod_n = NULL; in RSA_new_method()
HDrsa.h155 BN_MONT_CTX *_method_mod_n; member
/trueos/crypto/openssl/crypto/engine/
HDeng_rsax.c310 if (rsa->_method_mod_n) in e_rsax_rsa_finish()
311 BN_MONT_CTX_free(rsa->_method_mod_n); in e_rsax_rsa_finish()
567 (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx)) in e_rsax_rsa_mod_exp()
655 (vrfy, r0, rsa->e, rsa->n, ctx, rsa->_method_mod_n, in e_rsax_rsa_mod_exp()
688 rsa->_method_mod_n, e_rsax_get_ctx(rsa, 2, in e_rsax_rsa_mod_exp()