arm64/crypto: AES using ARMv8 Crypto Extensions
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 5 Feb 2014 17:13:38 +0000 (18:13 +0100)
committerMark Brown <broonie@linaro.org>
Thu, 5 Jun 2014 15:55:17 +0000 (16:55 +0100)
commitbd575592673e4d90b23c35cd0903057909afa6fb
tree037eba059a8e0e18028c1f55c330595c5678901d
parent5ead56a336d7bf9aaa73ec3432ea4d0acb3624af
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>
(cherry picked from commit 317f2f750d708d684bddd8cb14827ec2efee4b1c)
Signed-off-by: Mark Brown <broonie@linaro.org>
arch/arm64/crypto/Kconfig
arch/arm64/crypto/Makefile
arch/arm64/crypto/aes-ce-cipher.c [new file with mode: 0644]