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: