Searched refs:CRYPTO_LOCK_RSA (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/crypto/openssl/crypto/rsa/ |
| HD | rsa_eay.c | 227 (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx)) in RSA_eay_public_encrypt() 262 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() 294 CRYPTO_r_unlock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 295 CRYPTO_w_lock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 307 CRYPTO_w_unlock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 309 CRYPTO_r_unlock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 440 (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx)) in RSA_eay_private_encrypt() 568 (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx)) in RSA_eay_private_decrypt() [all …]
|
| HD | rsa_lib.c | 215 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_RSA); in RSA_free() 264 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_RSA); in RSA_up_ref()
|
| /NextBSD/crypto/openssl/crypto/ |
| HD | crypto.h | 196 # define CRYPTO_LOCK_RSA 9 macro
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 7316 obtain lock CRYPTO_LOCK_RSA before setting rsa->_method_mod_{n,p,q}. 7319 by CRYPTO_LOCK_RSA [see rsa_lib.c, s3_srvr.c, ssl_cert.c, ssl_rsa.c],
|