commit | 86464859cc77ecfd989ad5c912bef167b1128b0b | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Mar 10 09:47:47 2015 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Mar 12 21:13:36 2015 +1100 |
tree | 12f2d62b6d092a1c30f1e5f93a9c416be3796063 | |
parent | 006d0624fa0d71787448cacee0195bf20f2d47c8 [diff] |
crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions This implements the ECB, CBC, CTR and XTS asynchronous block ciphers using the AArch32 versions of the ARMv8 Crypto Extensions for AES. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>