Home
last modified time | relevance | path

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

/third_party/openssl/test/
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()
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()
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()
Dpem_read_depr_test.c28 char *paramsfile = test_mk_file_path(datadir, filename); in getfile()
Dsslapitest.c567 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_client_cert_verify_cb()
568 char *leaf = test_mk_file_path(certsdir, "leaf.pem"); in test_client_cert_verify_cb()
569 char *int2 = test_mk_file_path(certsdir, "subinterCA.pem"); in test_client_cert_verify_cb()
570 char *int1 = test_mk_file_path(certsdir, "interCA.pem"); in test_client_cert_verify_cb()
571 char *root = test_mk_file_path(certsdir, "rootCA.pem"); in test_client_cert_verify_cb()
648 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_ssl_build_cert_chain()
649 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem"); in test_ssl_build_cert_chain()
687 char *skey = test_mk_file_path(certsdir, "leaf-encrypted.key"); in test_ssl_ctx_build_cert_chain()
688 char *leaf_chain = test_mk_file_path(certsdir, "leaf-chain.pem"); in test_ssl_ctx_build_cert_chain()
8342 rootfile = test_mk_file_path(certsdir, "rootcert.pem"); in cert_cb()
[all …]
Dthreadstest.c708 privkey = test_mk_file_path(datadir, "rsakey.pem"); in setup_tests()
Dtestutil.h627 char *test_mk_file_path(const char *dir, const char *file);
Devp_pkey_provided_test.c97 fullfile = test_mk_file_path(datadir, filename); in compare_with_file()
/third_party/openssl/test/testutil/
Ddriver.c432 char *test_mk_file_path(const char *dir, const char *file) in test_mk_file_path() function