]> 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)
commit2ceabf32c5f89d6726e21fa73cf165e29a7db613
tree73477ab82453421ea878d884fba356b8e1ffafd2
parent033293e7a241ea21d0ebe3f8d393263ae1926446
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