From: Jan Glauber <j...@linux.vnet.ibm.com> Add the CTR mode speed test for AES.
Signed-off-by: Jan Glauber <j...@linux.vnet.ibm.com> --- crypto/tcrypt.c | 4 ++++ 1 file changed, 4 insertions(+) --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -1009,6 +1009,10 @@ static int do_test(int m) speed_template_32_64); test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0, speed_template_32_64); + test_cipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0, + speed_template_16_24_32); + test_cipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0, + speed_template_16_24_32); break; case 201: -- -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html