HomeSort by relevance Sort by last modified time
    Searched refs:CRYPTO_NUM_LOCKS (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/
cryptlib.c 127 static const char* const lock_names[CRYPTO_NUM_LOCKS] =
170 #if CRYPTO_NUM_LOCKS != 41
227 i+=CRYPTO_NUM_LOCKS; /* gap of one :-) */
231 int CRYPTO_num_locks(void)
233 return CRYPTO_NUM_LOCKS;
656 else if (type < CRYPTO_NUM_LOCKS)
658 else if (type-CRYPTO_NUM_LOCKS > sk_OPENSSL_STRING_num(app_locks))
661 return(sk_OPENSSL_STRING_value(app_locks,type-CRYPTO_NUM_LOCKS));
crypto.h 224 #define CRYPTO_NUM_LOCKS 41
417 int CRYPTO_num_locks(void); /* return CRYPTO_NUM_LOCKS (shared libs!) */
  /external/openssl/apps/
openssl.c 157 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
168 if (type < 0 || type >= CRYPTO_NUM_LOCKS)
  /external/openssl/include/openssl/
crypto.h 224 #define CRYPTO_NUM_LOCKS 41
417 int CRYPTO_num_locks(void); /* return CRYPTO_NUM_LOCKS (shared libs!) */
  /external/openssl/ssl/
ssltest.c 423 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */
434 if (type < 0 || type >= CRYPTO_NUM_LOCKS)
    [all...]

Completed in 453 milliseconds