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

/linux-master/crypto/
H A Dtcrypt.c518 static void test_aead_speed(const char *algo, int enc, unsigned int secs, function
2044 test_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec,
2046 test_aead_speed("gcm(aes)", ENCRYPT, sec,
2048 test_aead_speed("rfc4106(gcm(aes))", DECRYPT, sec,
2050 test_aead_speed("gcm(aes)", DECRYPT, sec,
2055 test_aead_speed("rfc4309(ccm(aes))", ENCRYPT, sec,
2057 test_aead_speed("rfc4309(ccm(aes))", DECRYPT, sec,
2062 test_aead_speed("rfc7539esp(chacha20,poly1305)", ENCRYPT, sec,
2064 test_aead_speed("rfc7539esp(chacha20,poly1305)", DECRYPT, sec,
2144 test_aead_speed("aegis12
[all...]

Completed in 154 milliseconds