Searched refs:CRYPTO_LOCK_RSA (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_eay.c227 (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
261 CRYPTO_r_lock(CRYPTO_LOCK_RSA);
264 CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
265 CRYPTO_w_lock(CRYPTO_LOCK_RSA);
292 CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
293 CRYPTO_w_lock(CRYPTO_LOCK_RSA);
305 CRYPTO_w_unlock(CRYPTO_LOCK_RSA);
307 CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
438 (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rsa->n, ctx))
566 (&rsa->_method_mod_n, CRYPTO_LOCK_RSA, rs
[all...]
H A Drsa_eng.c231 i = CRYPTO_add(&r->references, -1, CRYPTO_LOCK_RSA);
280 int i = CRYPTO_add(&r->references, 1, CRYPTO_LOCK_RSA);
/freebsd-9.3-release/crypto/openssl/fips/rsa/
H A Dfips_rsa_eay.c163 CRYPTO_LOCK_RSA, \
281 CRYPTO_r_lock(CRYPTO_LOCK_RSA);
284 CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
285 CRYPTO_w_lock(CRYPTO_LOCK_RSA);
312 CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
313 CRYPTO_w_lock(CRYPTO_LOCK_RSA);
325 CRYPTO_w_unlock(CRYPTO_LOCK_RSA);
327 CRYPTO_r_unlock(CRYPTO_LOCK_RSA);
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dcrypto.h196 # define CRYPTO_LOCK_RSA 9 macro

Completed in 105 milliseconds