arm64/crypto: AES using ARMv8 Crypto Extensions
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 5 Feb 2014 17:13:38 +0000 (18:13 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 14 May 2014 17:04:11 +0000 (10:04 -0700)
commit317f2f750d708d684bddd8cb14827ec2efee4b1c
treefe6dfee255b9f373b8c2a7c2ce27fc835a75153c
parentfdd2389457b209a9723c3be818fcf301f35db906
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>
arch/arm64/crypto/Kconfig
arch/arm64/crypto/Makefile
arch/arm64/crypto/aes-ce-cipher.c [new file with mode: 0644]