]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: ghash-clmulni: specify context size for ghash async algorithm
authorAndrey Ryabinin <aryabinin@odin.com>
Thu, 3 Sep 2015 11:32:01 +0000 (14:32 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2015 17:05:40 +0000 (10:05 -0700)
commit16d2c7bc05ebfa25feecaacb74d43ec4b3dbc28e
treed3b6d1a3f5a3a57b8968d3548cd6aa7c66ac454a
parent176688bba97e4829627a08c852ff8bf07348bffa
crypto: ghash-clmulni: specify context size for ghash async algorithm

commit 71c6da846be478a61556717ef1ee1cea91f5d6a8 upstream.

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.

Signed-off-by: Andrey Ryabinin <aryabinin@odin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/crypto/ghash-clmulni-intel_glue.c