Lines Matching refs:tc
1134 struct unit_test_case *tc; in build_blockcipher_test_suite() local
1196 tc = &ts->unit_test_cases[i]; in build_blockcipher_test_suite()
1197 tc->name = blk_tcs[i].test_descr; in build_blockcipher_test_suite()
1198 tc->enabled = 1; in build_blockcipher_test_suite()
1199 tc->setup = ut_setup; in build_blockcipher_test_suite()
1200 tc->teardown = ut_teardown; in build_blockcipher_test_suite()
1201 tc->testcase = NULL; in build_blockcipher_test_suite()
1202 tc->testcase_with_data = blockcipher_test_case_run; in build_blockcipher_test_suite()
1203 tc->data = &blk_tcs[i]; in build_blockcipher_test_suite()
1205 tc = &ts->unit_test_cases[i]; in build_blockcipher_test_suite()
1206 tc->name = NULL; in build_blockcipher_test_suite()
1207 tc->enabled = 0; in build_blockcipher_test_suite()
1208 tc->setup = NULL; in build_blockcipher_test_suite()
1209 tc->teardown = NULL; in build_blockcipher_test_suite()
1210 tc->testcase = NULL; in build_blockcipher_test_suite()
1211 tc->testcase_with_data = NULL; in build_blockcipher_test_suite()
1212 tc->data = NULL; in build_blockcipher_test_suite()