summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/compat.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2011-11-21 16:13:27 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2011-11-21 16:21:53 +0800
commit8b4d43a4e774c02dee359c7931e47b119143f367 (patch)
tree2a7a6b43249e0e1878847ee4cf02f7da5eb05bb2 /drivers/crypto/caam/compat.h
parentc3e337f88a5b3784cb3c806ffd650d06adff1ea5 (diff)
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.h1
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>