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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcryptlib.c128 static const char* const lock_names[CRYPTO_NUM_LOCKS] =
169 #if CRYPTO_NUM_LOCKS != 39
223 i+=CRYPTO_NUM_LOCKS; /* gap of one :-) */
229 return CRYPTO_NUM_LOCKS;
534 else if (type < CRYPTO_NUM_LOCKS)
536 else if (type-CRYPTO_NUM_LOCKS > sk_num(app_locks))
539 return(sk_value(app_locks,type-CRYPTO_NUM_LOCKS));
H A Dcrypto.h222 #define CRYPTO_NUM_LOCKS 39 macro
413 int CRYPTO_num_locks(void); /* return CRYPTO_NUM_LOCKS (shared libs!) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dcryptlib.c127 static const char *const lock_names[CRYPTO_NUM_LOCKS] = {
169 #if CRYPTO_NUM_LOCKS != 41
232 i += CRYPTO_NUM_LOCKS; /* gap of one :-) */
238 return CRYPTO_NUM_LOCKS;
643 else if (type < CRYPTO_NUM_LOCKS)
645 else if (type - CRYPTO_NUM_LOCKS > sk_OPENSSL_STRING_num(app_locks))
648 return (sk_OPENSSL_STRING_value(app_locks, type - CRYPTO_NUM_LOCKS));
H A Dcrypto.h228 # define CRYPTO_NUM_LOCKS 41 macro
435 int CRYPTO_num_locks(void); /* return CRYPTO_NUM_LOCKS (shared libs!) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dcryptlib.c127 static const char *const lock_names[CRYPTO_NUM_LOCKS] = {
169 #if CRYPTO_NUM_LOCKS != 41
232 i += CRYPTO_NUM_LOCKS; /* gap of one :-) */
238 return CRYPTO_NUM_LOCKS;
643 else if (type < CRYPTO_NUM_LOCKS)
645 else if (type - CRYPTO_NUM_LOCKS > sk_OPENSSL_STRING_num(app_locks))
648 return (sk_OPENSSL_STRING_value(app_locks, type - CRYPTO_NUM_LOCKS));
H A Dcrypto.h228 # define CRYPTO_NUM_LOCKS 41 macro
435 int CRYPTO_num_locks(void); /* return CRYPTO_NUM_LOCKS (shared libs!) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dopenssl.c155 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
166 if (type < 0 || type >= CRYPTO_NUM_LOCKS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dopenssl.c160 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
170 if (type < 0 || type >= CRYPTO_NUM_LOCKS) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dopenssl.c160 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
170 if (type < 0 || type >= CRYPTO_NUM_LOCKS) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dcrypto.h222 #define CRYPTO_NUM_LOCKS 39 macro
413 int CRYPTO_num_locks(void); /* return CRYPTO_NUM_LOCKS (shared libs!) */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssltest.c325 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
336 if (type < 0 || type >= CRYPTO_NUM_LOCKS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dssltest.c325 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
336 if (type < 0 || type >= CRYPTO_NUM_LOCKS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssltest.c867 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
877 if (type < 0 || type >= CRYPTO_NUM_LOCKS) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssltest.c867 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
877 if (type < 0 || type >= CRYPTO_NUM_LOCKS) {

Completed in 115 milliseconds