[PATCHv2 3/3] crypto: talitos - add hash algorithms

2010-04-30 Thread Lee Nipper
Add the following alorithms to talitos: md5, sha1, sha256, sha384, sha512. These are all type ahash. Signed-off-by: Lee Nipper lee.nip...@gmail.com --- This is v2 of this patch. It incorporates changes made after Kim's review. drivers/crypto/talitos.c | 544

Re: [PATCH 3/3] crypto: talitos - add hash algorithms

2010-04-30 Thread Lee Nipper
Kim Phillips wrote: On Wed, 28 Apr 2010 05:33:56 -0700 lee.nip...@gmail.com wrote: Add the following alorithms to talitos: md5, sha1, sha256, sha384, sha512. These are all type ahash. sha224 is left as an exercise for the reader, I see ;) Well, here's the story.

Reach 788k doctors - we have the list and others too

2010-04-30 Thread slap
You can reach me at my other email address for details: helena.c...@goodlists.co.cc to terminate please send a blank message to disapp...@goodlists.co.cc -- To unsubscribe from this list: send the line unsubscribe linux-crypto in the body of a message to majord...@vger.kernel.org More

Re: [PATCHv2 3/3] crypto: talitos - add hash algorithms

2010-04-30 Thread Kim Phillips
On Fri, 30 Apr 2010 07:21:23 -0500 Lee Nipper lee.nip...@gmail.com wrote: Add the following alorithms to talitos: md5, sha1, sha256, sha384, sha512. These are all type ahash. Signed-off-by: Lee Nipper lee.nip...@gmail.com --- Acked-by: Kim Phillips