Searched refs:CRYPTO_READ (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/crypto/openssl/crypto/threads/ |
| D | th-lock.c | 207 (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()
|
| D | mttest.c | 799 (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/ |
| D | threads.pod | 44 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/ |
| D | openssl.c | 162 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/ |
| D | crypto.h | 236 # 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__)
|
| D | cryptlib.c | 208 if (mode & CRYPTO_READ) in CRYPTO_lock()
|
| /freebsd-9-stable/crypto/openssl/ssl/ |
| D | ssltest.c | 345 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()
|