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

2010-03-16 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 shane.w...@intel.com --- 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 shane.w...@intel.com Signed-off-by: Joseph Cihula joseph.cih...@intel.com diff -r fc8c170d4af8 crypto/Kconfig --- a/crypto/KconfigTue Sep 01 08:18:20 2009 -0700 +++ b/crypto/KconfigTue Sep

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 shane.w...@intel.com Signed-off-by: Joseph Cihula

[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 shane.w...@intel.com Signed-off-by: Joseph Cihula joseph.cih...@intel.com diff -r 973795c2770b crypto/Kconfig --- a/crypto/Kconfig

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

2009-07-16 Thread Shane Wang
http://lkml.org/lkml/2009/6/22/578), since the VMAC algorithm is very 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 shane.w...@intel.com Signed-off-by: Joseph Cihula joseph.cih