Home
last modified time | relevance | path

Searched refs:test_skcipher (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/Documentation/crypto/
Dapi-samples.rst36 static int test_skcipher(void)
/Linux-v4.19/crypto/
Dtestmgr.c1345 static int test_skcipher(struct crypto_skcipher *tfm, int enc, in test_skcipher() function
1781 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()