Symbol: CRYPTO_ONCE
crypto/openssl/crypto/bio/bio_addr.c
36
static CRYPTO_ONCE bio_lookup_init = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/bio/bio_meth.c
14
static CRYPTO_ONCE bio_type_init = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/comp/c_brotli.c
283
static CRYPTO_ONCE brotli_once = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/comp/c_zlib.c
269
static CRYPTO_ONCE zlib_once = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/comp/c_zstd.c
359
static CRYPTO_ONCE zstd_once = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/conf/conf_mod.c
66
static CRYPTO_ONCE init_module_list_lock = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/conf/conf_mod.c
71
static CRYPTO_ONCE load_builtin_modules = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/context.c
388
static CRYPTO_ONCE default_context_init = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/cversion.c
61
static CRYPTO_ONCE version_strings_once = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/defaults.c
117
static CRYPTO_ONCE defaults_setup_init = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/engine/eng_lib.c
17
CRYPTO_ONCE engine_lock_init = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/engine/eng_local.h
99
extern CRYPTO_ONCE engine_lock_init;
crypto/openssl/crypto/err/err.c
141
static CRYPTO_ONCE err_init = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/err/err.c
145
static CRYPTO_ONCE err_string_init = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/info.c
47
static CRYPTO_ONCE init_info = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
131
static CRYPTO_ONCE load_crypto_nodelete = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
183
static CRYPTO_ONCE load_crypto_strings = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
213
static CRYPTO_ONCE ssl_strings = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
235
static CRYPTO_ONCE add_all_ciphers = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
256
static CRYPTO_ONCE add_all_digests = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
277
static CRYPTO_ONCE config = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
299
static CRYPTO_ONCE async = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
311
static CRYPTO_ONCE engine_openssl = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
319
static CRYPTO_ONCE engine_rdrand = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
327
static CRYPTO_ONCE engine_dynamic = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
336
static CRYPTO_ONCE engine_devcrypto = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
345
static CRYPTO_ONCE engine_padlock = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
354
static CRYPTO_ONCE engine_capi = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
363
static CRYPTO_ONCE engine_afalg = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
55
static CRYPTO_ONCE base = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/init.c
91
static CRYPTO_ONCE register_atexit = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/initthread.c
202
static CRYPTO_ONCE ossl_init_thread_runonce = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/initthread.c
56
static CRYPTO_ONCE tevent_register_runonce = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/objects/o_names.c
49
static CRYPTO_ONCE init = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/objects/obj_dat.c
46
static CRYPTO_ONCE ossl_obj_lock_init = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/objects/obj_xref.c
53
static CRYPTO_ONCE sig_init = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/rand/rand_lib.c
145
static CRYPTO_ONCE rand_init = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/store/store_register.c
19
static CRYPTO_ONCE registry_init = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/threads_none.c
145
int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void))
crypto/openssl/crypto/threads_pthread.c
723
int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void))
crypto/openssl/crypto/threads_win.c
523
int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void))
crypto/openssl/crypto/trace.c
242
static CRYPTO_ONCE trace_inited = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/ui/ui_util.c
87
static CRYPTO_ONCE get_index_once = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/crypto/x509/x509_def.c
45
static CRYPTO_ONCE openssldir_setup_init = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/include/openssl/crypto.h
559
int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
crypto/openssl/providers/fips/self_test.c
55
static CRYPTO_ONCE fips_self_test_init = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/ssl/rio/rio_notifier.c
31
static CRYPTO_ONCE ensure_wsa_startup_once = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/ssl/ssl_cert.c
44
static CRYPTO_ONCE ssl_x509_store_ctx_once = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/ssl/ssl_init.c
22
static CRYPTO_ONCE ssl_base = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/ssl/ssl_lib.c
3883
static CRYPTO_ONCE ssl_keylog_once = CRYPTO_ONCE_STATIC_INIT;
crypto/openssl/test/threadstest.c
508
static CRYPTO_ONCE once_run = CRYPTO_ONCE_STATIC_INIT;