commit | 7f6813786a6521380e1756ca5b4336bc63c5bf7d | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Dec 06 14:59:53 2007 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jan 11 08:16:33 2008 +1100 |
tree | 702cac4982861f61b5de1a7c92de567dd6a5d024 | |
parent | b2ab4a57b018aafbba35bff088218f5cc3d2142e [diff] |
[CRYPTO] gcm: Put abreq in private context instead of on stack 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>