Re: [PATCH 0/4 v3] Switch remaining algorithms to shash

2008-12-07 Thread Herbert Xu
On Thu, Dec 04, 2008 at 11:43:44PM +0100, Adrian-Ken Rueegsegger wrote: > This series contains the fixed up patches to convert the remaining hash > algorithms to use shash. I've applied patches 3-4. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTEC

[PATCH 0/4 v3] Switch remaining algorithms to shash

2008-12-04 Thread Adrian-Ken Rueegsegger
This series contains the fixed up patches to convert the remaining hash algorithms to use shash. The first patch now moves the message schedule W from struct sha512_ctx to a static percpu area. The sha512 patch is adjusted to accomodate the changes from patch 1 while the last two patches remain u