Searched refs:__test_skcipher (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/crypto/ |
D | testmgr.c | 906 static int __test_skcipher(struct crypto_ablkcipher *tfm, int enc, in __test_skcipher() function 1158 ret = __test_skcipher(tfm, enc, template, tcount, false, 0); in test_skcipher() 1163 ret = __test_skcipher(tfm, enc, template, tcount, true, 0); in test_skcipher() 1168 ret = __test_skcipher(tfm, enc, template, tcount, true, 1); in test_skcipher() 1175 ret = __test_skcipher(tfm, enc, template, tcount, true, in test_skcipher()
|