Searched refs:CRYPTO_lock (Results 1 - 6 of 6) sorted by relevance

/external/openssl/crypto/
H A Do_init.c73 FIPS_set_locking_callbacks(CRYPTO_lock, CRYPTO_add_lock);
H A Dcrypto.h234 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
236 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
238 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_READ,type,__FILE__,__LINE__)
240 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_READ,type,__FILE__,__LINE__)
418 void CRYPTO_lock(int mode, int type,const char *file,int line);
H A Dcryptlib.c561 void CRYPTO_lock(int mode, int type, const char *file, int line) function
632 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_WRITE,type,file,line);
647 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_WRITE,type,file,line);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dthread.h153 /* CRYPTO_lock locks or unlocks the lock specified by |lock_num| (one of
156 OPENSSL_EXPORT void CRYPTO_lock(int mode, int lock_num, const char *file,
232 CRYPTO_lock(CRYPTO_LOCK | CRYPTO_WRITE, lock_num, __FILE__, __LINE__)
234 CRYPTO_lock(CRYPTO_UNLOCK | CRYPTO_WRITE, lock_num, __FILE__, __LINE__)
236 CRYPTO_lock(CRYPTO_LOCK | CRYPTO_READ, lock_num, __FILE__, __LINE__)
238 CRYPTO_lock(CRYPTO_UNLOCK | CRYPTO_READ, lock_num, __FILE__, __LINE__)
/external/chromium_org/third_party/boringssl/src/crypto/
H A Dthread.c142 void CRYPTO_lock(int mode, int lock_num, const char *file, int line) { function
155 CRYPTO_lock(CRYPTO_LOCK | CRYPTO_WRITE, lock_num, file, line);
158 CRYPTO_lock(CRYPTO_UNLOCK | CRYPTO_WRITE, lock_num, file, line);
/external/openssl/include/openssl/
H A Dcrypto.h234 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
236 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
238 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_READ,type,__FILE__,__LINE__)
240 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_READ,type,__FILE__,__LINE__)
418 void CRYPTO_lock(int mode, int type,const char *file,int line);

Completed in 1372 milliseconds