Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DCRYPTO_THREAD_run_once.pod9 CRYPTO_atomic_load, CRYPTO_atomic_store, CRYPTO_atomic_load_int,
34 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock);
115 CRYPTO_atomic_and() or read by CRYPTO_atomic_load() then CRYPTO_atomic_and() must
125 CRYPTO_atomic_or() or read by CRYPTO_atomic_load() then CRYPTO_atomic_or() must
131 CRYPTO_atomic_load() atomically loads the contents of I<*val> into I<*ret>.
134 read by CRYPTO_atomic_load() then CRYPTO_atomic_load() must be the only way that
146 CRYPTO_atomic_load_int() works identically to CRYPTO_atomic_load() but operates
/openssl/crypto/
H A Dinit.c500 if (CRYPTO_atomic_load(&optsdone, &tmp, NULL)) { in OPENSSL_init_crypto()
532 if (!CRYPTO_atomic_load(&optsdone, &tmp, optsdone_lock)) in OPENSSL_init_crypto()
H A Dthreads_none.c241 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load() function
H A Dthreads_win.c400 CRYPTO_atomic_load(&qp->users, &count, lock->rw_lock); in ossl_synchronize_rcu()
690 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load() function
H A Dthreads_pthread.c965 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load() function
/openssl/crypto/hashtable/
H A Dhashtable.c565 if (!CRYPTO_atomic_load(&md->neighborhoods[neigh_idx].entries[j].hash, in ossl_ht_insert_locked()
700 if (!CRYPTO_atomic_load(&md->neighborhoods[neigh_idx].entries[j].hash, in ossl_ht_get()
/openssl/test/
H A Dthreadstest.c637 if (CRYPTO_atomic_load(&val64, &ret64, NULL)) { in test_atomic()
650 if (!TEST_true(CRYPTO_atomic_load(&val64, &ret64, lock))) in test_atomic()
/openssl/include/openssl/
H A Dcrypto.h.in95 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock);
/openssl/util/
H A Dlibcrypto.num5293 CRYPTO_atomic_load 5421 3_0_0 EXIST::FUNCTION:

Completed in 47 milliseconds