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