[CRYPTO] gcm: Put abreq in private context instead of on stack
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 6 Dec 2007 06:59:53 +0000 (14:59 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 10 Jan 2008 21:16:33 +0000 (08:16 +1100)
The abreq structure is currently allocated on the stack.  This is broken
if the underlying algorithm is asynchronous.  This patch changes it so
that it's taken from the private context instead which has been enlarged
accordingly.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found