Searched refs:__test_aead (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/crypto/ |
D | testmgr.c | 604 static int __test_aead(struct crypto_aead *tfm, int enc, in __test_aead() function 991 ret = __test_aead(tfm, enc, template, tcount, false, 0); in test_aead() 996 ret = __test_aead(tfm, enc, template, tcount, true, 0); in test_aead() 1001 ret = __test_aead(tfm, enc, template, tcount, true, 1); in test_aead() 1008 ret = __test_aead(tfm, enc, template, tcount, true, in test_aead()
|