Skip to content

Commit

Permalink
crypto: caam/qi2 - add skcipher algorithms
Browse files Browse the repository at this point in the history
Add support to submit the following skcipher algorithms
via the DPSECI backend:
cbc({aes,des,des3_ede})
ctr(aes), rfc3686(ctr(aes))
xts(aes)

Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Horia Geantă authored and Herbert Xu committed Sep 21, 2018
1 parent 8d818c1 commit 226853a
Show file tree
Hide file tree
Showing 3 changed files with 582 additions and 1 deletion.
1 change: 1 addition & 0 deletions drivers/crypto/caam/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ config CRYPTO_DEV_FSL_DPAA2_CAAM
tristate "QorIQ DPAA2 CAAM (DPSECI) driver"
depends on FSL_MC_DPIO
select CRYPTO_DEV_FSL_CAAM_COMMON
select CRYPTO_BLKCIPHER
select CRYPTO_AUTHENC
select CRYPTO_AEAD
help
Expand Down
Loading

0 comments on commit 226853a

Please sign in to comment.