Home
last modified time | relevance | path

Searched refs:hash_buff (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/crypto/
Dtestmgr.c202 void *hash_buff; in __test_hash() local
238 hash_buff = xbuf[0]; in __test_hash()
239 hash_buff += align_offset; in __test_hash()
241 memcpy(hash_buff, template[i].plaintext, template[i].psize); in __test_hash()
242 sg_init_one(&sg[0], hash_buff, template[i].psize); in __test_hash()