Home
last modified time | relevance | path

Searched refs:CRYPTO_ONCE_STATIC_INIT (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/crypto/openssl/crypto/
H A Dinit.c55 static CRYPTO_ONCE base = CRYPTO_ONCE_STATIC_INIT;
91 static CRYPTO_ONCE register_atexit = CRYPTO_ONCE_STATIC_INIT;
131 static CRYPTO_ONCE load_crypto_nodelete = CRYPTO_ONCE_STATIC_INIT;
183 static CRYPTO_ONCE load_crypto_strings = CRYPTO_ONCE_STATIC_INIT;
213 static CRYPTO_ONCE ssl_strings = CRYPTO_ONCE_STATIC_INIT;
235 static CRYPTO_ONCE add_all_ciphers = CRYPTO_ONCE_STATIC_INIT;
256 static CRYPTO_ONCE add_all_digests = CRYPTO_ONCE_STATIC_INIT;
277 static CRYPTO_ONCE config = CRYPTO_ONCE_STATIC_INIT;
302 static CRYPTO_ONCE async = CRYPTO_ONCE_STATIC_INIT;
314 static CRYPTO_ONCE engine_openssl = CRYPTO_ONCE_STATIC_INIT;
[all …]
H A Dcversion.c61 static CRYPTO_ONCE version_strings_once = CRYPTO_ONCE_STATIC_INIT;
H A Ddefaults.c115 static CRYPTO_ONCE defaults_setup_init = CRYPTO_ONCE_STATIC_INIT;
H A Dinfo.c44 static CRYPTO_ONCE init_info = CRYPTO_ONCE_STATIC_INIT;
H A Dinitthread.c56 static CRYPTO_ONCE tevent_register_runonce = CRYPTO_ONCE_STATIC_INIT;
H A Dtrace.c240 static CRYPTO_ONCE trace_inited = CRYPTO_ONCE_STATIC_INIT;
H A Dcontext.c390 static CRYPTO_ONCE default_context_init = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/ssl/
H A Dssl_init.c22 static CRYPTO_ONCE ssl_base = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h528 # define CRYPTO_ONCE_STATIC_INIT 0 macro
542 # define CRYPTO_ONCE_STATIC_INIT PTHREAD_ONCE_INIT macro
546 # if !defined(CRYPTO_ONCE_STATIC_INIT)
550 # define CRYPTO_ONCE_STATIC_INIT 0 macro
H A Dcrypto.h.in505 # define CRYPTO_ONCE_STATIC_INIT 0 macro
519 # define CRYPTO_ONCE_STATIC_INIT PTHREAD_ONCE_INIT macro
523 # if !defined(CRYPTO_ONCE_STATIC_INIT)
527 # define CRYPTO_ONCE_STATIC_INIT 0 macro
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_def.c45 static CRYPTO_ONCE openssldir_setup_init = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/crypto/ui/
H A Dui_util.c88 static CRYPTO_ONCE get_index_once = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/doc/man3/
H A DCRYPTO_THREAD_run_once.pod18 CRYPTO_ONCE CRYPTO_ONCE_STATIC_INIT;
63 B<CRYPTO_ONCE_STATIC_INIT>.
223 static CRYPTO_ONCE once = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_xref.c53 static CRYPTO_ONCE sig_init = CRYPTO_ONCE_STATIC_INIT;
H A Do_names.c49 static CRYPTO_ONCE init = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_meth.c14 static CRYPTO_ONCE bio_type_init = CRYPTO_ONCE_STATIC_INIT;
H A Dbio_addr.c36 static CRYPTO_ONCE bio_lookup_init = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_mod.c66 static CRYPTO_ONCE init_module_list_lock = CRYPTO_ONCE_STATIC_INIT;
71 static CRYPTO_ONCE load_builtin_modules = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/crypto/engine/
H A Deng_lib.c17 CRYPTO_ONCE engine_lock_init = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/crypto/store/
H A Dstore_register.c19 static CRYPTO_ONCE registry_init = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/ssl/rio/
H A Drio_notifier.c31 static CRYPTO_ONCE ensure_wsa_startup_once = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/crypto/err/
H A Derr.c141 static CRYPTO_ONCE err_init = CRYPTO_ONCE_STATIC_INIT;
145 static CRYPTO_ONCE err_string_init = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/providers/fips/
H A Dself_test.c55 static CRYPTO_ONCE fips_self_test_init = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_rcu_lock_new.pod149 static CRYPTO_ONCE once = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zlib.c270 static CRYPTO_ONCE zlib_once = CRYPTO_ONCE_STATIC_INIT;

12