Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dtestmgr.c212 void *hash_buff; in __test_hash() local
248 hash_buff = xbuf[0]; in __test_hash()
249 hash_buff += align_offset; in __test_hash()
251 memcpy(hash_buff, template[i].plaintext, template[i].psize); in __test_hash()
252 sg_init_one(&sg[0], hash_buff, template[i].psize); in __test_hash()