Searched refs:test_mb_aead_speed (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | tcrypt.c | 250 static void test_mb_aead_speed(const char *algo, int enc, int secs, in test_mb_aead_speed() function 2269 test_mb_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, NULL, in do_test() 2271 test_mb_aead_speed("gcm(aes)", ENCRYPT, sec, NULL, 0, 16, 8, in do_test() 2273 test_mb_aead_speed("rfc4106(gcm(aes))", DECRYPT, sec, NULL, in do_test() 2275 test_mb_aead_speed("gcm(aes)", DECRYPT, sec, NULL, 0, 16, 8, in do_test() 2280 test_mb_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec, NULL, 0, in do_test() 2282 test_mb_aead_speed("rfc4309(ccm(aes))", DECRYPT, sec, NULL, 0, in do_test() 2287 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, in do_test() 2290 test_mb_aead_speed("rfc7539esp(chacha20,poly1305)", DECRYPT, in do_test()
|