Skip to content
Commit 7f681378 authored by Herbert Xu's avatar Herbert Xu
Browse files

[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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent b2ab4a57
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment