Searched refs:CRYPTO_atomic_load (Results 1 – 9 of 9) sorted by relevance
/openssl/doc/man3/ |
H A D | CRYPTO_THREAD_run_once.pod | 9 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 D | init.c | 500 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 D | threads_none.c | 241 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load() function
|
H A D | threads_win.c | 400 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 D | threads_pthread.c | 965 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock) in CRYPTO_atomic_load() function
|
/openssl/crypto/hashtable/ |
H A D | hashtable.c | 565 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 D | threadstest.c | 637 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 D | crypto.h.in | 95 int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock);
|
/openssl/util/ |
H A D | libcrypto.num | 5293 CRYPTO_atomic_load 5421 3_0_0 EXIST::FUNCTION:
|
Completed in 59 milliseconds