Searched refs:CRYPTO_atomic_or (Results 1 – 8 of 8) sorted by relevance
/openssl-master/doc/man3/ |
A D | CRYPTO_THREAD_run_once.pod | 8 CRYPTO_atomic_add, CRYPTO_atomic_or, CRYPTO_atomic_load - OpenSSL thread support 24 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, 84 CRYPTO_atomic_or() performs an atomic bitwise or of I<op> and I<*val> and stores 88 CRYPTO_atomic_or() or read by CRYPTO_atomic_load() then CRYPTO_atomic_or() must 96 platform. Because of this, if a variable is modified by CRYPTO_atomic_or() or
|
/openssl-master/crypto/ |
A D | threads_none.c | 136 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or() function
|
A D | threads_win.c | 207 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or() function
|
A D | threads_pthread.c | 215 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or() function
|
A D | init.c | 645 if (!CRYPTO_atomic_or(&optsdone, opts, &tmp, init_lock)) in OPENSSL_init_crypto()
|
/openssl-master/test/ |
A D | threadstest.c | 189 if (CRYPTO_atomic_or(&val64, 2, &ret64, NULL)) { in test_atomic() 203 if (!TEST_true(CRYPTO_atomic_or(&val64, 2, &ret64, lock))) in test_atomic()
|
/openssl-master/include/openssl/ |
A D | crypto.h.in | 89 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret,
|
/openssl-master/util/ |
A D | libcrypto.num | 5292 CRYPTO_atomic_or 5420 3_0_0 EXIST::FUNCTION:
|
Completed in 20 milliseconds