Searched refs:CRYPTO_LOCK_RSA (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/crypto/libressl/crypto/rsa/ |
| HD | rsa_eay.c | 231 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() 293 CRYPTO_r_unlock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 294 CRYPTO_w_lock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 306 CRYPTO_w_unlock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 308 CRYPTO_r_unlock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 436 CRYPTO_LOCK_RSA, rsa->n, ctx)) in RSA_eay_private_encrypt() 555 CRYPTO_LOCK_RSA, rsa->n, ctx)) in RSA_eay_private_decrypt() [all …]
|
| HD | rsa_lib.c | 191 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_RSA); in RSA_free() 220 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_RSA); in RSA_up_ref()
|
| /dragonfly/crypto/libressl/include/openssl/ |
| HD | crypto.h | 158 #define CRYPTO_LOCK_RSA 9 macro
|