Symbol: RUN_ONCE
crypto/openssl/crypto/bio/bio_addr.c
811
if (!RUN_ONCE(&bio_lookup_init, do_bio_lookup_init)) {
crypto/openssl/crypto/bio/bio_meth.c
25
if (!RUN_ONCE(&bio_type_init, do_bio_type_init)) {
crypto/openssl/crypto/comp/c_brotli.c
334
if (RUN_ONCE(&brotli_once, ossl_comp_brotli_init))
crypto/openssl/crypto/comp/c_brotli.c
345
if (RUN_ONCE(&brotli_once, ossl_comp_brotli_init))
crypto/openssl/crypto/comp/c_brotli.c
434
if (RUN_ONCE(&brotli_once, ossl_comp_brotli_init))
crypto/openssl/crypto/comp/c_brotli.c
447
if (!RUN_ONCE(&brotli_once, ossl_comp_brotli_init)) {
crypto/openssl/crypto/comp/c_zlib.c
314
if (RUN_ONCE(&zlib_once, ossl_comp_zlib_init))
crypto/openssl/crypto/comp/c_zlib.c
326
if (RUN_ONCE(&zlib_once, ossl_comp_zlib_init))
crypto/openssl/crypto/comp/c_zlib.c
387
if (RUN_ONCE(&zlib_once, ossl_comp_zlib_init))
crypto/openssl/crypto/comp/c_zlib.c
399
if (!RUN_ONCE(&zlib_once, ossl_comp_zlib_init)) {
crypto/openssl/crypto/comp/c_zstd.c
408
if (RUN_ONCE(&zstd_once, ossl_comp_zstd_init))
crypto/openssl/crypto/comp/c_zstd.c
419
if (RUN_ONCE(&zstd_once, ossl_comp_zstd_init))
crypto/openssl/crypto/comp/c_zstd.c
499
if (RUN_ONCE(&zstd_once, ossl_comp_zstd_init))
crypto/openssl/crypto/conf/conf_mod.c
265
if (!RUN_ONCE(&load_builtin_modules, do_load_builtin_modules))
crypto/openssl/crypto/conf/conf_mod.c
343
if (!RUN_ONCE(&init_module_list_lock, do_init_module_list_lock))
crypto/openssl/crypto/conf/conf_mod.c
408
if (!RUN_ONCE(&init_module_list_lock, do_init_module_list_lock))
crypto/openssl/crypto/conf/conf_mod.c
458
if (!RUN_ONCE(&init_module_list_lock, do_init_module_list_lock))
crypto/openssl/crypto/conf/conf_mod.c
575
if (!RUN_ONCE(&init_module_list_lock, do_init_module_list_lock))
crypto/openssl/crypto/context.c
420
if (!RUN_ONCE(&default_context_init, default_context_do_init))
crypto/openssl/crypto/context.c
511
if (!RUN_ONCE(&default_context_init, default_context_do_init))
crypto/openssl/crypto/cversion.c
83
(void)RUN_ONCE(&version_strings_once, version_strings_setup);
crypto/openssl/crypto/defaults.c
154
if (!RUN_ONCE(&defaults_setup_init, do_defaults_setup))
crypto/openssl/crypto/defaults.c
170
if (!RUN_ONCE(&defaults_setup_init, do_defaults_setup))
crypto/openssl/crypto/defaults.c
186
if (!RUN_ONCE(&defaults_setup_init, do_defaults_setup))
crypto/openssl/crypto/engine/eng_init.c
93
if (!RUN_ONCE(&engine_lock_init, do_engine_lock_init)) {
crypto/openssl/crypto/engine/eng_lib.c
31
if (!RUN_ONCE(&engine_lock_init, do_engine_lock_init)) {
crypto/openssl/crypto/engine/eng_list.c
233
if (!RUN_ONCE(&engine_lock_init, do_engine_lock_init)) {
crypto/openssl/crypto/engine/eng_list.c
260
if (!RUN_ONCE(&engine_lock_init, do_engine_lock_init)) {
crypto/openssl/crypto/engine/eng_list.c
418
if (!RUN_ONCE(&engine_lock_init, do_engine_lock_init)) {
crypto/openssl/crypto/engine/tb_asnmth.c
198
if (!RUN_ONCE(&engine_lock_init, do_engine_lock_init)) {
crypto/openssl/crypto/err/err.c
276
if (!RUN_ONCE(&err_string_init, do_err_strings_init))
crypto/openssl/crypto/err/err.c
312
if (!RUN_ONCE(&err_string_init, do_err_strings_init))
crypto/openssl/crypto/err/err.c
593
if (!RUN_ONCE(&err_string_init, do_err_strings_init)) {
crypto/openssl/crypto/err/err.c
619
if (!RUN_ONCE(&err_string_init, do_err_strings_init)) {
crypto/openssl/crypto/err/err.c
681
if (!RUN_ONCE(&err_init, err_do_init))
crypto/openssl/crypto/err/err.c
743
if (!RUN_ONCE(&err_init, err_do_init))
crypto/openssl/crypto/err/err.c
768
if (!RUN_ONCE(&err_string_init, do_err_strings_init))
crypto/openssl/crypto/info.c
250
(void)RUN_ONCE(&init_info, init_info_strings);
crypto/openssl/crypto/init.c
541
if (!RUN_ONCE(&base, ossl_init_base))
crypto/openssl/crypto/init.c
569
} else if (!RUN_ONCE(&register_atexit, ossl_init_register_atexit)) {
crypto/openssl/crypto/init.c
573
if (!RUN_ONCE(&load_crypto_nodelete, ossl_init_load_crypto_nodelete))
crypto/openssl/crypto/init.c
583
&& !RUN_ONCE(&load_crypto_strings, ossl_init_load_crypto_strings))
crypto/openssl/crypto/init.c
592
&& !RUN_ONCE(&ssl_strings, ossl_init_load_ssl_strings))
crypto/openssl/crypto/init.c
601
&& !RUN_ONCE(&add_all_ciphers, ossl_init_add_all_ciphers))
crypto/openssl/crypto/init.c
610
&& !RUN_ONCE(&add_all_digests, ossl_init_add_all_digests))
crypto/openssl/crypto/init.c
631
ret = RUN_ONCE(&config, ossl_init_config);
crypto/openssl/crypto/init.c
648
&& !RUN_ONCE(&async, ossl_init_async))
crypto/openssl/crypto/init.c
653
&& !RUN_ONCE(&engine_openssl, ossl_init_engine_openssl))
crypto/openssl/crypto/init.c
657
&& !RUN_ONCE(&engine_rdrand, ossl_init_engine_rdrand))
crypto/openssl/crypto/init.c
661
&& !RUN_ONCE(&engine_dynamic, ossl_init_engine_dynamic))
crypto/openssl/crypto/init.c
666
&& !RUN_ONCE(&engine_devcrypto, ossl_init_engine_devcrypto))
crypto/openssl/crypto/init.c
671
&& !RUN_ONCE(&engine_padlock, ossl_init_engine_padlock))
crypto/openssl/crypto/init.c
676
&& !RUN_ONCE(&engine_capi, ossl_init_engine_capi))
crypto/openssl/crypto/init.c
681
&& !RUN_ONCE(&engine_afalg, ossl_init_engine_afalg))
crypto/openssl/crypto/initthread.c
233
if (!RUN_ONCE(&ossl_init_thread_runonce, ossl_init_thread_once))
crypto/openssl/crypto/initthread.c
79
if (!RUN_ONCE(&tevent_register_runonce, create_global_tevent_register))
crypto/openssl/crypto/objects/o_names.c
65
return RUN_ONCE(&init, o_names_init);
crypto/openssl/crypto/objects/obj_dat.c
80
return RUN_ONCE(&ossl_obj_lock_init, obj_lock_initialise);
crypto/openssl/crypto/objects/obj_xref.c
63
return RUN_ONCE(&sig_init, o_sig_init);
crypto/openssl/crypto/rand/rand_lib.c
213
if (RUN_ONCE(&rand_init, do_rand_init))
crypto/openssl/crypto/rand/rand_lib.c
269
if (!RUN_ONCE(&rand_init, do_rand_init))
crypto/openssl/crypto/rand/rand_lib.c
292
if (!RUN_ONCE(&rand_init, do_rand_init))
crypto/openssl/crypto/rand/rand_lib.c
334
if (!RUN_ONCE(&rand_init, do_rand_init))
crypto/openssl/crypto/store/store_register.c
190
if (!RUN_ONCE(&registry_init, do_registry_init)) {
crypto/openssl/crypto/store/store_register.c
224
if (!RUN_ONCE(&registry_init, do_registry_init)) {
crypto/openssl/crypto/store/store_register.c
256
if (!RUN_ONCE(&registry_init, do_registry_init)) {
crypto/openssl/crypto/trace.c
258
if (!RUN_ONCE(&trace_inited, ossl_trace_init))
crypto/openssl/crypto/ui/ui_util.c
154
|| !RUN_ONCE(&get_index_once, ui_method_data_index_init)
crypto/openssl/crypto/x509/x509_def.c
101
RUN_ONCE(&openssldir_setup_init, do_openssldir_setup);
crypto/openssl/crypto/x509/x509_def.c
71
RUN_ONCE(&openssldir_setup_init, do_openssldir_setup);
crypto/openssl/crypto/x509/x509_def.c
81
RUN_ONCE(&openssldir_setup_init, do_openssldir_setup);
crypto/openssl/crypto/x509/x509_def.c
91
RUN_ONCE(&openssldir_setup_init, do_openssldir_setup);
crypto/openssl/providers/fips/self_test.c
329
if (!RUN_ONCE(&fips_self_test_init, do_fips_self_test_init))
crypto/openssl/ssl/rio/rio_notifier.c
56
return RUN_ONCE(&ensure_wsa_startup_once, do_wsa_startup);
crypto/openssl/ssl/ssl_cert.c
58
if (!RUN_ONCE(&ssl_x509_store_ctx_once, ssl_x509_store_ctx_init))
crypto/openssl/ssl/ssl_init.c
73
if (!RUN_ONCE(&ssl_base, ossl_init_ssl_base))
crypto/openssl/ssl/ssl_lib.c
4281
if (!RUN_ONCE(&ssl_keylog_once, ssl_keylog_init)) {