Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/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 Drpktest.c732 rootcert = test_mk_file_path(certsdir, "rootcert.pem"); in setup_tests()
736 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests()
740 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests()
744 cert2 = test_mk_file_path(certsdir, "server-ecdsa-cert.pem"); in setup_tests()
748 privkey2 = test_mk_file_path(certsdir, "server-ecdsa-key.pem"); in setup_tests()
752 cert448 = test_mk_file_path(certsdir, "server-ed448-cert.pem"); in setup_tests()
756 privkey448 = test_mk_file_path(certsdir, "server-ed448-key.pem"); in setup_tests()
760 cert25519 = test_mk_file_path(certsdir, "server-ed25519-cert.pem"); in setup_tests()
764 privkey25519 = test_mk_file_path(certsdir, "server-ed25519-key.pem"); in setup_tests()
H A Dquic_newcid_test.c163 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests()
167 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests()
H A Dossl_store_test.c45 char *input = test_mk_file_path(inputdir, infile); in test_store_open()
232 char *input = test_mk_file_path(inputdir, sm2file); in test_store_attach_unregistered_scheme()
H A Dcert_comp_test.c262 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests()
266 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests()
H A Dx509_req_test.c32 certFilePath = test_mk_file_path(certsDir, "x509-req-detect-invalid-version.pem"); in test_x509_req_detect_invalid_version()
H A Dquicfaultstest.c386 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests()
390 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests()
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 Dquicapitest.c451 reffile = test_mk_file_path(datadir, "ssltraceref.txt"); in compare_with_file()
453 reffile = test_mk_file_path(datadir, "ssltraceref-zlib.txt"); in compare_with_file()
2914 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests()
2918 ccert = test_mk_file_path(certsdir, "ee-client-chain.pem"); in setup_tests()
2922 cauthca = test_mk_file_path(certsdir, "root-cert.pem"); in setup_tests()
2926 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests()
2930 cprivkey = test_mk_file_path(certsdir, "ee-key.pem"); in setup_tests()
H A Dsslapitest.c569 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_client_cert_verify_cb()
570 char *leaf = test_mk_file_path(certsdir, "leaf.pem"); in test_client_cert_verify_cb()
571 char *int2 = test_mk_file_path(certsdir, "subinterCA.pem"); in test_client_cert_verify_cb()
572 char *int1 = test_mk_file_path(certsdir, "interCA.pem"); in test_client_cert_verify_cb()
573 char *root = test_mk_file_path(certsdir, "rootCA.pem"); in test_client_cert_verify_cb()
650 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_ssl_build_cert_chain()
651 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem"); in test_ssl_build_cert_chain()
689 char *skey = test_mk_file_path(certsdir, "leaf-encrypted.key"); in test_ssl_ctx_build_cert_chain()
690 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem"); in test_ssl_ctx_build_cert_chain()
8905 char *path = test_mk_file_path(certsdir, file); in load_chain()
[all …]
H A Dtestutil.h647 char *test_mk_file_path(const char *dir, const char *file);
H A Dthreadstest.c1340 privkey = test_mk_file_path(datadir, "rsakey.pem"); in setup_tests()
H A Devp_pkey_provided_test.c97 fullfile = test_mk_file_path(datadir, filename); in compare_with_file()
/freebsd/crypto/openssl/test/testutil/
H A Ddriver.c439 char *test_mk_file_path(const char *dir, const char *file) in test_mk_file_path() function