commit | fafb1dca6fad0efeeaaaeae5067cf7e194a47027 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Jul 02 21:41:37 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 26 14:58:09 2019 +1000 |
tree | 73477ab82453421ea878d884fba356b8e1ffafd2 | |
parent | 4d3f9d89c745ea5494ea23e545385af1b6f81363 [diff] |
crypto: arm/aes - use native endiannes for key schedule Align ARM's hw instruction based AES implementation with other versions that keep the key schedule in native endianness. This will allow us to merge the various implementations going forward. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>