Home
last modified time | relevance | path

Searched refs:test_aead_speed (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/crypto/
Dtcrypt.c522 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed() function
2229 test_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, in do_test()
2231 test_aead_speed("gcm(aes)", ENCRYPT, sec, in do_test()
2233 test_aead_speed("rfc4106(gcm(aes))", DECRYPT, sec, in do_test()
2235 test_aead_speed("gcm(aes)", DECRYPT, sec, in do_test()
2240 test_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec, in do_test()
2242 test_aead_speed("rfc4309(ccm(aes))", DECRYPT, sec, in do_test()
2247 test_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, sec, in do_test()
2249 test_aead_speed("rfc7539esp(chacha20,poly1305)", DECRYPT, sec, in do_test()