Home
last modified time | relevance | path

Searched refs:CRYPTO_ONCE (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/crypto/openssl/crypto/
H A Dinit.c53 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 Dthreads_none.c65 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
H A Dinfo.c36 static CRYPTO_ONCE init_info = CRYPTO_ONCE_STATIC_INIT;
H A Dthreads_win.c134 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
H A Dthreads_pthread.c152 int CRYPTO_THREAD_run_once(CRYPTO_ONCE *once, void (*init)(void)) in CRYPTO_THREAD_run_once()
H A Dinitthread.c55 static CRYPTO_ONCE tevent_register_runonce = CRYPTO_ONCE_STATIC_INIT;
H A Dcontext.c149 static CRYPTO_ONCE default_context_init = CRYPTO_ONCE_STATIC_INIT;
H A Dtrace.c236 static CRYPTO_ONCE trace_inited = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/ssl/
H A Dssl_init.c24 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 DCRYPTO_THREAD_run_once.pod14 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 Dcrypto.h509 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 Dcrypto.h.in486 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 Deng_local.h99 extern CRYPTO_ONCE engine_lock_init;
H A Deng_lib.c17 CRYPTO_ONCE engine_lock_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/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.c65 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 Dstore_register.c19 static CRYPTO_ONCE registry_init = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/crypto/err/
H A Derr.c142 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 Dself_test.c53 static CRYPTO_ONCE fips_self_test_init = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/crypto/objects/
H A Do_names.c49 static CRYPTO_ONCE init = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/test/
H A Dthreadstest.c52 static CRYPTO_ONCE once_run = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zlib.c207 static CRYPTO_ONCE zlib_once = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c42 static CRYPTO_ONCE rand_init = CRYPTO_ONCE_STATIC_INIT;

12