Searched defs:CRYPTO_READ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dthread.h94 * CRYPTO_UNLOCK, to denote the action, and CRYPTO_READ or CRYPTO_WRITE, to
228 #define CRYPTO_READ 4 macro
236 CRYPTO_lock(CRYPTO_LOCK | CRYPTO_READ, lock_num, __FILE__, __LINE__)
238 CRYPTO_lock(CRYPTO_UNLOCK | CRYPTO_READ, lock_num, __FILE__, __LINE__)
/external/openssl/crypto/
H A Dcrypto.h228 #define CRYPTO_READ 4 macro
238 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_READ,type,__FILE__,__LINE__)
240 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_READ,type,__FILE__,__LINE__)
/external/openssl/include/openssl/
H A Dcrypto.h228 #define CRYPTO_READ 4 macro
238 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_READ,type,__FILE__,__LINE__)
240 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_READ,type,__FILE__,__LINE__)

Completed in 433 milliseconds