Home
last modified time | relevance | path

Searched refs:CRYPTO_atomic_or (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DCRYPTO_THREAD_run_once.pod8 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
/freebsd/crypto/openssl/crypto/
H A Dthreads_none.c136 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or() function
H A Dthreads_win.c219 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or() function
H A Dthreads_pthread.c225 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or() function
H A Dinit.c649 if (!CRYPTO_atomic_or(&optsdone, opts, &tmp, optsdone_lock)) in OPENSSL_init_crypto()
/freebsd/crypto/openssl/test/
H A Dthreadstest.c169 if (CRYPTO_atomic_or(&val64, 2, &ret64, NULL)) { in test_atomic()
183 if (!TEST_true(CRYPTO_atomic_or(&val64, 2, &ret64, lock))) in test_atomic()
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h88 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret,
H A Dcrypto.h.in89 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret,
/freebsd/secure/lib/libcrypto/
H A DVersion.map4400 CRYPTO_atomic_or;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1149 MLINKS+= CRYPTO_THREAD_run_once.3 CRYPTO_atomic_or.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5292 CRYPTO_atomic_or 5420 3_0_0 EXIST::FUNCTION: