Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 1/3] crypto: tcrypt: add ctr(twofish) speed test
@ 2011-09-26 13:47 Jussi Kivilinna
  2011-09-26 13:47 ` [PATCH 2/3] crypto: twofish-x86-asm: make assembler functions use twofish_ctx instead of crypto_tfm Jussi Kivilinna
  2011-09-26 13:47 ` [PATCH 3/3] crypto: twofish: add 3-way parallel x86_64 assembler implemention Jussi Kivilinna
  0 siblings, 2 replies; 4+ messages in thread
From: Jussi Kivilinna @ 2011-09-26 13:47 UTC (permalink / raw)
  To: linux-crypto; +Cc: Herbert Xu, David S. Miller

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 e353a28..fc35650 100644
--- a/crypto/tcrypt.c
+++ b/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:

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-10-21 12:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-26 13:47 [PATCH 1/3] crypto: tcrypt: add ctr(twofish) speed test Jussi Kivilinna
2011-09-26 13:47 ` [PATCH 2/3] crypto: twofish-x86-asm: make assembler functions use twofish_ctx instead of crypto_tfm Jussi Kivilinna
2011-09-26 13:47 ` [PATCH 3/3] crypto: twofish: add 3-way parallel x86_64 assembler implemention Jussi Kivilinna
2011-10-21 12:37   ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox