crypto: xctr - Add XCTR support
[linux-2.6-block.git] / crypto / tcrypt.c
index 2bacf8384f59fb116981ff31c04035031ad13b0b..fd671d0e2012a5fd3ddb7289e8a6fecb05fe496f 100644 (file)
@@ -1556,6 +1556,7 @@ static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb)
                ret += tcrypt_test("rfc3686(ctr(aes))");
                ret += tcrypt_test("ofb(aes)");
                ret += tcrypt_test("cfb(aes)");
+               ret += tcrypt_test("xctr(aes)");
                break;
 
        case 11: