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

/linux-master/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c126 static int test_skcipher(char *name, u8 *revert, u8 *cipher, u8 *plain) function
282 ret = test_skcipher("chacha20-generic", revert, cipher_generic, plain);
297 ret = test_skcipher("chacha20-s390", revert, cipher_s390, plain);
/linux-master/crypto/
H A Dtestmgr.c3224 static int test_skcipher(int enc, const struct cipher_test_suite *suite, function
3278 err = test_skcipher(ENCRYPT, suite, req, tsgls);
3282 err = test_skcipher(DECRYPT, suite, req, tsgls);

Completed in 107 milliseconds