Searched refs:CRYPTO_atomic_or (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H 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, 85 CRYPTO_atomic_or() performs an atomic bitwise or of I<op> and I<*val> and stores 89 CRYPTO_atomic_or() or read by CRYPTO_atomic_load() then CRYPTO_atomic_or() must 97 platform. Because of this, if a variable is modified by CRYPTO_atomic_or() or
|
/freebsd/crypto/openssl/crypto/ |
H A D | threads_none.c | 136 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or() function
|
H A D | threads_win.c | 219 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or() function
|
H A D | threads_pthread.c | 225 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret, in CRYPTO_atomic_or() function
|
H A D | init.c | 651 if (!CRYPTO_atomic_or(&optsdone, opts, &tmp, optsdone_lock)) in OPENSSL_init_crypto()
|
/freebsd/crypto/openssl/test/ |
H A D | threadstest.c | 169 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 D | crypto.h | 88 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret,
|
H A D | crypto.h.in | 89 int CRYPTO_atomic_or(uint64_t *val, uint64_t op, uint64_t *ret,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 4400 CRYPTO_atomic_or;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1149 MLINKS+= CRYPTO_THREAD_run_once.3 CRYPTO_atomic_or.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 5292 CRYPTO_atomic_or 5420 3_0_0 EXIST::FUNCTION:
|