Searched refs:CRYPTO_LOCK_RSA (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libcrypto/rsa/ |
H A D | rsa_eay.c | 195 CRYPTO_LOCK_RSA, rsa->n, ctx)) in rsa_public_encrypt() 226 CRYPTO_r_lock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 229 CRYPTO_r_unlock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 230 CRYPTO_w_lock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 247 CRYPTO_r_unlock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 248 CRYPTO_w_lock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 260 CRYPTO_w_unlock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 262 CRYPTO_r_unlock(CRYPTO_LOCK_RSA); in rsa_get_blinding() 363 CRYPTO_LOCK_RSA, rsa->n, ctx)) in rsa_private_encrypt() 482 CRYPTO_LOCK_RSA, rsa->n, ctx)) in rsa_private_decrypt() [all …]
|
H A D | rsa_lib.c | 168 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_RSA); in RSA_free() 195 return CRYPTO_add(&r->references, 1, CRYPTO_LOCK_RSA) > 1; in RSA_up_ref()
|
/openbsd/lib/libcrypto/ |
H A D | crypto.h | 159 #define CRYPTO_LOCK_RSA 9 macro
|