aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/Makefile
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2014-02-05 18:13:38 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2014-05-14 10:04:11 -0700
commit317f2f750d708d684bddd8cb14827ec2efee4b1c (patch)
treefe6dfee255b9f373b8c2a7c2ce27fc835a75153c /arch/arm64/crypto/Makefile
parentarm64/crypto: GHASH secure hash using ARMv8 Crypto Extensions (diff)
downloadlinux-dev-317f2f750d708d684bddd8cb14827ec2efee4b1c.tar.xz
linux-dev-317f2f750d708d684bddd8cb14827ec2efee4b1c.zip
arm64/crypto: AES using ARMv8 Crypto Extensions
This patch adds support for the AES symmetric encryption algorithm for CPUs that have support for the AES part of the ARM v8 Crypto Extensions. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/arm64/crypto/Makefile')
-rw-r--r--arch/arm64/crypto/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/crypto/Makefile b/arch/arm64/crypto/Makefile
index e8c81a068868..908abd9242b1 100644
--- a/arch/arm64/crypto/Makefile
+++ b/arch/arm64/crypto/Makefile
@@ -16,3 +16,6 @@ sha2-ce-y := sha2-ce-glue.o sha2-ce-core.o
obj-$(CONFIG_CRYPTO_GHASH_ARM64_CE) += ghash-ce.o
ghash-ce-y := ghash-ce-glue.o ghash-ce-core.o
+
+obj-$(CONFIG_CRYPTO_AES_ARM64_CE) += aes-ce-cipher.o
+CFLAGS_aes-ce-cipher.o += -march=armv8-a+crypto