Searched refs:test_skcipher (Results 1 – 2 of 2) sorted by relevance
36 static int test_skcipher(void)
1345 static int test_skcipher(struct crypto_skcipher *tfm, int enc, in test_skcipher() function1781 err = test_skcipher(tfm, ENCRYPT, suite->vecs, suite->count); in alg_test_skcipher()1783 err = test_skcipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_skcipher()