diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2017-10-03 19:00:15 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-10-12 10:55:19 -0400 |
commit | a0aae821ba3d35a49d4d0143dfb0c07eee22130e (patch) | |
tree | c44b136b3981984677dfc8e172a27e4154ac7ef8 /drivers/crypto/Kconfig | |
parent | 2f77690dcb96e525bc6b57bce4a0eaecaa2878d1 (diff) |
crypto: crypto4xx - prepare for AEAD support
This patch enhances existing interfaces and
functions to support AEAD ciphers in the next
patches.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index fe33c199fc1a..de825b354fdf 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -315,6 +315,10 @@ config CRYPTO_DEV_PPC4XX | |||
315 | tristate "Driver AMCC PPC4xx crypto accelerator" | 315 | tristate "Driver AMCC PPC4xx crypto accelerator" |
316 | depends on PPC && 4xx | 316 | depends on PPC && 4xx |
317 | select CRYPTO_HASH | 317 | select CRYPTO_HASH |
318 | select CRYPTO_AEAD | ||
319 | select CRYPTO_AES | ||
320 | select CRYPTO_CCM | ||
321 | select CRYPTO_GCM | ||
318 | select CRYPTO_BLKCIPHER | 322 | select CRYPTO_BLKCIPHER |
319 | help | 323 | help |
320 | This option allows you to have support for AMCC crypto acceleration. | 324 | This option allows you to have support for AMCC crypto acceleration. |