diff options
| author | Iuliana Prodan <iuliana.prodan@nxp.com> | 2019-02-08 15:50:09 +0200 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-02-15 13:21:55 +0800 |
| commit | eaed71a44ad9369a2b2205cedcb9d5d894c733fa (patch) | |
| tree | 60f4eaad9d126bdb1cc2526e8a5a85b50f391e1a /drivers/crypto/caam/Kconfig | |
| parent | bd30cf533b77420b7c504c09cef5ba26b0c9dcb4 (diff) | |
| download | linux-next-eaed71a44ad9369a2b2205cedcb9d5d894c733fa.tar.gz linux-next-eaed71a44ad9369a2b2205cedcb9d5d894c733fa.zip | |
crypto: caam - add ecb(*) support
Add ecb mode support for aes, des, 3des and arc4 ciphers.
ecb(*) reuses existing skcipher implementation, updating it with support
for no IV.
Signed-off-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam/Kconfig')
| -rw-r--r-- | drivers/crypto/caam/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/caam/Kconfig b/drivers/crypto/caam/Kconfig index c4b1cade55c1..577c9844b322 100644 --- a/drivers/crypto/caam/Kconfig +++ b/drivers/crypto/caam/Kconfig @@ -91,6 +91,7 @@ config CRYPTO_DEV_FSL_CAAM_CRYPTO_API select CRYPTO_AEAD select CRYPTO_AUTHENC select CRYPTO_BLKCIPHER + select CRYPTO_DES help Selecting this will offload crypto for users of the scatterlist crypto API (such as the linux native IPSec |
