Searched refs:test_mk_file_path (Results 1 – 8 of 8) sorted by relevance
/openssl-master/test/ |
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()
|
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()
|
A D | pem_read_depr_test.c | 28 char *paramsfile = test_mk_file_path(datadir, filename); in getfile()
|
A D | sslapitest.c | 570 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_client_cert_verify_cb() 571 char *leaf = test_mk_file_path(certsdir, "leaf.pem"); in test_client_cert_verify_cb() 572 char *int2 = test_mk_file_path(certsdir, "subinterCA.pem"); in test_client_cert_verify_cb() 573 char *int1 = test_mk_file_path(certsdir, "interCA.pem"); in test_client_cert_verify_cb() 574 char *root = test_mk_file_path(certsdir, "rootCA.pem"); in test_client_cert_verify_cb() 651 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_ssl_build_cert_chain() 679 char *skey = test_mk_file_path(certsdir, "leaf.key"); in test_ssl_ctx_build_cert_chain() 7988 rootfile = test_mk_file_path(certsdir, "rootcert.pem"); in cert_cb() 9575 cert = test_mk_file_path(certsdir, "servercert.pem"); in setup_tests() 9579 privkey = test_mk_file_path(certsdir, "serverkey.pem"); in setup_tests() [all …]
|
A D | threadstest.c | 680 privkey = test_mk_file_path(datadir, "rsakey.pem"); in setup_tests()
|
A D | testutil.h | 589 char *test_mk_file_path(const char *dir, const char *file);
|
A D | evp_pkey_provided_test.c | 97 fullfile = test_mk_file_path(datadir, filename); in compare_with_file()
|
/openssl-master/test/testutil/ |
A D | driver.c | 433 char *test_mk_file_path(const char *dir, const char *file) in test_mk_file_path() function
|
Completed in 29 milliseconds