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
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
/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
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
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
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
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