Home
last modified time | relevance | path

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

/Linux-v5.15/crypto/
Dtestmgr.c2599 static int test_cipher(struct crypto_cipher *tfm, int enc, in test_cipher() function
3518 err = test_cipher(tfm, ENCRYPT, suite->vecs, suite->count); in alg_test_cipher()
3520 err = test_cipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_cipher()