Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/
HDcrypto_lock.c69 CTASSERT((sizeof(locks) / sizeof(*locks)) == CRYPTO_NUM_LOCKS);
74 if (type < 0 || type >= CRYPTO_NUM_LOCKS) in CRYPTO_lock()
/dragonfly/crypto/libressl/include/openssl/
HDcrypto.h190 #define CRYPTO_NUM_LOCKS 41 macro