HomeSort by relevance Sort by last modified time
    Searched defs:CRYPTO_num_locks (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/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));
  /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));

Completed in 115 milliseconds