Searched refs:test_mk_file_path (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | verify_extra_test.c | 305 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 D | ossl_store_test.c | 45 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 D | ct_test.c | 94 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 D | pem_read_depr_test.c | 28 char *paramsfile = test_mk_file_path(datadir, filename); in getfile()
|
H A D | threadstest.c | 708 privkey = test_mk_file_path(datadir, "rsakey.pem"); in setup_tests()
|
H A D | testutil.h | 627 char *test_mk_file_path(const char *dir, const char *file);
|
H A D | evp_pkey_provided_test.c | 97 fullfile = test_mk_file_path(datadir, filename); in compare_with_file()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | verify_extra_test.c | 314 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 D | ct_test.c | 93 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 D | testutil.h | 466 char *test_mk_file_path(const char *dir, const char *file);
|
H A D | sslapitest.c | 6300 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 D | driver.c | 300 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 D | driver.c | 433 char *test_mk_file_path(const char *dir, const char *file) in test_mk_file_path() function
|