aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/Kconfig
diff options
context:
space:
mode:
authorPascal van Leeuwen <pascalvanl@gmail.com>2019-09-13 20:56:49 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2019-10-05 01:06:07 +1000
commit1d448f27c20cc8db361f0ac0ec5df5cd0970af78 (patch)
tree19d31885a286df1e7ac3ff0f086f3dc004a26b33 /drivers/crypto/Kconfig
parentcrypto: inside-secure - Add HMAC-SHA3 family of authentication algorithms (diff)
downloadlinux-dev-1d448f27c20cc8db361f0ac0ec5df5cd0970af78.tar.xz
linux-dev-1d448f27c20cc8db361f0ac0ec5df5cd0970af78.zip
crypto: inside-secure - Add CRYPTO_SHA3 to CRYPTO_DEV_SAFEXCEL
Due to the addition of SHA3 and HMAC-SHA3 support to the inside-secure driver, it now depends on CRYPTO_SHA3. Added reference. changes since v1: - added missing dependency to crypto/Kconfig Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r--drivers/crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 6a7532604029..a467b1631c99 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -749,6 +749,7 @@ config CRYPTO_DEV_SAFEXCEL
select CRYPTO_SHA256
select CRYPTO_SHA512
select CRYPTO_CHACHA20POLY1305
+ select CRYPTO_SHA3
help
This driver interfaces with the SafeXcel EIP-97 and EIP-197 cryptographic
engines designed by Inside Secure. It currently accelerates DES, 3DES and