crypto: user - Add dependency on NET
[deliverable/linux.git] / crypto / tcrypt.c
index fc35650645e8a9cb6c27204959276086b18ee283..0c4e80f34651bd01dabaed7632a42922fa3dca7e 100644 (file)
@@ -782,11 +782,13 @@ static int do_test(int m)
        case 7:
                ret += tcrypt_test("ecb(blowfish)");
                ret += tcrypt_test("cbc(blowfish)");
+               ret += tcrypt_test("ctr(blowfish)");
                break;
 
        case 8:
                ret += tcrypt_test("ecb(twofish)");
                ret += tcrypt_test("cbc(twofish)");
+               ret += tcrypt_test("ctr(twofish)");
                break;
 
        case 9:
This page took 0.024177 seconds and 5 git commands to generate.