Home
last modified time | relevance | path

Searched refs:CRYPTO_READ (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/crypto/openssl/crypto/threads/
Dth-lock.c207 (type & CRYPTO_READ) ? "r" : "w", file, line); in solaris_locking_callback()
219 if (mode & CRYPTO_READ) in solaris_locking_callback()
345 (type & CRYPTO_READ) ? "r" : "w", file, line); in pthreads_locking_callback()
Dmttest.c799 (type & CRYPTO_READ) ? "r" : "w", file, line); in solaris_locking_callback()
985 (type & CRYPTO_READ) ? "r" : "w", file, line); in pthreads_locking_callback()
/freebsd-9-stable/crypto/openssl/doc/crypto/
Dthreads.pod44 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_READ,type,__FILE__,__LINE__)
46 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_READ,type,__FILE__,__LINE__)
112 undefined behaviour if misused (for example, CRYPTO_READ and CRYPTO_WRITE
117 CRYPTO_READ 0x04
/freebsd-9-stable/crypto/openssl/apps/
Dopenssl.c162 rw = mode & (CRYPTO_READ | CRYPTO_WRITE); in lock_dbg_cb()
163 if (!((rw == CRYPTO_READ) || (rw == CRYPTO_WRITE))) { in lock_dbg_cb()
190 errstr = (rw == CRYPTO_READ) ? in lock_dbg_cb()
/freebsd-9-stable/crypto/openssl/crypto/
Dcrypto.h236 # define CRYPTO_READ 4 macro
246 CRYPTO_lock(CRYPTO_LOCK|CRYPTO_READ,type,__FILE__,__LINE__)
248 CRYPTO_lock(CRYPTO_UNLOCK|CRYPTO_READ,type,__FILE__,__LINE__)
Dcryptlib.c208 if (mode & CRYPTO_READ) in CRYPTO_lock()
/freebsd-9-stable/crypto/openssl/ssl/
Dssltest.c345 rw = mode & (CRYPTO_READ | CRYPTO_WRITE); in lock_dbg_cb()
346 if (!((rw == CRYPTO_READ) || (rw == CRYPTO_WRITE))) { in lock_dbg_cb()
373 errstr = (rw == CRYPTO_READ) ? in lock_dbg_cb()