Searched refs:hash_buff (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/crypto/ |
D | testmgr.c | 192 void *hash_buff, int k, int temp, struct scatterlist *sg, in ahash_partial_update() argument 233 memcpy(hash_buff, template->plaintext + temp, in ahash_partial_update() 235 sg_init_one(&sg[0], hash_buff, template->tap[k]); in ahash_partial_update() 280 void *hash_buff; in __test_hash() local 316 hash_buff = xbuf[0]; in __test_hash() 317 hash_buff += align_offset; in __test_hash() 319 memcpy(hash_buff, template[i].plaintext, template[i].psize); in __test_hash() 320 sg_init_one(&sg[0], hash_buff, template[i].psize); in __test_hash() 500 hash_buff = xbuf[0]; in __test_hash() 501 memcpy(hash_buff, template[i].plaintext, in __test_hash() [all …]
|