diff options
author | Horia Geantă <horia.geanta@nxp.com> | 2018-08-06 14:43:59 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-09-04 05:35:03 +0200 |
commit | 5ca7badb1f6266d3d519be110dc84ffb224d80c9 (patch) | |
tree | 34e9c6df71feac8a6dea5933c700e28f405d3cd5 /drivers/crypto/caam/compat.h | |
parent | crypto: caam/qi - remove ablkcipher IV generation (diff) | |
download | linux-5ca7badb1f6266d3d519be110dc84ffb224d80c9.tar.xz linux-5ca7badb1f6266d3d519be110dc84ffb224d80c9.zip |
crypto: caam/jr - ablkcipher -> skcipher conversion
Convert driver from deprecated ablkcipher API to skcipher.
Link: https://www.mail-archive.com/search?l=mid&q=20170728085622.GC19664@gondor.apana.org.au
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam/compat.h')
-rw-r--r-- | drivers/crypto/caam/compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/caam/compat.h b/drivers/crypto/caam/compat.h index 1c71e0cd5098..f1cfb23975a0 100644 --- a/drivers/crypto/caam/compat.h +++ b/drivers/crypto/caam/compat.h @@ -39,6 +39,7 @@ #include <crypto/authenc.h> #include <crypto/akcipher.h> #include <crypto/scatterwalk.h> +#include <crypto/skcipher.h> #include <crypto/internal/skcipher.h> #include <crypto/internal/hash.h> #include <crypto/internal/rsa.h> |