commit | 317f2f750d708d684bddd8cb14827ec2efee4b1c | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed Feb 05 18:13:38 2014 +0100 |
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed May 14 10:04:11 2014 -0700 |
tree | fe6dfee255b9f373b8c2a7c2ce27fc835a75153c | |
parent | fdd2389457b209a9723c3be818fcf301f35db906 [diff] |
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>