Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dtestmgr.c1017 static int test_cipher(struct crypto_cipher *tfm, int enc, in test_cipher() function
1759 err = test_cipher(tfm, ENCRYPT, suite->vecs, suite->count); in alg_test_cipher()
1761 err = test_cipher(tfm, DECRYPT, suite->vecs, suite->count); in alg_test_cipher()