Lines Matching refs:tap
328 template[i].tap[k] > PAGE_SIZE)) in __test_hash()
334 template[i].tap[k]), in __test_hash()
335 template[i].tap[k]); in __test_hash()
336 temp += template[i].tap[k]; in __test_hash()
671 template[i].tap[k] > PAGE_SIZE)) in __test_aead()
675 memcpy(q, template[i].input + temp, template[i].tap[k]); in __test_aead()
677 q, template[i].tap[k]); in __test_aead()
683 memset(q, 0, template[i].tap[k]); in __test_aead()
686 q, template[i].tap[k]); in __test_aead()
689 n = template[i].tap[k]; in __test_aead()
695 temp += template[i].tap[k]; in __test_aead()
765 n = template[i].tap[k]; in __test_aead()
795 temp += template[i].tap[k]; in __test_aead()
1091 template[i].tap[k] > PAGE_SIZE)) in __test_skcipher()
1096 memcpy(q, template[i].input + temp, template[i].tap[k]); in __test_skcipher()
1098 if (offset_in_page(q) + template[i].tap[k] < PAGE_SIZE) in __test_skcipher()
1099 q[template[i].tap[k]] = 0; in __test_skcipher()
1101 sg_set_buf(&sg[k], q, template[i].tap[k]); in __test_skcipher()
1106 sg_set_buf(&sgout[k], q, template[i].tap[k]); in __test_skcipher()
1108 memset(q, 0, template[i].tap[k]); in __test_skcipher()
1110 template[i].tap[k] < PAGE_SIZE) in __test_skcipher()
1111 q[template[i].tap[k]] = 0; in __test_skcipher()
1114 temp += template[i].tap[k]; in __test_skcipher()
1151 template[i].tap[k])) { in __test_skcipher()
1154 hexdump(q, template[i].tap[k]); in __test_skcipher()
1158 q += template[i].tap[k]; in __test_skcipher()
1167 temp += template[i].tap[k]; in __test_skcipher()