Searched refs:OSSL_LIB_CTX_load_config (Results 1 – 18 of 18) sorted by relevance
/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 | 47 if (!TEST_int_eq(OSSL_LIB_CTX_load_config(newctx, config_file), 0)) in test_asn1_stable_parse()
|
H A D | provider_status_test.c | 231 if (!OSSL_LIB_CTX_load_config(libctx, config_file)) { 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()
|
H A D | threadstest.c | 655 if (!TEST_int_eq(OSSL_LIB_CTX_load_config(multi_libctx, config_file), 1)) in test_lib_ctx_load_config_worker()
|
H A D | sslapitest.c | 11164 if (!TEST_true(OSSL_LIB_CTX_load_config(libctx, configfile))) in setup_tests()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_LIB_CTX.pod | 6 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 I<ctx>. 121 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 | 235 int OSSL_LIB_CTX_load_config(OSSL_LIB_CTX *ctx, const char *config_file) in OSSL_LIB_CTX_load_config() function
|
/freebsd/crypto/openssl/apps/ |
H A D | fipsinstall.c | 226 return OSSL_LIB_CTX_load_config(NULL, parent_config_file); in verify_module_load()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | crypto.h | 550 int OSSL_LIB_CTX_load_config(OSSL_LIB_CTX *ctx, const char *config_file);
|
H A D | crypto.h.in | 527 int OSSL_LIB_CTX_load_config(OSSL_LIB_CTX *ctx, const char *config_file);
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | fips_module.pod | 333 if (!OSSL_LIB_CTX_load_config(fips_libctx, "openssl-fips.cnf")) 340 * Because we don't call OSSL_LIB_CTX_load_config() explicitly for
|
H A D | crypto.pod | 518 them with a config file using the L<OSSL_LIB_CTX_load_config(3)> function.
|
H A D | migration_guide.pod | 957 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 | 3064 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:
|