crypto: testmgr - Add ctr(aes) test vectors
[pandora-kernel.git] / crypto / tcrypt.c
index ea3b8a8..9e4974e 100644 (file)
@@ -526,6 +526,7 @@ static void do_test(int m)
                tcrypt_test("cbc(aes)");
                tcrypt_test("lrw(aes)");
                tcrypt_test("xts(aes)");
+               tcrypt_test("ctr(aes)");
                tcrypt_test("rfc3686(ctr(aes))");
                break;