/freebsd/crypto/openssl/crypto/ |
H A D | init.c | 53 static CRYPTO_ONCE base = CRYPTO_ONCE_STATIC_INIT; 89 static CRYPTO_ONCE register_atexit = CRYPTO_ONCE_STATIC_INIT; 129 static CRYPTO_ONCE load_crypto_nodelete = CRYPTO_ONCE_STATIC_INIT; in DEFINE_RUN_ONCE_STATIC() 181 static CRYPTO_ONCE load_crypto_strings = CRYPTO_ONCE_STATIC_INIT; in DEFINE_RUN_ONCE_STATIC() 204 static CRYPTO_ONCE add_all_ciphers = CRYPTO_ONCE_STATIC_INIT; in DEFINE_RUN_ONCE_STATIC() 225 static CRYPTO_ONCE add_all_digests = CRYPTO_ONCE_STATIC_INIT; in DEFINE_RUN_ONCE_STATIC() 246 static CRYPTO_ONCE config = CRYPTO_ONCE_STATIC_INIT; 271 static CRYPTO_ONCE async = CRYPTO_ONCE_STATIC_INIT; in DEFINE_RUN_ONCE_STATIC() 283 static CRYPTO_ONCE engine_openssl = CRYPTO_ONCE_STATIC_INIT; in DEFINE_RUN_ONCE_STATIC() 291 static CRYPTO_ONCE engine_rdrand = CRYPTO_ONCE_STATIC_INIT; in DEFINE_RUN_ONCE_STATIC() [all...] |
H A D | info.c | 36 static CRYPTO_ONCE init_info = CRYPTO_ONCE_STATIC_INIT;
|
H A D | initthread.c | 55 static CRYPTO_ONCE tevent_register_runonce = CRYPTO_ONCE_STATIC_INIT;
|
H A D | trace.c | 236 static CRYPTO_ONCE trace_inited = CRYPTO_ONCE_STATIC_INIT;
|
H A D | context.c | 149 static CRYPTO_ONCE default_context_init = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_init.c | 24 static CRYPTO_ONCE ssl_base = CRYPTO_ONCE_STATIC_INIT; 48 static CRYPTO_ONCE ssl_strings = CRYPTO_ONCE_STATIC_INIT;
|
H A D | ssl_cert.c | 42 static CRYPTO_ONCE ssl_x509_store_ctx_once = CRYPTO_ONCE_STATIC_INIT;
|
H A D | ssl_ciph.c | 67 static CRYPTO_ONCE ssl_load_builtin_comp_once = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 510 # define CRYPTO_ONCE_STATIC_INIT 0 macro 524 # define CRYPTO_ONCE_STATIC_INIT PTHREAD_ONCE_INIT macro 528 # if !defined(CRYPTO_ONCE_STATIC_INIT) 532 # define CRYPTO_ONCE_STATIC_INIT 0 macro
|
H A D | crypto.h.in | 487 # define CRYPTO_ONCE_STATIC_INIT 0 macro 501 # define CRYPTO_ONCE_STATIC_INIT PTHREAD_ONCE_INIT macro 505 # if !defined(CRYPTO_ONCE_STATIC_INIT) 509 # define CRYPTO_ONCE_STATIC_INIT 0 macro
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CRYPTO_THREAD_run_once.pod | 14 CRYPTO_ONCE CRYPTO_ONCE_STATIC_INIT; 46 B<CRYPTO_ONCE_STATIC_INIT>. 143 static CRYPTO_ONCE once = 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/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 | 65 static CRYPTO_ONCE init_module_list_lock = CRYPTO_ONCE_STATIC_INIT; 70 static CRYPTO_ONCE load_builtin_modules = 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/crypto/engine/ |
H A D | eng_lib.c | 17 CRYPTO_ONCE engine_lock_init = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 142 static CRYPTO_ONCE err_init = CRYPTO_ONCE_STATIC_INIT; 146 static CRYPTO_ONCE err_string_init = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/providers/fips/ |
H A D | self_test.c | 53 static CRYPTO_ONCE fips_self_test_init = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | o_names.c | 49 static CRYPTO_ONCE init = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/test/ |
H A D | threadstest.c | 52 static CRYPTO_ONCE once_run = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/crypto/comp/ |
H A D | c_zlib.c | 207 static CRYPTO_ONCE zlib_once = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_lib.c | 42 static CRYPTO_ONCE rand_init = CRYPTO_ONCE_STATIC_INIT;
|