crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD
authorMartin Hicks <mort@bork.org>
Tue, 2 May 2017 13:38:35 +0000 (09:38 -0400)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 19 Jun 2017 06:11:44 +0000 (14:11 +0800)
commit03d2c5114c95797c0aa7d9f463348b171a274fd4
treea5e81163d97f8a87efeb32dba0d030085bfff6f6
parent48df28b85991ac67a2270f0bb818221527834b78
crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD

An updated patch that also handles the additional key length requirements
for the AEAD algorithms.

The max keysize is not 96.  For SHA384/512 it's 128, and for the AEAD
algorithms it's longer still.  Extend the max keysize for the
AEAD size for AES256 + HMAC(SHA512).

Cc: <stable@vger.kernel.org> # 3.6+
Fixes: 357fb60502ede ("crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithms")
Signed-off-by: Martin Hicks <mort@bork.org>
Acked-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/talitos.c