Searched refs:test_get_libctx (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/test/testutil/ |
D | provider.c | 16 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()
|
/third_party/openssl/test/ |
D | fips_version_test.c | 63 if (!test_get_libctx(&libctx, NULL, config_file, &libprov, NULL)) in setup_tests()
|
D | threadstest.c | 246 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()
|
D | endecode_test.c | 1316 if (!test_get_libctx(NULL, NULL, config_file, &deflprov, prov_name)) in setup_tests() 1319 if (!test_get_libctx(&testctx, &nullprov, config_file, &deflprov, prov_name)) in setup_tests()
|
D | evp_libctx_test.c | 725 if (!test_get_libctx(&libctx, &nullprov, config_file, &libprov, prov_name)) in setup_tests()
|
D | testutil.h | 216 int test_get_libctx(OSSL_LIB_CTX **libctx, OSSL_PROVIDER **default_null_prov,
|
D | evp_extra_test2.c | 1093 if (!test_get_libctx(&mainctx, &nullprov, NULL, NULL, NULL)) { in setup_tests()
|
D | acvp_test.c | 1456 if (!test_get_libctx(&libctx, &prov_null, config_file, NULL, NULL)) in setup_tests()
|
D | ssl_old_test.c | 1383 && !test_get_libctx(&libctx, &defctxnull, config, &thisprov, provider)) in main()
|
D | evp_test.c | 3968 if (!test_get_libctx(&libctx, &prov_null, config_file, NULL, NULL)) in setup_tests()
|