diff options
author | Horia Geanta <horia.geanta@freescale.com> | 2014-03-14 19:46:52 +0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2014-03-21 17:54:27 +0400 |
commit | ae4a825ffdd6fd769af2667e03070940af1b8368 (patch) | |
tree | 8bfcd6d60ccaa448498af537a134910513c9946c /drivers/crypto/caam/compat.h | |
parent | bca4feb0d4fe2d5da1a0f31ef89f63709aba4906 (diff) | |
download | linux-ae4a825ffdd6fd769af2667e03070940af1b8368.tar.xz |
crypto: caam - add support for aead null encryption
Add support for the following combinations:
-encryption: null
-authentication: md5, sha* (1, 224, 256, 384, 512)
Signed-off-by: Tudor Ambarus <tudor.ambarus@freescale.com>
Signed-off-by: Horia Geanta <horia.geanta@freescale.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 762aeff626ac..f227922cea38 100644 --- a/drivers/crypto/caam/compat.h +++ b/drivers/crypto/caam/compat.h @@ -26,6 +26,7 @@ #include <net/xfrm.h> #include <crypto/algapi.h> +#include <crypto/null.h> #include <crypto/aes.h> #include <crypto/des.h> #include <crypto/sha.h> |