Home
last modified time | relevance | path

Searched refs:add_all_ciphers (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dinit.c202 static CRYPTO_ONCE add_all_ciphers = CRYPTO_ONCE_STATIC_INIT; variable
553 && !RUN_ONCE_ALT(&add_all_ciphers, ossl_init_no_add_all_ciphers, in OPENSSL_init_crypto()
558 && !RUN_ONCE(&add_all_ciphers, ossl_init_add_all_ciphers)) in OPENSSL_init_crypto()
/third_party/openssl/crypto/
H A Dinit.c202 static CRYPTO_ONCE add_all_ciphers = CRYPTO_ONCE_STATIC_INIT; variable
553 && !RUN_ONCE_ALT(&add_all_ciphers, ossl_init_no_add_all_ciphers, in OPENSSL_init_crypto()
558 && !RUN_ONCE(&add_all_ciphers, ossl_init_add_all_ciphers)) in OPENSSL_init_crypto()

Completed in 2 milliseconds