Re: [PATCH] Crypto:Add HMAC-SHA3 test modes and test vectors

2016-07-02 Thread Herbert Xu
On Fri, Jul 01, 2016 at 11:16:54AM +0530, Raveendra Padasalagi wrote: > This patch adds HMAC-SHA3 test modes in tcrypt module > and related test vectors. > > Signed-off-by: Raveendra Padasalagi Patch applied. Thanks. -- Email: Herbert Xu

Re: [PATCH] Crypto:Add HMAC-SHA3 test modes and test vectors

2016-07-02 Thread Herbert Xu
On Fri, Jul 01, 2016 at 11:16:54AM +0530, Raveendra Padasalagi wrote: > This patch adds HMAC-SHA3 test modes in tcrypt module > and related test vectors. > > Signed-off-by: Raveendra Padasalagi Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP

[PATCH] Crypto:Add HMAC-SHA3 test modes and test vectors

2016-06-30 Thread Raveendra Padasalagi
This patch adds HMAC-SHA3 test modes in tcrypt module and related test vectors. Signed-off-by: Raveendra Padasalagi --- crypto/tcrypt.c | 16 +++ crypto/testmgr.c | 40 ++ crypto/testmgr.h | 388 +++ 3

[PATCH] Crypto:Add HMAC-SHA3 test modes and test vectors

2016-06-30 Thread Raveendra Padasalagi
This patch adds HMAC-SHA3 test modes in tcrypt module and related test vectors. Signed-off-by: Raveendra Padasalagi --- crypto/tcrypt.c | 16 +++ crypto/testmgr.c | 40 ++ crypto/testmgr.h | 388 +++ 3 files changed, 444 insertions(+)