Searched refs:test_skcipher (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/tools/testing/crypto/chacha20-s390/ |
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-v6.1/Documentation/crypto/ |
D | api-samples.rst | 13 static int test_skcipher(void)
|
/Linux-v6.1/crypto/ |
D | testmgr.c | 3148 static int test_skcipher(int enc, const struct cipher_test_suite *suite, in test_skcipher() function 3202 err = test_skcipher(ENCRYPT, suite, req, tsgls); in alg_test_skcipher() 3206 err = test_skcipher(DECRYPT, suite, req, tsgls); in alg_test_skcipher()
|