OSDN Git Service

crypto: talitos - reduce max key size for SEC1
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 21 May 2019 13:34:09 +0000 (13:34 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 30 May 2019 07:30:04 +0000 (15:30 +0800)
commitb8fbdc2bc4e71b62646031d5df5f08aafe15d5ad
tree1c9cce295a06f5bf97fa1b3547e64e62e9166e1e
parenta1a42f84011fae6ff08441a91aefeb7febc984fc
crypto: talitos - reduce max key size for SEC1

SEC1 doesn't support SHA384/512, so it doesn't require
longer keys.

This patch reduces the max key size when the driver
is built for SEC1 only.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Fixes: 03d2c5114c95 ("crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD")
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/talitos.c