/freebsd/crypto/openssl/crypto/ |
H A D | init.c | 55 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 D | cversion.c | 61 static CRYPTO_ONCE version_strings_once = CRYPTO_ONCE_STATIC_INIT;
|
H A D | defaults.c | 115 static CRYPTO_ONCE defaults_setup_init = CRYPTO_ONCE_STATIC_INIT;
|
H A D | info.c | 44 static CRYPTO_ONCE init_info = CRYPTO_ONCE_STATIC_INIT;
|
H A D | initthread.c | 56 static CRYPTO_ONCE tevent_register_runonce = CRYPTO_ONCE_STATIC_INIT;
|
H A D | trace.c | 240 static CRYPTO_ONCE trace_inited = CRYPTO_ONCE_STATIC_INIT;
|
H A D | context.c | 390 static CRYPTO_ONCE default_context_init = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_init.c | 22 static CRYPTO_ONCE ssl_base = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 528 # 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 D | crypto.h.in | 505 # 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 D | x509_def.c | 45 static CRYPTO_ONCE openssldir_setup_init = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/crypto/ui/ |
H A D | ui_util.c | 88 static CRYPTO_ONCE get_index_once = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CRYPTO_THREAD_run_once.pod | 18 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 D | obj_xref.c | 53 static CRYPTO_ONCE sig_init = CRYPTO_ONCE_STATIC_INIT;
|
H A D | o_names.c | 49 static CRYPTO_ONCE init = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_meth.c | 14 static CRYPTO_ONCE bio_type_init = CRYPTO_ONCE_STATIC_INIT;
|
H A D | bio_addr.c | 36 static CRYPTO_ONCE bio_lookup_init = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_mod.c | 66 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 D | eng_lib.c | 17 CRYPTO_ONCE engine_lock_init = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/crypto/store/ |
H A D | store_register.c | 19 static CRYPTO_ONCE registry_init = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/ssl/rio/ |
H A D | rio_notifier.c | 31 static CRYPTO_ONCE ensure_wsa_startup_once = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 141 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 D | self_test.c | 55 static CRYPTO_ONCE fips_self_test_init = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_rcu_lock_new.pod | 149 static CRYPTO_ONCE once = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/crypto/comp/ |
H A D | c_zlib.c | 270 static CRYPTO_ONCE zlib_once = CRYPTO_ONCE_STATIC_INIT;
|