Searched refs:CRYPTO_atomic_and (Results 1 – 7 of 7) 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, 30 int CRYPTO_atomic_and(uint64_t *val, uint64_t op, uint64_t *ret, 111 CRYPTO_atomic_and() performs an atomic bitwise and of I<op> and I<*val> and stores 115 CRYPTO_atomic_and() or read by CRYPTO_atomic_load() then CRYPTO_atomic_and() must
|
/openssl/crypto/ |
H A D | threads_none.c | 223 int CRYPTO_atomic_and(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_and() function
|
H A D | threads_win.c | 361 CRYPTO_atomic_and(&lock->qp_group[current_idx].users, ID_MASK, &tmp64, in update_qp() 652 int CRYPTO_atomic_and(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_and() function
|
H A D | threads_pthread.c | 913 int CRYPTO_atomic_and(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_and() function
|
/openssl/test/ |
H A D | threadstest.c | 659 if (CRYPTO_atomic_and(&val64, 5, &ret64, NULL)) { in test_atomic() 673 if (!TEST_true(CRYPTO_atomic_and(&val64, 5, &ret64, lock))) in test_atomic()
|
/openssl/include/openssl/ |
H A D | crypto.h.in | 91 int CRYPTO_atomic_and(uint64_t *val, uint64_t op, uint64_t *ret,
|
/openssl/util/ |
H A D | libcrypto.num | 5699 CRYPTO_atomic_and 5827 3_4_0 EXIST::FUNCTION:
|
Completed in 36 milliseconds