Searched refs:tap (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | testmgr.h | 43 unsigned char tap[MAX_TAP]; member 54 unsigned short tap[MAX_TAP]; member 70 unsigned char tap[MAX_TAP]; member 143 .tap = { 13, 13 }, 188 .tap = {13, 13} 252 .tap = { 28, 28 }, 316 .tap = { 28, 28 }, 396 .tap = { 28, 28 }, 464 .tap = { 28, 28 }, 497 .tap = { 28, 28 } [all …]
|
D | testmgr.c | 319 template[i].tap[k] > PAGE_SIZE)) in __test_hash() 325 template[i].tap[k]), in __test_hash() 326 template[i].tap[k]); in __test_hash() 327 temp += template[i].tap[k]; in __test_hash() 641 template[i].tap[k] > PAGE_SIZE)) in __test_aead() 645 memcpy(q, template[i].input + temp, template[i].tap[k]); in __test_aead() 646 sg_set_buf(&sg[k], q, template[i].tap[k]); in __test_aead() 652 memset(q, 0, template[i].tap[k]); in __test_aead() 654 sg_set_buf(&sgout[k], q, template[i].tap[k]); in __test_aead() 657 n = template[i].tap[k]; in __test_aead() [all …]
|