Symbol: CRYPTO_RWLOCK
crypto/openssl/crypto/asn1/tasn_utl.c
71
CRYPTO_RWLOCK **lock;
crypto/openssl/crypto/async/arch/async_posix.c
22
static CRYPTO_RWLOCK *async_mem_lock;
crypto/openssl/crypto/bio/bio_addr.c
35
CRYPTO_RWLOCK *bio_lookup_lock;
crypto/openssl/crypto/bio/bio_local.h
126
extern CRYPTO_RWLOCK *bio_lookup_lock;
crypto/openssl/crypto/bio/bss_dgram_pair.c
266
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/bn/bn_blind.c
27
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/bn/bn_mont.c
425
BN_MONT_CTX *BN_MONT_CTX_set_locked(BN_MONT_CTX **pmont, CRYPTO_RWLOCK *lock,
crypto/openssl/crypto/context.c
23
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/core_namemap.c
37
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/dh/dh_local.h
37
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/dsa/dsa_local.h
34
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/encode_decode/decoder_pkey.c
677
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/engine/eng_lib.c
15
CRYPTO_RWLOCK *global_engine_lock;
crypto/openssl/crypto/engine/eng_local.h
20
extern CRYPTO_RWLOCK *global_engine_lock;
crypto/openssl/crypto/err/err.c
146
static CRYPTO_RWLOCK *err_string_lock = NULL;
crypto/openssl/crypto/evp/evp_local.h
91
CRYPTO_RWLOCK *refcnt_lock;
crypto/openssl/crypto/hashtable/hashtable.c
147
CRYPTO_RWLOCK *atomic_lock;
crypto/openssl/crypto/init.c
50
static CRYPTO_RWLOCK *optsdone_lock = NULL;
crypto/openssl/crypto/init.c
52
static CRYPTO_RWLOCK *init_lock = NULL;
crypto/openssl/crypto/initthread.c
51
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/mem_sec.c
94
static CRYPTO_RWLOCK *sec_malloc_lock = NULL;
crypto/openssl/crypto/objects/o_names.c
30
static CRYPTO_RWLOCK *obj_lock = NULL;
crypto/openssl/crypto/objects/obj_dat.c
41
static CRYPTO_RWLOCK *ossl_obj_lock = NULL;
crypto/openssl/crypto/objects/obj_dat.c
43
static CRYPTO_RWLOCK *ossl_obj_nid_lock = NULL;
crypto/openssl/crypto/objects/obj_xref.c
17
static CRYPTO_RWLOCK *sig_lock;
crypto/openssl/crypto/property/property.c
73
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/property/property.c
80
CRYPTO_RWLOCK *biglock;
crypto/openssl/crypto/property/property_string.c
39
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/provider_child.c
26
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/provider_conf.c
26
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/provider_core.c
148
CRYPTO_RWLOCK *flag_lock;
crypto/openssl/crypto/provider_core.c
152
CRYPTO_RWLOCK *activatecnt_lock; /* For the activatecnt counter */
crypto/openssl/crypto/provider_core.c
188
CRYPTO_RWLOCK *opbits_lock;
crypto/openssl/crypto/provider_core.c
220
CRYPTO_RWLOCK *default_path_lock;
crypto/openssl/crypto/provider_core.c
221
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/rand/rand_lib.c
139
static CRYPTO_RWLOCK *rand_engine_lock;
crypto/openssl/crypto/rand/rand_lib.c
142
static CRYPTO_RWLOCK *rand_meth_lock;
crypto/openssl/crypto/rand/rand_lib.c
41
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/rsa/rsa_local.h
98
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/store/store_register.c
18
static CRYPTO_RWLOCK *registry_lock;
crypto/openssl/crypto/threads_none.c
100
CRYPTO_RWLOCK *CRYPTO_THREAD_lock_new(void)
crypto/openssl/crypto/threads_none.c
102
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/threads_none.c
113
__owur int CRYPTO_THREAD_read_lock(CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_none.c
120
__owur int CRYPTO_THREAD_write_lock(CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_none.c
127
int CRYPTO_THREAD_unlock(CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_none.c
134
void CRYPTO_THREAD_lock_free(CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_none.c
228
int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_none.c
237
CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_none.c
246
CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_none.c
255
CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_none.c
263
int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_none.c
270
int CRYPTO_atomic_store(uint64_t *dst, uint64_t val, CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_none.c
277
int CRYPTO_atomic_load_int(int *val, int *ret, CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_pthread.c
618
CRYPTO_RWLOCK *CRYPTO_THREAD_lock_new(void)
crypto/openssl/crypto/threads_pthread.c
621
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/threads_pthread.c
633
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/threads_pthread.c
663
__owur int CRYPTO_THREAD_read_lock(CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_pthread.c
678
__owur int CRYPTO_THREAD_write_lock(CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_pthread.c
693
int CRYPTO_THREAD_unlock(CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_pthread.c
708
void CRYPTO_THREAD_lock_free(CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_pthread.c
776
int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_pthread.c
803
CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_pthread.c
829
CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_pthread.c
855
CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_pthread.c
880
int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_pthread.c
903
int CRYPTO_atomic_store(uint64_t *dst, uint64_t val, CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_pthread.c
926
int CRYPTO_atomic_load_int(int *val, int *ret, CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_win.c
123
CRYPTO_RWLOCK *rw_lock;
crypto/openssl/crypto/threads_win.c
429
CRYPTO_RWLOCK *CRYPTO_THREAD_lock_new(void)
crypto/openssl/crypto/threads_win.c
431
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/threads_win.c
460
__owur int CRYPTO_THREAD_read_lock(CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_win.c
472
__owur int CRYPTO_THREAD_write_lock(CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_win.c
485
int CRYPTO_THREAD_unlock(CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_win.c
502
void CRYPTO_THREAD_lock_free(CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_win.c
608
int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_win.c
628
CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_win.c
647
CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_win.c
666
CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_win.c
684
int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_win.c
700
int CRYPTO_atomic_store(uint64_t *dst, uint64_t val, CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/threads_win.c
716
int CRYPTO_atomic_load_int(int *val, int *ret, CRYPTO_RWLOCK *lock)
crypto/openssl/crypto/trace.c
25
static CRYPTO_RWLOCK *trace_lock = NULL;
crypto/openssl/crypto/ui/ui_local.h
106
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/x509/by_dir.c
48
CRYPTO_RWLOCK *lock;
crypto/openssl/crypto/x509/x509_local.h
148
CRYPTO_RWLOCK *lock;
crypto/openssl/include/crypto/evp.h
692
CRYPTO_RWLOCK *lock;
crypto/openssl/include/crypto/evp.h
761
CRYPTO_RWLOCK *lock;
crypto/openssl/include/crypto/x509.h
124
CRYPTO_RWLOCK *lock;
crypto/openssl/include/crypto/x509.h
200
CRYPTO_RWLOCK *lock;
crypto/openssl/include/crypto/x509.h
81
CRYPTO_RWLOCK *lock;
crypto/openssl/include/internal/cryptlib.h
49
extern CRYPTO_RWLOCK *memdbg_lock;
crypto/openssl/include/internal/cryptlib.h
85
CRYPTO_RWLOCK *ex_data_lock;
crypto/openssl/include/internal/refcount.h
208
CRYPTO_RWLOCK *lock;
crypto/openssl/include/openssl/bn.h
417
BN_MONT_CTX *BN_MONT_CTX_set_locked(BN_MONT_CTX **pmont, CRYPTO_RWLOCK *lock,
crypto/openssl/include/openssl/crypto.h
83
CRYPTO_RWLOCK *CRYPTO_THREAD_lock_new(void);
crypto/openssl/include/openssl/crypto.h
84
__owur int CRYPTO_THREAD_read_lock(CRYPTO_RWLOCK *lock);
crypto/openssl/include/openssl/crypto.h
85
__owur int CRYPTO_THREAD_write_lock(CRYPTO_RWLOCK *lock);
crypto/openssl/include/openssl/crypto.h
86
int CRYPTO_THREAD_unlock(CRYPTO_RWLOCK *lock);
crypto/openssl/include/openssl/crypto.h
87
void CRYPTO_THREAD_lock_free(CRYPTO_RWLOCK *lock);
crypto/openssl/include/openssl/crypto.h
89
int CRYPTO_atomic_add(int *val, int amount, int *ret, CRYPTO_RWLOCK *lock);
crypto/openssl/include/openssl/crypto.h
91
CRYPTO_RWLOCK *lock);
crypto/openssl/include/openssl/crypto.h
93
CRYPTO_RWLOCK *lock);
crypto/openssl/include/openssl/crypto.h
95
CRYPTO_RWLOCK *lock);
crypto/openssl/include/openssl/crypto.h
96
int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock);
crypto/openssl/include/openssl/crypto.h
97
int CRYPTO_atomic_load_int(int *val, int *ret, CRYPTO_RWLOCK *lock);
crypto/openssl/include/openssl/crypto.h
98
int CRYPTO_atomic_store(uint64_t *dst, uint64_t val, CRYPTO_RWLOCK *lock);
crypto/openssl/providers/fips/self_test.c
53
static CRYPTO_RWLOCK *self_test_lock = NULL;
crypto/openssl/providers/implementations/rands/drbg.c
260
CRYPTO_RWLOCK *rand_nonce_lock;
crypto/openssl/providers/implementations/rands/drbg_local.h
60
CRYPTO_RWLOCK *lock;
crypto/openssl/providers/implementations/rands/fips_crng_test.c
53
CRYPTO_RWLOCK *lock;
crypto/openssl/providers/implementations/rands/test_rng.c
50
CRYPTO_RWLOCK *lock;
crypto/openssl/ssl/ssl_lib.c
3888
static CRYPTO_RWLOCK *keylog_lock = NULL;
crypto/openssl/ssl/ssl_local.h
1105
CRYPTO_RWLOCK *lock;
crypto/openssl/ssl/ssl_local.h
1237
CRYPTO_RWLOCK *lock;
crypto/openssl/ssl/ssl_local.h
857
CRYPTO_RWLOCK *tsan_lock;
crypto/openssl/test/helpers/quictestlib.c
88
static CRYPTO_RWLOCK *fake_now_lock = NULL;
crypto/openssl/test/lhash_test.c
535
static CRYPTO_RWLOCK *worker_lock;
crypto/openssl/test/lhash_test.c
536
static CRYPTO_RWLOCK *testrand_lock;
crypto/openssl/test/quic_multistream_test.c
96
CRYPTO_RWLOCK *time_lock;
crypto/openssl/test/quic_tserver_test.c
23
static CRYPTO_RWLOCK *fake_time_lock;
crypto/openssl/test/testutil/basic_output.c
32
static CRYPTO_RWLOCK *io_lock = NULL;
crypto/openssl/test/threadstest.c
117
static CRYPTO_RWLOCK *rwtorturelock = NULL;
crypto/openssl/test/threadstest.c
118
static CRYPTO_RWLOCK *atomiclock = NULL;
crypto/openssl/test/threadstest.c
60
static CRYPTO_RWLOCK *global_lock;
crypto/openssl/test/threadstest.c
626
CRYPTO_RWLOCK *lock = CRYPTO_THREAD_lock_new();
crypto/openssl/test/threadstest.c
63
static CRYPTO_RWLOCK *tsan_lock;
crypto/openssl/test/threadstest.c
91
CRYPTO_RWLOCK *lock = CRYPTO_THREAD_lock_new();