Searched refs:test_skcipher (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/crypto/chacha20-s390/ |
H A D | test-cipher.c | 126 static int test_skcipher(char *name, u8 *revert, u8 *cipher, u8 *plain) in test_skcipher() function 282 ret = test_skcipher("chacha20-generic", revert, cipher_generic, plain); in chacha_s390_test_init() 297 ret = test_skcipher("chacha20-s390", revert, cipher_s390, plain); in chacha_s390_test_init()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | testmgr.c | 3111 static int test_skcipher(const char *driver, int enc, in test_skcipher() function 3166 err = test_skcipher(driver, ENCRYPT, suite, req, tsgls); in alg_test_skcipher() 3170 err = test_skcipher(driver, DECRYPT, suite, req, tsgls); in alg_test_skcipher()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | testmgr.c | 3228 static int test_skcipher(int enc, const struct cipher_test_suite *suite, in test_skcipher() function 3282 err = test_skcipher(ENCRYPT, suite, req, tsgls); in alg_test_skcipher() 3286 err = test_skcipher(DECRYPT, suite, req, tsgls); in alg_test_skcipher()
|
Completed in 16 milliseconds