Home
last modified time | relevance | path

Searched refs:test_get_libctx (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/crypto/openssl/test/
HDfips_version_test.c63 if (!test_get_libctx(&libctx, NULL, config_file, &libprov, NULL)) in setup_tests()
HDthreadstest.c246 if (libctx && !TEST_true(test_get_libctx(&multi_libctx, NULL, config_file, in thread_setup_libctx()
488 if (!TEST_true(test_get_libctx(&multi_libctx, NULL, config_file, in test_multi()
HDendecode_test.c1332 if (!test_get_libctx(NULL, NULL, config_file, &deflprov, prov_name)) in setup_tests()
1335 if (!test_get_libctx(&testctx, &nullprov, config_file, &deflprov, prov_name)) in setup_tests()
HDevp_libctx_test.c743 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests()
HDtestutil.h216 int test_get_libctx(OSSL_LIB_CTX **libctx, OSSL_PROVIDER **default_null_prov,
HDevp_extra_test2.c1244 if (!test_get_libctx(&mainctx, &nullprov, NULL, NULL, NULL)) { in setup_tests()
HDacvp_test.c1456 if (!test_get_libctx(&libctx, &prov_null, config_file, NULL, NULL)) in setup_tests()
HDssl_old_test.c1384 && !test_get_libctx(&libctx, &defctxnull, config, &thisprov, provider)) in main()
HDevp_test.c4007 if (!test_get_libctx(&libctx, &prov_null, config_file, NULL, NULL)) in setup_tests()
/freebsd-14-stable/crypto/openssl/test/testutil/
HDprovider.c16 int test_get_libctx(OSSL_LIB_CTX **libctx, OSSL_PROVIDER **default_null_prov, in test_get_libctx() function
64 return test_get_libctx(libctx, default_null_prov, in test_arg_libctx()