From 44987315b9311444ea2a57ee1a8778e68d57c912 Mon Sep 17 00:00:00 2001 From: Jussi Kivilinna Date: Fri, 2 Sep 2011 01:45:17 +0300 Subject: [PATCH] --- yaml --- r: 272280 b: refs/heads/master c: 7d47b86cfef808c6580b7603c3f17fcaf27e9d14 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/crypto/tcrypt.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index cd6cfffbd9c0..7aa7cd30616a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3f2a5d2d42e0784b6aa96c2e5dcdd64e28e838d6 +refs/heads/master: 7d47b86cfef808c6580b7603c3f17fcaf27e9d14 diff --git a/trunk/crypto/tcrypt.c b/trunk/crypto/tcrypt.c index 2222617b3bed..e353a28b0b17 100644 --- a/trunk/crypto/tcrypt.c +++ b/trunk/crypto/tcrypt.c @@ -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: