Home
last modified time | relevance | path

Searched refs:testfile (Results 1 – 6 of 6) sorted by relevance

/openssl/test/testutil/
H A Dstanza.c19 int test_start_file(STANZA *s, const char *testfile) in test_start_file() argument
21 TEST_info("Reading %s", testfile); in test_start_file()
22 set_test_title(testfile); in test_start_file()
24 if (!TEST_ptr(s->fp = BIO_new_file(testfile, "r"))) in test_start_file()
26 s->test_file = testfile; in test_start_file()
/openssl/fuzz/
H A Dtest-corpus.c37 static void testfile(const char *pathname) in testfile() function
90 testfile(pathname); in main()
96 testfile(argv[n]); in main()
/openssl/test/
H A Dparams_conversion_test.c324 const char *testfile = test_get_argument(i); in run_param_file_tests() local
329 if (!test_start_file(s, testfile)) { in run_param_file_tests()
H A Dtestutil.h600 int test_start_file(STANZA *s, const char *testfile);
H A Dbntest.c3313 char *testfile = test_get_argument(i); in run_file_tests() local
3318 if (!test_start_file(s, testfile)) { in run_file_tests()
H A Devp_test.c5039 const char *testfile = test_get_argument(i); in run_file_tests() local
5044 if (!test_start_file(&t->s, testfile)) { in run_file_tests()

Completed in 49 milliseconds