diff options
author | Andrey Ryabinin <aryabinin@odin.com> | 2015-09-03 13:32:01 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-09-04 17:21:07 +0200 |
commit | 71c6da846be478a61556717ef1ee1cea91f5d6a8 (patch) | |
tree | b17b4f9fbad4e03945672f161b49a46398db36c5 /drivers/crypto | |
parent | crypto: algif_aead - fix for multiple operations on AF_ALG sockets (diff) | |
download | linux-71c6da846be478a61556717ef1ee1cea91f5d6a8.tar.xz linux-71c6da846be478a61556717ef1ee1cea91f5d6a8.zip |
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: Andrey Ryabinin <aryabinin@odin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
0 files changed, 0 insertions, 0 deletions