Lines Matching refs:hash_buff
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()
503 sg_init_one(&sg[0], hash_buff, template[i].tap[0]); in __test_hash()
539 hash_buff, k, temp, &sg[0], algo, result, in __test_hash()