Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dverify_extra_test.c305 if (!TEST_ptr(root_f = test_mk_file_path(certs_dir, "rootCA.pem")) in setup_tests()
306 || !TEST_ptr(roots_f = test_mk_file_path(certs_dir, "roots.pem")) in setup_tests()
307 || !TEST_ptr(untrusted_f = test_mk_file_path(certs_dir, "untrusted.pem")) in setup_tests()
308 || !TEST_ptr(bad_f = test_mk_file_path(certs_dir, "bad.pem")) in setup_tests()
309 || !TEST_ptr(req_f = test_mk_file_path(certs_dir, "sm2-csr.pem")) in setup_tests()
310 || !TEST_ptr(sroot_cert = test_mk_file_path(certs_dir, "sroot-cert.pem")) in setup_tests()
311 || !TEST_ptr(ca_cert = test_mk_file_path(certs_dir, "ca-cert.pem")) in setup_tests()
312 || !TEST_ptr(ee_cert = test_mk_file_path(certs_dir, "ee-cert.pem"))) in setup_tests()
H A Dossl_store_test.c45 char *input = test_mk_file_path(inputdir, infile); in test_store_open()
163 char *input = test_mk_file_path(inputdir, sm2file); in test_store_attach_unregistered_scheme()
H A Dct_test.c94 char *file_path = test_mk_file_path(dir, file); in load_pem_cert()
112 char *file_path = test_mk_file_path(dir, file); in read_text_file()
H A Dpem_read_depr_test.c28 char *paramsfile = test_mk_file_path(datadir, filename); in getfile()
H A Dthreadstest.c708 privkey = test_mk_file_path(datadir, "rsakey.pem"); in setup_tests()
H A Dtestutil.h627 char *test_mk_file_path(const char *dir, const char *file);
H A Devp_pkey_provided_test.c97 fullfile = test_mk_file_path(datadir, filename); in compare_with_file()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A 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()
H A 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()
H A Dtestutil.h466 char *test_mk_file_path(const char *dir, const char *file);
H A Dsslapitest.c6300 rootfile = test_mk_file_path(certsdir, "rootcert.pem"); in cert_cb()
6301 ecdsacert = test_mk_file_path(certsdir, "server-ecdsa-cert.pem"); in cert_cb()
6302 ecdsakey = test_mk_file_path(certsdir, "server-ecdsa-key.pem"); in cert_cb()
7314 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests()
7318 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/testutil/
H A Ddriver.c300 char *test_mk_file_path(const char *dir, const char *file) in test_mk_file_path() function
/netbsd-src/crypto/external/bsd/openssl/dist/test/testutil/
H A Ddriver.c433 char *test_mk_file_path(const char *dir, const char *file) in test_mk_file_path() function