[PATCH] crypto: fix vmac test fails on s390 (v2)

2010-03-15 Thread Shane Wang
This patch is to fix the vmac algorithm, add more test cases for vmac, and fix the test failure on some big endian system like s390. Signed-off-by: Shane Wang --- crypto/testmgr.h | 64 -- crypto/vmac.c| 75

[PATCH] crypto: Add VMAC(AES) to kernel for intel_txt support (resend)

2009-09-01 Thread Shane Wang
include/crypto/vmac.h | 61 +++ 7 files changed, 781 insertions(+) Signed-off-by: Shane Wang Signed-off-by: Joseph Cihula diff -r fc8c170d4af8 crypto/Kconfig --- a/crypto/KconfigTue Sep 01 08:18:20 2009 -0700 +++ b/crypto/KconfigTue Sep 01 10:16:11 2009 -0700 @@ -268,6 +268,18

Re: [RFC PATCH v2] crypto: Add VMAC(AES) to Linux for intel_txt support

2009-08-22 Thread Shane Wang
/crypto/vmac.h | 61 crypto/Kconfig | 12 crypto/Makefile |1 crypto/tcrypt.c |4 crypto/testmgr.c|9 crypto/testmgr.h| 16 + 7 files changed, 781 insertions(+) Signed-off-by: Shane Wang Signed-off-by: Joseph Cihula diff -r

Re: [RFC PATCH v2] Add VMAC(AES) to Linux for intel_txt support

2009-08-14 Thread Shane Wang
Hi Herbert, I have updated it. How does this patch look? Please comment. Thanks a lot. Shane Signed-off-by: Shane Wang Signed-off-by: Joseph Cihula diff -r 7ccb4aa6908f crypto/Kconfig --- a/crypto/KconfigWed Aug 05 15:43:38 2009 -0700 +++ b/crypto/KconfigFri Aug 14 03:54:21 2009

[RFC PATCH v2] Add VMAC(AES) to Linux for intel_txt support

2009-08-10 Thread Shane Wang
ve the MACing speed, which is one of the reasons VMAC is very fast for MACing. Do we need to give these up? Thanks. Shane Signed-off-by: Shane Wang Signed-off-by: Joseph Cihula diff -r 7ccb4aa6908f crypto/Kconfig --- a/crypto/KconfigWed Aug 05 15:43:38 2009 -0700 +++ b/crypto/KconfigS

[RFC PATCH] Add VMAC(AES) to Linux for intel_txt support

2009-07-16 Thread Shane Wang
fast to MAC the memory during S3 sleep, compared with other MAC algorithms. We request your feedback and suggestions. Thanks. Shane Signed-off-by: Shane Wang Signed-off-by: Joseph Cihula diff -r 973795c2770b crypto/Kconfig --- a/crypto/KconfigMon Jul 13 20:57:01 2009 -0700 +++ b/crypto

[RFC PATCH] Add VMAC(AES) to Linux for intel_txt support

2009-07-16 Thread Shane Wang
fast to MAC the memory during S3 sleep, compared with other MAC algorithms. We request your feedback and suggestions. Thanks. Shane Signed-off-by: Shane Wang Signed-off-by: Joseph Cihula diff -r 973795c2770b crypto/Kconfig --- a/crypto/KconfigMon Jul 13 20:57:01 2009 -0700 +++ b/crypto