Home
last modified time | relevance | path

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

/openssl/test/testutil/
H A Ddriver.c40 static TEST_INFO all_tests[1024]; variable
63 all_tests[num_tests].test_fn = test_fn; in add_test()
64 all_tests[num_tests].num = -1; in add_test()
75 all_tests[num_tests].num = num; in add_all_tests()
76 all_tests[num_tests].subtest = subtest; in add_all_tests()
293 int permute[OSSL_NELEM(all_tests)]; in run_tests()
330 if (all_tests[i].num != -1) { in run_tests()
351 if (all_tests[i].subtest) { in run_tests()
387 if (all_tests[i].subtest) in run_tests()
397 if (all_tests[i].subtest) { in run_tests()
[all …]

Completed in 5 milliseconds