Linux cryptographic layer development
 help / color / mirror / Atom feed
From: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
To: linux-crypto@vger.kernel.org
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
	"David S. Miller" <davem@davemloft.net>
Subject: [[RFC] PATCH 3/4] crypto: tcrypt: add ctr(blowfish) speed test
Date: Fri, 02 Sep 2011 01:45:17 +0300	[thread overview]
Message-ID: <20110901224517.7795.28909.stgit@localhost6.localdomain6> (raw)
In-Reply-To: <20110901224506.7795.35128.stgit@localhost6.localdomain6>

Add ctr(blowfish) speed test to receive results for blowfish x86_64 assembly
patch.

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
---
 crypto/tcrypt.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index 2222617..e353a28 100644
--- a/crypto/tcrypt.c
+++ b/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:

  parent reply	other threads:[~2011-09-01 22:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-01 22:45 [[RFC] PATCH 1/4] crypto: blowfish: split generic and common c code Jussi Kivilinna
2011-09-01 22:45 ` [[RFC] PATCH 2/4] crypto: blowfish: rename C-version to blowfish_generic Jussi Kivilinna
2011-09-01 22:45 ` Jussi Kivilinna [this message]
2011-09-01 22:45 ` [[RFC] PATCH 4/4] crypto: blowfish: add x86_64 assembly implementation Jussi Kivilinna
2011-09-19 11:19   ` Jussi Kivilinna
2011-09-19 11:25     ` Herbert Xu
2011-09-22 11:29 ` [PATCH 1/4] crypto: blowfish - split generic and common c code Herbert Xu
2011-09-22 14:25   ` Jussi Kivilinna

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110901224517.7795.28909.stgit@localhost6.localdomain6 \
    --to=jussi.kivilinna@mbnet.fi \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=linux-crypto@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox