Searched refs:CRYPTO_atomic_or (Results 1 – 8 of 8) sorted by relevance
/openssl/doc/man3/ |
H A D | CRYPTO_THREAD_run_once.pod | 8 CRYPTO_atomic_add, CRYPTO_atomic_add64, CRYPTO_atomic_and, CRYPTO_atomic_or, 32 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, 121 CRYPTO_atomic_or() performs an atomic bitwise or of I<op> and I<*val> and stores 125 CRYPTO_atomic_or() or read by CRYPTO_atomic_load() then CRYPTO_atomic_or() must 133 platform. Because of this, if a variable is modified by CRYPTO_atomic_or() or
|
/openssl/crypto/ |
H A D | threads_none.c | 232 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or() function
|
H A D | init.c | 662 if (!CRYPTO_atomic_or(&optsdone, opts, &tmp, optsdone_lock)) in OPENSSL_init_crypto()
|
H A D | threads_win.c | 671 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or() function
|
H A D | threads_pthread.c | 939 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or() function
|
/openssl/test/ |
H A D | threadstest.c | 615 if (CRYPTO_atomic_or(&val64, 2, &ret64, NULL)) { in test_atomic() 629 if (!TEST_true(CRYPTO_atomic_or(&val64, 2, &ret64, lock))) in test_atomic()
|
/openssl/include/openssl/ |
H A D | crypto.h.in | 93 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret,
|
/openssl/util/ |
H A D | libcrypto.num | 5292 CRYPTO_atomic_or 5420 3_0_0 EXIST::FUNCTION:
|
Completed in 50 milliseconds