/openssl/test/ |
H A D | asn1_stable_parse_test.c | 13 static char *config_file = NULL; variable 47 if (!TEST_int_eq(OSSL_LIB_CTX_load_config(newctx, config_file), 0)) in test_asn1_stable_parse() 72 config_file = opt_arg(); in setup_tests()
|
H A D | fips_version_test.c | 46 char *config_file = NULL; in setup_tests() local 53 config_file = opt_arg(); in setup_tests() 63 if (!test_get_libctx(&libctx, NULL, config_file, &libprov, NULL)) in setup_tests()
|
H A D | decoder_propq_test.c | 87 char *config_file = NULL; in setup_tests() local 96 config_file = opt_arg(); in setup_tests() 107 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests()
|
H A D | pairwise_fail_test.c | 149 char *config_file = NULL; in setup_tests() local 154 config_file = opt_arg(); in setup_tests() 173 if (!OSSL_LIB_CTX_load_config(libctx, config_file)) { in setup_tests()
|
H A D | evp_fetch_prov_test.c | 24 static char *config_file = NULL; variable 89 if (!TEST_true(OSSL_LIB_CTX_load_config(ctx, config_file))) in load_providers() 133 if (!TEST_true(OSSL_LIB_CTX_load_config(ctx, config_file))) in test_legacy_provider_unloaded() 382 config_file = opt_arg(); in setup_tests()
|
H A D | provider_status_test.c | 219 char *config_file = NULL; in setup_tests() local 224 config_file = opt_arg(); in setup_tests() 244 if (!OSSL_LIB_CTX_load_config(libctx, config_file)) { in setup_tests()
|
H A D | evp_libctx_test.c | 777 char *config_file = NULL; in setup_tests() local 786 config_file = opt_arg(); in setup_tests() 796 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests()
|
H A D | threadstest.c | 52 static char *config_file = NULL; variable 751 if (libctx && !TEST_true(test_get_libctx(&multi_libctx, NULL, config_file, in thread_setup_libctx() 1262 config_file = opt_arg(); in setup_tests()
|
H A D | endecode_test.c | 1285 char *config_file = NULL; in setup_tests() local 1317 config_file = opt_arg(); in setup_tests() 1336 if (!test_get_libctx(NULL, NULL, config_file, &deflprov, prov_name)) in setup_tests() 1339 if (!test_get_libctx(&testctx, &nullprov, config_file, &deflprov, prov_name)) in setup_tests()
|
H A D | evp_pkey_dhkem_test.c | 789 char *config_file = NULL; in setup_tests() local 792 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests()
|
H A D | acvp_test.c | 1694 char *config_file = NULL; in setup_tests() local 1701 config_file = opt_arg(); in setup_tests() 1711 if (!test_get_libctx(&libctx, &prov_null, config_file, NULL, NULL)) in setup_tests()
|
H A D | testutil.h | 218 const char *config_file,
|
H A D | evp_test.c | 5094 char *config_file = NULL; in setup_tests() local 5102 config_file = opt_arg(); in setup_tests() 5129 if (config_file == NULL && provider_name == NULL) in setup_tests() 5131 if (!test_get_libctx(&libctx, &prov_null, config_file, &libprov, provider_name)) in setup_tests()
|
H A D | evp_extra_test.c | 5916 char *config_file = NULL; in setup_tests() local 5943 config_file = opt_arg(); in setup_tests() 5944 if (!test_get_libctx(&testctx, &nullprov, config_file, NULL, NULL)) in setup_tests() 5954 if (config_file != NULL) { in setup_tests()
|
/openssl/test/testutil/ |
H A D | provider.c | 17 const char *config_file, in test_get_libctx() argument 35 if (config_file != NULL in test_get_libctx() 36 && !OSSL_LIB_CTX_load_config(new_libctx, config_file)) { in test_get_libctx() 37 opt_printf_stderr("Error loading config from file %s\n", config_file); in test_get_libctx()
|
/openssl/crypto/ |
H A D | context.c | 483 int OSSL_LIB_CTX_load_config(OSSL_LIB_CTX *ctx, const char *config_file) in OSSL_LIB_CTX_load_config() argument 485 return CONF_modules_load_file_ex(ctx, config_file, NULL, 0) > 0; in OSSL_LIB_CTX_load_config()
|
/openssl/doc/man3/ |
H A D | OSSL_LIB_CTX.pod | 22 int OSSL_LIB_CTX_load_config(OSSL_LIB_CTX *ctx, const char *config_file);
|
/openssl/include/openssl/ |
H A D | crypto.h.in | 542 int OSSL_LIB_CTX_load_config(OSSL_LIB_CTX *ctx, const char *config_file);
|