Searched refs:__test_hash (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/crypto/ |
D | testmgr.c | 201 static int __test_hash(struct crypto_ahash *tfm, struct hash_testvec *template, in __test_hash() function 406 ret = __test_hash(tfm, template, tcount, use_digest, 0); in test_hash() 411 ret = __test_hash(tfm, template, tcount, use_digest, 1); in test_hash() 418 ret = __test_hash(tfm, template, tcount, use_digest, in test_hash()
|