linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] crypto: tcrypt - add ctr(des3_ede) sync speed test
@ 2014-06-09 17:59 Jussi Kivilinna
  2014-06-09 17:59 ` [PATCH 2/2] crypto: des_3des - add x86-64 assembly implementation Jussi Kivilinna
  2014-06-20 18:42 ` [PATCH 1/2] crypto: tcrypt - add ctr(des3_ede) sync speed test Herbert Xu
  0 siblings, 2 replies; 3+ messages in thread
From: Jussi Kivilinna @ 2014-06-09 17:59 UTC (permalink / raw)
  To: linux-crypto; +Cc: Herbert Xu, David S. Miller

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

diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index ba247cf..164ec0e 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -1585,6 +1585,12 @@ static int do_test(int m)
 		test_cipher_speed("cbc(des3_ede)", DECRYPT, sec,
 				des3_speed_template, DES3_SPEED_VECTORS,
 				speed_template_24);
+		test_cipher_speed("ctr(des3_ede)", ENCRYPT, sec,
+				des3_speed_template, DES3_SPEED_VECTORS,
+				speed_template_24);
+		test_cipher_speed("ctr(des3_ede)", DECRYPT, sec,
+				des3_speed_template, DES3_SPEED_VECTORS,
+				speed_template_24);
 		break;
 
 	case 202:

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

end of thread, other threads:[~2014-06-20 18:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-09 17:59 [PATCH 1/2] crypto: tcrypt - add ctr(des3_ede) sync speed test Jussi Kivilinna
2014-06-09 17:59 ` [PATCH 2/2] crypto: des_3des - add x86-64 assembly implementation Jussi Kivilinna
2014-06-20 18:42 ` [PATCH 1/2] crypto: tcrypt - add ctr(des3_ede) sync speed test Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).