Home
last modified time | relevance | path

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

/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;
202 static CRYPTO_ONCE add_all_ciphers = CRYPTO_ONCE_STATIC_INIT;
244 static CRYPTO_ONCE config = CRYPTO_ONCE_STATIC_INIT;
269 static CRYPTO_ONCE async = CRYPTO_ONCE_STATIC_INIT;
281 static CRYPTO_ONCE engine_openssl = CRYPTO_ONCE_STATIC_INIT;
289 static CRYPTO_ONCE engine_rdrand = CRYPTO_ONCE_STATIC_INIT;
297 static CRYPTO_ONCE engine_dynamic = CRYPTO_ONCE_STATIC_INIT;
315 static CRYPTO_ONCE engine_padlock = CRYPTO_ONCE_STATIC_INIT;
324 static CRYPTO_ONCE engine_capi = CRYPTO_ONCE_STATIC_INIT;
[all …]
H A Dinfo.c36 static CRYPTO_ONCE init_info = CRYPTO_ONCE_STATIC_INIT;
H A Dinitthread.c55 static CRYPTO_ONCE tevent_register_runonce = CRYPTO_ONCE_STATIC_INIT;
H A Dtrace.c236 static CRYPTO_ONCE trace_inited = CRYPTO_ONCE_STATIC_INIT;
H A Dcontext.c149 static CRYPTO_ONCE default_context_init = 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;
H A Dssl_cert.c42 static CRYPTO_ONCE ssl_x509_store_ctx_once = CRYPTO_ONCE_STATIC_INIT;
H A Dssl_ciph.c67 static CRYPTO_ONCE ssl_load_builtin_comp_once = CRYPTO_ONCE_STATIC_INIT;
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h510 # 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 Dcrypto.h.in487 # 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 DCRYPTO_THREAD_run_once.pod14 CRYPTO_ONCE CRYPTO_ONCE_STATIC_INIT;
46 B<CRYPTO_ONCE_STATIC_INIT>.
142 static CRYPTO_ONCE once = 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/engine/
H A Deng_lib.c17 CRYPTO_ONCE engine_lock_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;