| /freebsd/crypto/openssl/test/ |
| H A D | prov_config_test.c | 32 if (!TEST_true(OSSL_LIB_CTX_load_config(ctx, configfile))) in test_double_config() 34 if (!TEST_true(OSSL_LIB_CTX_load_config(ctx, configfile))) in test_double_config() 58 if (!TEST_false(OSSL_LIB_CTX_load_config(ctx, recurseconfigfile))) in test_recursive_config() 103 if (!TEST_true(OSSL_LIB_CTX_load_config(ctx, pathedconfig))) in test_path_config()
|
| H A D | asn1_stable_parse_test.c | 46 if (!TEST_int_eq(OSSL_LIB_CTX_load_config(newctx, config_file), 0)) in test_asn1_stable_parse()
|
| H A D | rand_test.c | 265 if (!TEST_true(OSSL_LIB_CTX_load_config(ctx, configfile))) in test_rand_get0_primary() 289 && !TEST_true(OSSL_LIB_CTX_load_config(NULL, configfile)))) in setup_tests()
|
| H A D | evp_fetch_prov_test.c | 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()
|
| H A D | conf_include_test.c | 211 if (!TEST_ptr(rel_conf_file) || !OSSL_LIB_CTX_load_config(libctx, rel_conf_file)) { in test_available_providers()
|
| H A D | pairwise_fail_test.c | 206 if (!OSSL_LIB_CTX_load_config(libctx, config_file)) { in setup_tests()
|
| H A D | provider_status_test.c | 244 if (!OSSL_LIB_CTX_load_config(libctx, config_file)) { in setup_tests()
|
| H A D | quicapitest.c | 2977 if (!TEST_true(OSSL_LIB_CTX_load_config(libctx, configfile))) in setup_tests()
|
| H A D | sslapitest.c | 13623 if (!TEST_true(OSSL_LIB_CTX_load_config(libctx, configfile))) in setup_tests()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_LIB_CTX_set_conf_diagnostics.pod | 23 into B<OSSL_LIB_CTX> with L<OSSL_LIB_CTX_load_config(3)>. If the configuration 38 L<SSL_CTX_new(3)>, L<OSSL_LIB_CTX_load_config(3)>, L<config(5)>
|
| H A D | OSSL_LIB_CTX.pod | 7 OSSL_LIB_CTX_free, OSSL_LIB_CTX_load_config, 22 int OSSL_LIB_CTX_load_config(OSSL_LIB_CTX *ctx, const char *config_file); 88 OSSL_LIB_CTX_load_config() loads a configuration file using the given I<ctx>. 132 OSSL_LIB_CTX_load_config() returns 1 on success, 0 on error.
|
| /freebsd/crypto/openssl/test/testutil/ |
| H A D | provider.c | 36 && !OSSL_LIB_CTX_load_config(new_libctx, config_file)) { in test_get_libctx()
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | context.c | 489 int OSSL_LIB_CTX_load_config(OSSL_LIB_CTX *ctx, const char *config_file) in OSSL_LIB_CTX_load_config() function
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | crypto.h | 574 int OSSL_LIB_CTX_load_config(OSSL_LIB_CTX *ctx, const char *config_file);
|
| H A D | crypto.h.in | 551 int OSSL_LIB_CTX_load_config(OSSL_LIB_CTX *ctx, const char *config_file);
|
| /freebsd/crypto/openssl/apps/ |
| H A D | fipsinstall.c | 551 return OSSL_LIB_CTX_load_config(NULL, parent_config_file); in verify_module_load()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | fips_module.pod | 337 if (!OSSL_LIB_CTX_load_config(fips_libctx, "openssl-fips.cnf")) 352 * Because we don't call OSSL_LIB_CTX_load_config() explicitly for
|
| H A D | ossl-guide-libraries-introduction.pod | 261 them with a config file using the L<OSSL_LIB_CTX_load_config(3)> function.
|
| H A D | ossl-guide-migration.pod | 978 L<OSSL_LIB_CTX_free(3)>, L<OSSL_LIB_CTX_load_config(3)> and L<OSSL_LIB_CTX_set0_default(3)>
|
| /freebsd/secure/lib/libcrypto/ |
| H A D | Version.map | 5103 OSSL_LIB_CTX_load_config;
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 3298 MLINKS+= OSSL_LIB_CTX.3 OSSL_LIB_CTX_load_config.3
|
| /freebsd/crypto/openssl/util/ |
| H A D | libcrypto.num | 4967 OSSL_LIB_CTX_load_config 5095 3_0_0 EXIST::FUNCTION:
|