Searched refs:test_skcipher (Results 1 – 3 of 3) sorted by relevance
/linux/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()
|
/linux/Documentation/crypto/ |
H A D | api-samples.rst | 13 static int test_skcipher(void)
|
/linux/crypto/ |
H A D | testmgr.c | 3262 static int test_skcipher(int enc, const struct cipher_test_suite *suite, in test_skcipher() function 3318 err = test_skcipher(ENCRYPT, suite, req, tsgls); in alg_test_skcipher() 3322 err = test_skcipher(DECRYPT, suite, req, tsgls); in alg_test_skcipher()
|