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

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dcrypto.h242 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
244 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_WRITE,type,__FILE__,__LINE__)
246 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_READ,type,__FILE__,__LINE__)
248 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_READ,type,__FILE__,__LINE__)
432 void CRYPTO_lock(int mode, int type, const char *file, int line);
H A Dcryptlib.c195 void CRYPTO_lock(int mode, int type, const char *file, int line) function
244 CRYPTO_lock(CRYPTO_LOCK | CRYPTO_WRITE, type, file, line);
254 CRYPTO_lock(CRYPTO_UNLOCK | CRYPTO_WRITE, type, file, line);

Completed in 136 milliseconds