Searched refs:__test_aead (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/crypto/ |
D | testmgr.c | 427 static int __test_aead(struct crypto_aead *tfm, int enc, in __test_aead() function 824 ret = __test_aead(tfm, enc, template, tcount, false, 0); in test_aead() 829 ret = __test_aead(tfm, enc, template, tcount, true, 0); in test_aead() 834 ret = __test_aead(tfm, enc, template, tcount, true, 1); in test_aead() 841 ret = __test_aead(tfm, enc, template, tcount, true, in test_aead()
|