]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: arm/aes - use native endiannes for key schedule
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 2 Jul 2019 19:41:37 +0000 (21:41 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 26 Jul 2019 04:58:09 +0000 (14:58 +1000)
commit427d171de217b1070e9a387638f5ec30cfa716e4
tree73477ab82453421ea878d884fba356b8e1ffafd2
parent0ac3bb915d0658a7b2e10083c0a71d984b0d6508
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>
arch/arm/crypto/aes-ce-core.S
arch/arm/crypto/aes-ce-glue.c