Skip to content
Commit 71c6da84 authored by Andrey Ryabinin's avatar Andrey Ryabinin Committed by Herbert Xu
Browse files

crypto: ghash-clmulni: specify context size for ghash async algorithm



Currently context size (cra_ctxsize) doesn't specified for
ghash_async_alg. Which means it's zero. Thus crypto_create_tfm()
doesn't allocate needed space for ghash_async_ctx, so any
read/write to ctx (e.g. in ghash_async_init_tfm()) is not valid.

Cc: stable@vger.kernel.org
Signed-off-by: default avatarAndrey Ryabinin <aryabinin@odin.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent bf433416
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