diff options
-rw-r--r-- | crypto/tcrypt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 2222617b3bed..e353a28b0b17 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c | |||
@@ -1050,6 +1050,10 @@ static int do_test(int m) | |||
1050 | speed_template_8_32); | 1050 | speed_template_8_32); |
1051 | test_cipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0, | 1051 | test_cipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0, |
1052 | speed_template_8_32); | 1052 | speed_template_8_32); |
1053 | test_cipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0, | ||
1054 | speed_template_8_32); | ||
1055 | test_cipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0, | ||
1056 | speed_template_8_32); | ||
1053 | break; | 1057 | break; |
1054 | 1058 | ||
1055 | case 204: | 1059 | case 204: |