Re: [PATCH v3] crypto: add support for the NIST CMAC hash

2013-02-05 Thread Steffen Klassert
On Wed, Jan 23, 2013 at 07:43:01AM -0500, Tom St Denis wrote: > Signed-off-by: Tom St Denis > diff --git a/include/uapi/linux/pfkeyv2.h b/include/uapi/linux/pfkeyv2.h > index 0b80c80..d61898e 100644 > --- a/include/uapi/linux/pfkeyv2.h > +++ b/include/uapi/linux/pfkeyv2.h > @@ -296,6 +296,7 @@ str

[PATCH v3] crypto: add support for the NIST CMAC hash

2013-01-23 Thread Tom St Denis
Signed-off-by: Tom St Denis --- crypto/Kconfig | 9 ++ crypto/Makefile | 1 + crypto/cmac.c| 317 +++ crypto/testmgr.c | 9 ++ crypto/testmgr.h | 52 +++ include/uapi/linux/pfkeyv