Home
last modified time | relevance | path

Searched refs:test_mk_file_path (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/test/
Dverify_extra_test.c314 if (!TEST_ptr(roots_f = test_mk_file_path(certs_dir, "roots.pem")) in setup_tests()
315 || !TEST_ptr(untrusted_f = test_mk_file_path(certs_dir, "untrusted.pem")) in setup_tests()
316 || !TEST_ptr(bad_f = test_mk_file_path(certs_dir, "bad.pem")) in setup_tests()
317 || !TEST_ptr(good_f = test_mk_file_path(certs_dir, "rootCA.pem")) in setup_tests()
318 || !TEST_ptr(sroot_cert = test_mk_file_path(certs_dir, "sroot-cert.pem")) in setup_tests()
319 || !TEST_ptr(ca_cert = test_mk_file_path(certs_dir, "ca-cert.pem")) in setup_tests()
320 || !TEST_ptr(ee_cert = test_mk_file_path(certs_dir, "ee-cert.pem"))) in setup_tests()
Dct_test.c93 char *file_path = test_mk_file_path(dir, file); in load_pem_cert()
111 char *file_path = test_mk_file_path(dir, file); in read_text_file()
Dtestutil.h466 char *test_mk_file_path(const char *dir, const char *file);
Dsslapitest.c6088 rootfile = test_mk_file_path(certsdir, "rootcert.pem"); in cert_cb()
6089 ecdsacert = test_mk_file_path(certsdir, "server-ecdsa-cert.pem"); in cert_cb()
6090 ecdsakey = test_mk_file_path(certsdir, "server-ecdsa-key.pem"); in cert_cb()
6874 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests()
6878 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests()
/third_party/openssl/test/testutil/
Ddriver.c300 char *test_mk_file_path(const char *dir, const char *file) in test_mk_file_path() function