Re: [PATCH][RFC] crypto: talitos - add hmac algorithms

2010-05-01 Thread Kim Phillips
On Wed, 28 Apr 2010 05:33:57 -0700 wrote: > Add the these hmac algorithms to talitos: > hmac(md5), > hmac(sha1), > hmac(sha256), > hmac(sha384), > hmac(sha512). > These are all type ahash. > > Signed-off-by: Lee Nipper > --- > Currently on an 8349E, there's a problem with hm

Re: [PATCH][RFC] crypto: talitos - add hmac algorithms

2010-04-28 Thread Lee Nipper
On Wed, Apr 28, 2010 at 07:33, wrote: > Add the these hmac algorithms to talitos: >    hmac(md5), >    hmac(sha1), >    hmac(sha256), >    hmac(sha384), >    hmac(sha512). > These are all type ahash. > This patch jumped in front of the 3rd patch in the series of 3 in the message order. The hmac

[PATCH][RFC] crypto: talitos - add hmac algorithms

2010-04-28 Thread lee . nipper
Add the these hmac algorithms to talitos: hmac(md5), hmac(sha1), hmac(sha256), hmac(sha384), hmac(sha512). These are all type ahash. Signed-off-by: Lee Nipper --- Currently on an 8349E, there's a problem with hmac for any talitos hmac sequence requiring an intermediate hash co