Home
last modified time | relevance | path

Searched refs:OPENSSL_INIT_NO_LOAD_CONFIG (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/ssl/
Dssl_init.c201 if ((opts & OPENSSL_INIT_NO_LOAD_CONFIG) == 0) in OPENSSL_init_ssl()
/third_party/openssl/include/openssl/
Dconf.h95 OPENSSL_init_crypto(OPENSSL_INIT_NO_LOAD_CONFIG, NULL)
Dcrypto.h363 # define OPENSSL_INIT_NO_LOAD_CONFIG 0x00000080L macro
/third_party/openssl/test/
Denginetest.c359 return OPENSSL_init_crypto(OPENSSL_INIT_NO_LOAD_CONFIG, NULL); in global_init()
/third_party/openssl/crypto/
Dinit.c693 if ((opts & OPENSSL_INIT_NO_LOAD_CONFIG) in OPENSSL_init_crypto()
/third_party/openssl/doc/man3/
DOPENSSL_init_crypto.pod108 =item OPENSSL_INIT_NO_LOAD_CONFIG
/third_party/curl/lib/vtls/
Dopenssl.c1170 OPENSSL_INIT_NO_LOAD_CONFIG | in ossl_init()