Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1219113

Re: [PATCH] x86/crypto/ghash-intel: specify context size for ghash async algorithm

From Herbert Xu <herbert@gondor.apana.org.au>
Newsgroups linux.kernel
Subject Re: [PATCH] x86/crypto/ghash-intel: specify context size for ghash async algorithm
Date 2015-09-04 17:30 +0200
Message-ID <q516a-61Z-11@gated-at.bofh.it> (permalink)
References <q4B22-2jJ-15@gated-at.bofh.it> <q4B22-2jJ-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Sep 03, 2015 at 02:32:01PM +0300, Andrey Ryabinin wrote:
> 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>

Patch applied.  Thanks!
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] x86/crypto/ghash-intel: specify context size for ghash async algorithm Andrey Ryabinin <aryabinin@odin.com> - 2015-09-03 13:40 +0200
  Re: [PATCH] x86/crypto/ghash-intel: specify context size for ghash  async algorithm Herbert Xu <herbert@gondor.apana.org.au> - 2015-09-04 17:30 +0200

csiph-web