summaryrefslogtreecommitdiff
path: root/target-arm/crypto_helper.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-17target-arm: add support for v8 AES instructionsArd Biesheuvel1-0/+281
This adds support for the AESE/AESD/AESMC/AESIMC instructions that are available on some v8 implementations of Aarch32. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Message-id: 1386266078-6976-1-git-send-email-ard.biesheuvel@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>