Home
last modified time | relevance | path

Searched refs:CRYPTO_atomic_load (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DCRYPTO_THREAD_run_once.pod8 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);
88 CRYPTO_atomic_or() or read by CRYPTO_atomic_load() then CRYPTO_atomic_or() must
94 CRYPTO_atomic_load() atomically loads the contents of I<*val> into I<*ret>.
97 read by CRYPTO_atomic_load() then CRYPTO_atomic_load() must be the only way that
/freebsd/crypto/openssl/crypto/
H A Dthreads_none.c145 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load() function
H A Dinit.c487 if (CRYPTO_atomic_load(&optsdone, &tmp, NULL)) { in OPENSSL_init_crypto()
519 if (!CRYPTO_atomic_load(&optsdone, &tmp, optsdone_lock)) in OPENSSL_init_crypto()
H A Dthreads_win.c238 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load() function
H A Dthreads_pthread.c251 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load() function
/freebsd/crypto/openssl/test/
H A Dthreadstest.c191 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 Dcrypto.h90 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock);
H A Dcrypto.h.in91 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock);
/freebsd/secure/lib/libcrypto/
H A DVersion.map4399 CRYPTO_atomic_load;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1148 MLINKS+= CRYPTO_THREAD_run_once.3 CRYPTO_atomic_load.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5293 CRYPTO_atomic_load 5421 3_0_0 EXIST::FUNCTION: