Home
last modified time | relevance | path

Searched refs:CRYPTO_atomic_and (Results 1 – 7 of 7) sorted by relevance

/openssl/doc/man3/
H A DCRYPTO_THREAD_run_once.pod8 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 Dthreads_none.c223 int CRYPTO_atomic_and(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_and() function
H A Dthreads_win.c361 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 Dthreads_pthread.c913 int CRYPTO_atomic_and(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_and() function
/openssl/test/
H A Dthreadstest.c659 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 Dcrypto.h.in91 int CRYPTO_atomic_and(uint64_t *val, uint64_t op, uint64_t *ret,
/openssl/util/
H A Dlibcrypto.num5699 CRYPTO_atomic_and 5827 3_4_0 EXIST::FUNCTION:

Completed in 34 milliseconds