[PATCH 12/35] crypto: padlock - Switch sha to shash

2009-07-15 Thread Herbert Xu
crypto: padlock - Switch sha to shash This patch converts the padlock-sha implementation to shash. In doing so the existing mechanism of storing the data until final is no longer viable as we do not have a way of allocating data in crypto_shash_init and then reliably freeing it. This is just as w

Re: [PATCH 12/35] crypto: padlock - Switch sha to shash

2009-07-15 Thread Steffen Klassert
On Wed, Jul 15, 2009 at 03:16:05PM +0800, Herbert Xu wrote: > crypto: padlock - Switch sha to shash > > This patch converts the padlock-sha implementation to shash. > In doing so the existing mechanism of storing the data until > final is no longer viable as we do not have a way of allocating > da

Re: [PATCH 12/35] crypto: padlock - Switch sha to shash

2009-07-15 Thread Herbert Xu
On Wed, Jul 15, 2009 at 12:28:18PM +0200, Steffen Klassert wrote: > > Just FYI, I'm getting the following compiler error: Is this 32-bit or 64-bit? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://g

Re: [PATCH 12/35] crypto: padlock - Switch sha to shash

2009-07-15 Thread Steffen Klassert
On Wed, Jul 15, 2009 at 06:30:25PM +0800, Herbert Xu wrote: > On Wed, Jul 15, 2009 at 12:28:18PM +0200, Steffen Klassert wrote: > > > > Just FYI, I'm getting the following compiler error: > > Is this 32-bit or 64-bit? > It's 32-bit. One of my test systems had padlock enabled by chance. -- To uns

Re: [PATCH 12/35] crypto: padlock - Switch sha to shash

2009-07-15 Thread Herbert Xu
On Wed, Jul 15, 2009 at 12:36:46PM +0200, Steffen Klassert wrote: > > It's 32-bit. > One of my test systems had padlock enabled by chance. This should fix it. commit faae890883624e14a328863eafabf54a36698774 Author: Herbert Xu Date: Wed Jul 15 18:37:48 2009 +0800 crypto: padlock - Fix comp

Re: [PATCH 12/35] crypto: padlock - Switch sha to shash

2009-07-15 Thread Steffen Klassert
On Wed, Jul 15, 2009 at 06:38:43PM +0800, Herbert Xu wrote: > On Wed, Jul 15, 2009 at 12:36:46PM +0200, Steffen Klassert wrote: > > > > It's 32-bit. > > One of my test systems had padlock enabled by chance. > > This should fix it. > Yes, it does. Thanks! -- To unsubscribe from this list: send th