Searched refs:test_aead_speed (Results 1 – 1 of 1) sorted by relevance
/linux/crypto/ |
H A D | tcrypt.c | 518 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed() function 2044 test_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec, in do_test() 2046 test_aead_speed("gcm(aes)", ENCRYPT, sec, in do_test() 2048 test_aead_speed("rfc4106(gcm(aes))", DECRYPT, sec, in do_test() 2050 test_aead_speed("gcm(aes)", DECRYPT, sec, in do_test() 2055 test_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec, in do_test() 2057 test_aead_speed("rfc4309(ccm(aes))", DECRYPT, sec, in do_test() 2062 test_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, sec, in do_test() 2064 test_aead_speed("rfc7539esp(chacha20,poly1305)", DECRYPT, sec, in do_test() 2144 test_aead_speed("aegis128", ENCRYPT, sec, in do_test() [all …]
|