diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2011-11-21 12:13:27 +0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-11-21 12:21:53 +0400 |
commit | 8b4d43a4e774c02dee359c7931e47b119143f367 (patch) | |
tree | 2a7a6b43249e0e1878847ee4cf02f7da5eb05bb2 /drivers/crypto/caam/compat.h | |
parent | c3e337f88a5b3784cb3c806ffd650d06adff1ea5 (diff) | |
download | linux-8b4d43a4e774c02dee359c7931e47b119143f367.tar.xz |
crypto: caam - add support for MD5 algorithm variants
specifically, add these algorithm combinations:
authenc-hmac-md5-cbc-aes-caam
authenc-hmac-md5-cbc-des3_ede-caam
authenc-hmac-md5-cbc-des-caam
Signed-off-by: Kim Phillips <kim.phillips@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 d38f2afaa966..a63bc65fae86 100644 --- a/drivers/crypto/caam/compat.h +++ b/drivers/crypto/caam/compat.h @@ -28,6 +28,7 @@ #include <crypto/aes.h> #include <crypto/des.h> #include <crypto/sha.h> +#include <crypto/md5.h> #include <crypto/aead.h> #include <crypto/authenc.h> #include <crypto/scatterwalk.h> |