Searched refs:CRYPTO_NUM_LOCKS (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/
H A Ddyn_lck.c128 static const char *const lock_names[CRYPTO_NUM_LOCKS] = {
169 # if CRYPTO_NUM_LOCKS != 39
175 # if CRYPTO_NUM_LOCKS != 41
230 i += CRYPTO_NUM_LOCKS; /* gap of one :-) */
416 else if (type < CRYPTO_NUM_LOCKS)
418 else if (type - CRYPTO_NUM_LOCKS > sk_num(app_locks))
421 return (sk_value(app_locks, type - CRYPTO_NUM_LOCKS));
H A Dcrypto.h227 # define CRYPTO_NUM_LOCKS 39 macro
231 # define CRYPTO_NUM_LOCKS 41 macro
431 int CRYPTO_num_locks(void); /* return CRYPTO_NUM_LOCKS (shared libs!) */
H A Dcryptlib.c133 return CRYPTO_NUM_LOCKS;
/freebsd-9.3-release/crypto/openssl/apps/
H A Dopenssl.c158 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
168 if (type < 0 || type >= CRYPTO_NUM_LOCKS) {
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssltest.c341 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
351 if (type < 0 || type >= CRYPTO_NUM_LOCKS) {

Completed in 96 milliseconds