Searched refs:CRYPTO_atomic_load (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | CRYPTO_THREAD_run_once.pod | 8 CRYPTO_atomic_add, CRYPTO_atomic_or, CRYPTO_atomic_load - OpenSSL thread support 26 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock); 89 CRYPTO_atomic_or() or read by CRYPTO_atomic_load() then CRYPTO_atomic_or() must 95 CRYPTO_atomic_load() atomically loads the contents of I<*val> into I<*ret>. 98 read by CRYPTO_atomic_load() then CRYPTO_atomic_load() must be the only way that
|
/freebsd/crypto/openssl/crypto/ |
H A D | threads_none.c | 145 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load() function
|
H A D | init.c | 489 if (CRYPTO_atomic_load(&optsdone, &tmp, NULL)) { in OPENSSL_init_crypto() 518 * without lockless CRYPTO_atomic_load in OPENSSL_init_crypto() 521 if (!CRYPTO_atomic_load(&optsdone, &tmp, optsdone_lock)) in OPENSSL_init_crypto()
|
H A D | threads_win.c | 238 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load() function
|
H A D | threads_pthread.c | 251 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load() function
|
/freebsd/crypto/openssl/test/ |
H A D | threadstest.c | 191 if (CRYPTO_atomic_load(&val64, &ret64, NULL)) { in test_atomic() 204 if (!TEST_true(CRYPTO_atomic_load(&val64, &ret64, lock))) in test_atomic()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 90 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock);
|
H A D | crypto.h.in | 91 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4399 CRYPTO_atomic_load;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1148 MLINKS+= CRYPTO_THREAD_run_once.3 CRYPTO_atomic_load.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 5293 CRYPTO_atomic_load 5421 3_0_0 EXIST::FUNCTION:
|