Home
last modified time | relevance | path

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

/third_party/openssl/crypto/
Dinit.c87 static CRYPTO_ONCE base = CRYPTO_ONCE_STATIC_INIT;
120 static CRYPTO_ONCE register_atexit = CRYPTO_ONCE_STATIC_INIT;
158 static CRYPTO_ONCE load_crypto_nodelete = CRYPTO_ONCE_STATIC_INIT;
213 static CRYPTO_ONCE load_crypto_strings = CRYPTO_ONCE_STATIC_INIT;
240 static CRYPTO_ONCE add_all_ciphers = CRYPTO_ONCE_STATIC_INIT;
264 static CRYPTO_ONCE add_all_digests = CRYPTO_ONCE_STATIC_INIT;
288 static CRYPTO_ONCE config = CRYPTO_ONCE_STATIC_INIT;
308 static CRYPTO_ONCE async = CRYPTO_ONCE_STATIC_INIT;
322 static CRYPTO_ONCE engine_openssl = CRYPTO_ONCE_STATIC_INIT;
333 static CRYPTO_ONCE engine_devcrypto = CRYPTO_ONCE_STATIC_INIT;
[all …]
Dex_data.c36 static CRYPTO_ONCE ex_data_init = CRYPTO_ONCE_STATIC_INIT;
Dmem_dbg.c58 static CRYPTO_ONCE memdbg_init = CRYPTO_ONCE_STATIC_INIT;
/third_party/openssl/ssl/
Dssl_init.c22 static CRYPTO_ONCE ssl_base = CRYPTO_ONCE_STATIC_INIT;
118 static CRYPTO_ONCE ssl_strings = CRYPTO_ONCE_STATIC_INIT;
Dssl_cert.c31 static CRYPTO_ONCE ssl_x509_store_ctx_once = CRYPTO_ONCE_STATIC_INIT;
Dssl_ciph.c90 static CRYPTO_ONCE ssl_load_builtin_comp_once = CRYPTO_ONCE_STATIC_INIT;
/third_party/openssl/include/openssl/
Dcrypto.h412 # define CRYPTO_ONCE_STATIC_INIT 0 macro
420 # define CRYPTO_ONCE_STATIC_INIT PTHREAD_ONCE_INIT macro
424 # if !defined(CRYPTO_ONCE_STATIC_INIT)
428 # define CRYPTO_ONCE_STATIC_INIT 0 macro
/third_party/openssl/crypto/store/
Dstore_init.c14 static CRYPTO_ONCE store_init = CRYPTO_ONCE_STATIC_INIT;
Dstore_register.c19 static CRYPTO_ONCE registry_init = CRYPTO_ONCE_STATIC_INIT;
/third_party/openssl/doc/man3/
DCRYPTO_THREAD_run_once.pod14 CRYPTO_ONCE CRYPTO_ONCE_STATIC_INIT;
43 B<CRYPTO_ONCE_STATIC_INIT>.
109 static CRYPTO_ONCE once = CRYPTO_ONCE_STATIC_INIT;
/third_party/openssl/test/
Dthreadstest.c96 static CRYPTO_ONCE once_run = CRYPTO_ONCE_STATIC_INIT;
/third_party/openssl/crypto/ui/
Dui_util.c88 static CRYPTO_ONCE get_index_once = CRYPTO_ONCE_STATIC_INIT;
/third_party/openssl/crypto/bio/
Dbio_meth.c14 static CRYPTO_ONCE bio_type_init = CRYPTO_ONCE_STATIC_INIT;
Db_addr.c26 static CRYPTO_ONCE bio_lookup_init = CRYPTO_ONCE_STATIC_INIT;
/third_party/openssl/crypto/engine/
Deng_lib.c17 CRYPTO_ONCE engine_lock_init = CRYPTO_ONCE_STATIC_INIT;
/third_party/openssl/crypto/err/
Derr.c139 static CRYPTO_ONCE err_init = CRYPTO_ONCE_STATIC_INIT;
143 static CRYPTO_ONCE err_string_init = CRYPTO_ONCE_STATIC_INIT;
/third_party/openssl/crypto/objects/
Do_names.c66 static CRYPTO_ONCE init = CRYPTO_ONCE_STATIC_INIT;
/third_party/openssl/crypto/rand/
Drand_lib.c27 static CRYPTO_ONCE rand_init = CRYPTO_ONCE_STATIC_INIT;
Ddrbg_lib.c72 static CRYPTO_ONCE rand_drbg_init = CRYPTO_ONCE_STATIC_INIT;