Searched refs:__test_skcipher (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/crypto/ |
D | testmgr.c | 925 static int __test_skcipher(struct crypto_skcipher *tfm, int enc, in __test_skcipher() function 1190 ret = __test_skcipher(tfm, enc, template, tcount, false, 0); in test_skcipher() 1195 ret = __test_skcipher(tfm, enc, template, tcount, true, 0); in test_skcipher() 1200 ret = __test_skcipher(tfm, enc, template, tcount, true, 1); in test_skcipher() 1207 ret = __test_skcipher(tfm, enc, template, tcount, true, in test_skcipher()
|