From da9cd99d11d1f18c2c499e1166689d2c3e3943dc Mon Sep 17 00:00:00 2001 From: Jussi Kivilinna Date: Mon, 26 Sep 2011 16:47:15 +0300 Subject: [PATCH] --- yaml --- r: 272286 b: refs/heads/master c: ee5002a5497f3219b4144b5370203ed6e43f7269 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 ab8614544863..eb3b8a88db08 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a071d06e34ff361c7a8d1ddf3ce8a95d782fa25a +refs/heads/master: ee5002a5497f3219b4144b5370203ed6e43f7269 diff --git a/trunk/crypto/tcrypt.c b/trunk/crypto/tcrypt.c index e353a28b0b17..fc35650645e8 100644 --- a/trunk/crypto/tcrypt.c +++ b/trunk/crypto/tcrypt.c @@ -1039,6 +1039,10 @@ static int do_test(int m) speed_template_16_24_32); test_cipher_speed("cbc(twofish)", DECRYPT, sec, NULL, 0, speed_template_16_24_32); + test_cipher_speed("ctr(twofish)", ENCRYPT, sec, NULL, 0, + speed_template_16_24_32); + test_cipher_speed("ctr(twofish)", DECRYPT, sec, NULL, 0, + speed_template_16_24_32); break; case 203: