Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/rsa/
HDrsa_eay.c231 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 …]
HDrsa_lib.c191 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/
HDcrypto.h158 #define CRYPTO_LOCK_RSA 9 macro