Home
last modified time | relevance | path

Searched refs:CONF_modules_load (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/doc/man3/
DCONF_modules_load_file.pod5 CONF_modules_load_file, CONF_modules_load - OpenSSL configuration functions
13 int CONF_modules_load(const CONF *cnf, const char *appname,
24 CONF_modules_load() is identical to CONF_modules_load_file() except it
66 Applications can use the CONF_modules_load() function if they wish to load a
122 } else if (CONF_modules_load(cnf, "appname", 0) <= 0) {
DOPENSSL_config.pod37 functions such as CONF_modules_load() directly. This function is deprecated
39 Applications should instead call CONF_modules_load() during
/third_party/openssl/test/
Dconf_include_test.c88 if (!TEST_int_gt(CONF_modules_load(conf, NULL, 0), 0)) { in test_load_config()
Dssl_test.c477 || !TEST_int_gt(CONF_modules_load(conf, test_app, 0), 0)) in test_handshake()
/third_party/openssl/crypto/conf/
Dconf_mod.c72 int CONF_modules_load(const CONF *cnf, const char *appname, in CONF_modules_load() function
138 ret = CONF_modules_load(conf, appname, flags); in CONF_modules_load_file()
/third_party/openssl/include/openssl/
Dconf.h134 int CONF_modules_load(const CONF *cnf, const char *appname,
/third_party/openssl/apps/
Dapps.c519 if (CONF_modules_load(config, NULL, 0) <= 0) { in app_load_modules()
/third_party/openssl/util/
Dlibcrypto.num2104 CONF_modules_load 2083 1_1_0 EXIST::FUNCTION: