Lines Matching refs:blk_tcs
1133 const struct blockcipher_test_case *blk_tcs; in build_blockcipher_test_suite() local
1140 blk_tcs = aes_chain_test_cases; in build_blockcipher_test_suite()
1146 blk_tcs = aes_cipheronly_test_cases; in build_blockcipher_test_suite()
1152 blk_tcs = aes_docsis_test_cases; in build_blockcipher_test_suite()
1158 blk_tcs = triple_des_chain_test_cases; in build_blockcipher_test_suite()
1164 blk_tcs = triple_des_cipheronly_test_cases; in build_blockcipher_test_suite()
1170 blk_tcs = des_cipheronly_test_cases; in build_blockcipher_test_suite()
1176 blk_tcs = des_docsis_test_cases; in build_blockcipher_test_suite()
1182 blk_tcs = hash_test_cases; in build_blockcipher_test_suite()
1197 tc->name = blk_tcs[i].test_descr; in build_blockcipher_test_suite()
1203 tc->data = &blk_tcs[i]; in build_blockcipher_test_suite()