Searched refs:test_mb_aead_speed (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/crypto/ |
H A D | tcrypt.c | 243 static void test_mb_aead_speed(const char *algo, int enc, int secs, in test_mb_aead_speed() function 2079 test_mb_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, NULL, in do_test() 2081 test_mb_aead_speed("gcm(aes)", ENCRYPT, sec, NULL, 0, 16, 8, in do_test() 2083 test_mb_aead_speed("rfc4106(gcm(aes))", DECRYPT, sec, NULL, in do_test() 2085 test_mb_aead_speed("gcm(aes)", DECRYPT, sec, NULL, 0, 16, 8, in do_test() 2090 test_mb_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec, NULL, 0, in do_test() 2092 test_mb_aead_speed("rfc4309(ccm(aes))", DECRYPT, sec, NULL, 0, in do_test() 2097 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, in do_test() 2100 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", DECRYPT, in do_test() 2174 test_mb_aead_speed("gc in do_test() [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | tcrypt.c | 251 static void test_mb_aead_speed(const char *algo, int enc, int secs, in test_mb_aead_speed() function 2270 test_mb_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, NULL, in do_test() 2272 test_mb_aead_speed("gcm(aes)", ENCRYPT, sec, NULL, 0, 16, 8, in do_test() 2274 test_mb_aead_speed("rfc4106(gcm(aes))", DECRYPT, sec, NULL, in do_test() 2276 test_mb_aead_speed("gcm(aes)", DECRYPT, sec, NULL, 0, 16, 8, in do_test() 2281 test_mb_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec, NULL, 0, in do_test() 2283 test_mb_aead_speed("rfc4309(ccm(aes))", DECRYPT, sec, NULL, 0, in do_test() 2288 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, in do_test() 2291 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", DECRYPT, in do_test()
|
Completed in 7 milliseconds