Searched refs:CRYPTO_LOCK_RSA (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/rsa/ |
D | rsa_eay.c | 227 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 …]
|
D | rsa_lib.c | 214 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/ |
D | crypto.h | 192 #define CRYPTO_LOCK_RSA 9 macro
|
/external/openssl/crypto/ |
D | crypto.h | 192 #define CRYPTO_LOCK_RSA 9 macro
|