Home
last modified time | relevance | path

Searched refs:OPENSSL_INIT_BASE_ONLY (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/include/crypto/
Dcryptlib.h28 # define OPENSSL_INIT_BASE_ONLY 0x00040000L macro
/third_party/openssl/crypto/
Dinit.c623 if (!(opts & OPENSSL_INIT_BASE_ONLY)) in OPENSSL_init_crypto()
641 if (opts & OPENSSL_INIT_BASE_ONLY) in OPENSSL_init_crypto()
/third_party/openssl/crypto/err/
Derr.c721 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in ERR_get_state()
775 if (!OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL)) in err_shelve_state()