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

  /external/chromium_org/third_party/boringssl/src/include/openssl/
thread.h 94 * CRYPTO_UNLOCK, to denote the action, and CRYPTO_READ or CRYPTO_WRITE, to
229 #define CRYPTO_WRITE 8
232 CRYPTO_lock(CRYPTO_LOCK | CRYPTO_WRITE, lock_num, __FILE__, __LINE__)
234 CRYPTO_lock(CRYPTO_UNLOCK | CRYPTO_WRITE, lock_num, __FILE__, __LINE__)
  /external/openssl/crypto/
crypto.h 229 #define CRYPTO_WRITE 8
234 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
236 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
  /external/openssl/include/openssl/
crypto.h 229 #define CRYPTO_WRITE 8
234 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
236 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)

Completed in 297 milliseconds