Re: [PATCH 1/5] crypto: talitos - add hmac algorithms

2011-11-21 Thread Herbert Xu
On Thu, Nov 17, 2011 at 12:19:16AM +, Kim Phillips wrote: From: Lee Nipper lee.nip...@gmail.com Add these hmac algorithms to talitos: All patches applied. Thanks! -- Email: Herbert Xu herb...@gondor.apana.org.au Home Page: http://gondor.apana.org.au/~herbert/ PGP Key:

Re: [PATCH 1/5] crypto: talitos - add hmac algorithms

2011-11-17 Thread Lee Nipper
On Wed, Nov 16, 2011 at 6:19 PM, Kim Phillips kim.phill...@freescale.com wrote: From: Lee Nipper lee.nip...@gmail.com Add these hmac algorithms to talitos:    hmac(md5),    hmac(sha1),    hmac(sha224),    hmac(sha256),    hmac(sha384),    hmac(sha512). These are all type ahash.

Re: [PATCH 1/5] crypto: talitos - add hmac algorithms

2011-11-17 Thread Kim Phillips
On Thu, 17 Nov 2011 09:01:16 -0600 Lee Nipper lee.nip...@gmail.com wrote: Thanks Kim for re-submitting this patch, and the fix for avoiding sec2.0 problem. thanks for the code - sorry it took so long - the AH fix below was a good motivator. Since I don't have sec2.1+ h/w, I won't be able to

[PATCH 1/5] crypto: talitos - add hmac algorithms

2011-11-16 Thread Kim Phillips
From: Lee Nipper lee.nip...@gmail.com Add these hmac algorithms to talitos: hmac(md5), hmac(sha1), hmac(sha224), hmac(sha256), hmac(sha384), hmac(sha512). These are all type ahash. Signed-off-by: Lee Nipper lee.nip...@gmail.com Fixed up to not register HMAC algorithms on