Home
last modified time | relevance | path

Searched refs:OSSL_LIB_CTX_load_config (Results 1 – 13 of 13) sorted by relevance

/openssl-master/test/
A Dprov_config_test.c30 if (!TEST_true(OSSL_LIB_CTX_load_config(ctx, configfile))) in test_double_config()
32 if (!TEST_true(OSSL_LIB_CTX_load_config(ctx, configfile))) in test_double_config()
A Dprovider_status_test.c231 if (!OSSL_LIB_CTX_load_config(libctx, config_file)) { in setup_tests()
A Devp_fetch_prov_test.c89 if (!TEST_true(OSSL_LIB_CTX_load_config(ctx, config_file))) in load_providers()
A Dsslapitest.c9535 if (!TEST_true(OSSL_LIB_CTX_load_config(libctx, configfile))) in setup_tests()
/openssl-master/test/testutil/
A Dprovider.c34 && !OSSL_LIB_CTX_load_config(new_libctx, config_file)) { in test_get_libctx()
/openssl-master/doc/man3/
A DOSSL_LIB_CTX.pod6 OSSL_LIB_CTX_new_child, OSSL_LIB_CTX_free, OSSL_LIB_CTX_load_config,
21 int OSSL_LIB_CTX_load_config(OSSL_LIB_CTX *ctx, const char *config_file);
86 OSSL_LIB_CTX_load_config() loads a configuration file using the given C<ctx>.
/openssl-master/crypto/
A Dcontext.c232 int OSSL_LIB_CTX_load_config(OSSL_LIB_CTX *ctx, const char *config_file) in OSSL_LIB_CTX_load_config() function
/openssl-master/apps/
A Dfipsinstall.c226 return OSSL_LIB_CTX_load_config(NULL, parent_config_file); in verify_module_load()
/openssl-master/doc/man7/
A Dfips_module.pod330 if (!OSSL_LIB_CTX_load_config(fips_libctx, "openssl-fips.cnf"))
337 * Because we don't call OSSL_LIB_CTX_load_config() explicitly for
A Dcrypto.pod445 them with a config file using the L<OSSL_LIB_CTX_load_config(3)> function.
A Dmigration_guide.pod908 L<OSSL_LIB_CTX_free(3)>, L<OSSL_LIB_CTX_load_config(3)> and L<OSSL_LIB_CTX_set0_default(3)>
/openssl-master/include/openssl/
A Dcrypto.h.in525 int OSSL_LIB_CTX_load_config(OSSL_LIB_CTX *ctx, const char *config_file);
/openssl-master/util/
A Dlibcrypto.num4967 OSSL_LIB_CTX_load_config 5095 3_0_0 EXIST::FUNCTION:

Completed in 102 milliseconds