Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/
H A Dinit.c179 static CRYPTO_ONCE load_crypto_strings = CRYPTO_ONCE_STATIC_INIT; variable
543 && !RUN_ONCE_ALT(&load_crypto_strings, in OPENSSL_init_crypto()
549 && !RUN_ONCE(&load_crypto_strings, ossl_init_load_crypto_strings)) in OPENSSL_init_crypto()
/third_party/openssl/crypto/
H A Dinit.c179 static CRYPTO_ONCE load_crypto_strings = CRYPTO_ONCE_STATIC_INIT; variable
543 && !RUN_ONCE_ALT(&load_crypto_strings, in OPENSSL_init_crypto()
549 && !RUN_ONCE(&load_crypto_strings, ossl_init_load_crypto_strings)) in OPENSSL_init_crypto()

Completed in 2 milliseconds