Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 1/3] crypto: tcrypt: add ecb(arc4) speed tests
@ 2012-06-09 15:25 Jussi Kivilinna
  2012-06-09 15:25 ` [PATCH 2/3] crypto: arc4: improve performance by adding ecb(arc4) Jussi Kivilinna
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jussi Kivilinna @ 2012-06-09 15:25 UTC (permalink / raw)
  To: linux-crypto; +Cc: Herbert Xu, David S. Miller

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

diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index 8f147bf..cc86706 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -1339,6 +1339,11 @@ static int do_test(int m)
 				  speed_template_32_64);
 		break;
 
+	case 208:
+		test_cipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0,
+				  speed_template_8);
+		break;
+
 	case 300:
 		/* fall through */
 
@@ -1563,6 +1568,11 @@ static int do_test(int m)
 				   speed_template_32_64);
 		break;
 
+	case 504:
+		test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0,
+				   speed_template_8);
+		break;
+
 	case 1000:
 		test_available();
 		break;

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

end of thread, other threads:[~2012-06-12 10:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-09 15:25 [PATCH 1/3] crypto: tcrypt: add ecb(arc4) speed tests Jussi Kivilinna
2012-06-09 15:25 ` [PATCH 2/3] crypto: arc4: improve performance by adding ecb(arc4) Jussi Kivilinna
2012-06-09 15:25 ` [PATCH 3/3] crypto: arc4: improve performance by using u32 for ctx and variables Jussi Kivilinna
2012-06-12 10:06 ` [PATCH 1/3] crypto: tcrypt: add ecb(arc4) speed tests Herbert Xu

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