Home
last modified time | relevance | path

Searched refs:CRYPTO_LOCK_ERR (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/err/
Derr.c295 CRYPTO_w_lock(CRYPTO_LOCK_ERR); in err_fns_check()
298 CRYPTO_w_unlock(CRYPTO_LOCK_ERR); in err_fns_check()
313 CRYPTO_w_lock(CRYPTO_LOCK_ERR); in ERR_set_implementation()
322 CRYPTO_w_unlock(CRYPTO_LOCK_ERR); in ERR_set_implementation()
360 CRYPTO_w_lock(CRYPTO_LOCK_ERR); in IMPLEMENT_LHASH_COMP_FN()
368 CRYPTO_w_unlock(CRYPTO_LOCK_ERR); in IMPLEMENT_LHASH_COMP_FN()
375 CRYPTO_w_lock(CRYPTO_LOCK_ERR); in int_err_del()
380 CRYPTO_w_unlock(CRYPTO_LOCK_ERR); in int_err_del()
393 CRYPTO_r_lock(CRYPTO_LOCK_ERR); in int_err_get_item()
395 CRYPTO_r_unlock(CRYPTO_LOCK_ERR); in int_err_get_item()
[all …]
/freebsd-10-stable/crypto/openssl/crypto/
Dcrypto.h188 # define CRYPTO_LOCK_ERR 1 macro