/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_rdran in DEFINE_RUN_ONCE_STATIC() [all...] |
H A D | threads_none.c | 65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
|
H A D | info.c | 36 static CRYPTO_ONCE init_info = CRYPTO_ONCE_STATIC_INIT;
|
H A D | threads_win.c | 134 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
|
H A D | threads_pthread.c | 152 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
|
H A D | initthread.c | 55 static CRYPTO_ONCE tevent_register_runonce = CRYPTO_ONCE_STATIC_INIT;
|
H A D | context.c | 149 static CRYPTO_ONCE default_context_init = CRYPTO_ONCE_STATIC_INIT;
|
H A D | trace.c | 236 static CRYPTO_ONCE trace_inited = 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;
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | CRYPTO_THREAD_run_once.pod | 14 CRYPTO_ONCE CRYPTO_ONCE_STATIC_INIT; 15 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)); 45 B<CRYPTO_ONCE> that was statically initialized to the value 143 static CRYPTO_ONCE once = CRYPTO_ONCE_STATIC_INIT;
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 509 typedef LONG CRYPTO_ONCE; typedef 520 typedef pthread_once_t CRYPTO_ONCE; typedef 529 typedef unsigned int CRYPTO_ONCE; typedef 535 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
H A D | crypto.h.in | 486 typedef LONG CRYPTO_ONCE; typedef 497 typedef pthread_once_t CRYPTO_ONCE; typedef 506 typedef unsigned int CRYPTO_ONCE; typedef 512 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void));
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | eng_local.h | 99 extern CRYPTO_ONCE engine_lock_init;
|
H A D | eng_lib.c | 17 CRYPTO_ONCE engine_lock_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/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/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;
|