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

  /external/chromium_org/third_party/openssl/openssl/crypto/
cryptlib.c 561 void CRYPTO_lock(int mode, int type, const char *file, int line)
568 if (mode & CRYPTO_LOCK)
632 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_WRITE,type,file,line);
647 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_WRITE,type,file,line);
  /external/openssl/crypto/
cryptlib.c 561 void CRYPTO_lock(int mode, int type, const char *file, int line)
568 if (mode & CRYPTO_LOCK)
632 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_WRITE,type,file,line);
647 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_WRITE,type,file,line);

Completed in 95 milliseconds