Home
last modified time | relevance | path

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

/external/openssl/crypto/rsa/
Drsa_eay.c227 if (!BN_MONT_CTX_set_locked(&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx)) in RSA_eay_public_encrypt()
261 CRYPTO_r_lock(CRYPTO_LOCK_RSA); in rsa_get_blinding()
265 CRYPTO_r_unlock(CRYPTO_LOCK_RSA); in rsa_get_blinding()
266 CRYPTO_w_lock(CRYPTO_LOCK_RSA); in rsa_get_blinding()
298 CRYPTO_r_unlock(CRYPTO_LOCK_RSA); in rsa_get_blinding()
299 CRYPTO_w_lock(CRYPTO_LOCK_RSA); in rsa_get_blinding()
311 CRYPTO_w_unlock(CRYPTO_LOCK_RSA); in rsa_get_blinding()
313 CRYPTO_r_unlock(CRYPTO_LOCK_RSA); in rsa_get_blinding()
436 if(!BN_MONT_CTX_set_locked(&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx)) in RSA_eay_private_encrypt()
559 if (!BN_MONT_CTX_set_locked(&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx)) in RSA_eay_private_decrypt()
[all …]
Drsa_lib.c214 i=CRYPTO_add(&r->references,-1,CRYPTO_LOCK_RSA); in RSA_free()
252 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_RSA); in RSA_up_ref()
/external/openssl/include/openssl/
Dcrypto.h192 #define CRYPTO_LOCK_RSA 9 macro
/external/openssl/crypto/
Dcrypto.h192 #define CRYPTO_LOCK_RSA 9 macro