summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/compat.h
diff options
context:
space:
mode:
authorYuan Kang <Yuan.Kang@freescale.com>2011-07-15 11:21:42 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2011-07-15 11:21:42 +0800
commitacdca31dba86c4f426460aa000d13930a00549b7 (patch)
tree198f01a269af17eb0d201a00a980229acbc9a5a0 /drivers/crypto/caam/compat.h
parent1acebad3d8db8d5220b3010c2eb160c625434cf2 (diff)
crypto: caam - ablkcipher support
caam now supports encrypt and decrypt for aes, des and 3des Signed-off-by: Yuan Kang <Yuan.Kang@freescale.com> 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 950450346f70..d38f2afaa966 100644
--- a/drivers/crypto/caam/compat.h
+++ b/drivers/crypto/caam/compat.h
@@ -31,5 +31,6 @@
#include <crypto/aead.h>
#include <crypto/authenc.h>
#include <crypto/scatterwalk.h>
+#include <crypto/internal/skcipher.h>
#endif /* !defined(CAAM_COMPAT_H) */