crypto: blowfish-x86_64 - add credits
[deliverable/linux.git] / crypto / tcrypt.c
index 2222617b3bedc631e28c5599bdbd5a7cef595413..e353a28b0b1762f2a06308f349e82b6c60ba5c69 100644 (file)
@@ -1050,6 +1050,10 @@ static int do_test(int m)
                                  speed_template_8_32);
                test_cipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0,
                                  speed_template_8_32);
+               test_cipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0,
+                                 speed_template_8_32);
+               test_cipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0,
+                                 speed_template_8_32);
                break;
 
        case 204:
This page took 0.02377 seconds and 5 git commands to generate.