]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: arm/aes - fix round key prototypes
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 3 Sep 2019 16:43:23 +0000 (09:43 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 9 Sep 2019 07:35:28 +0000 (17:35 +1000)
commit693c36f4d84e4e60e66125c64435ef4e2106a6b3
tree8dd77063daf64291f57966c5910f197be0cf65a2
parent51af000f39f61a694279922fa0e855a51d65610a
crypto: arm/aes - fix round key prototypes

The AES round keys are arrays of u32s in native endianness now, so
update the function prototypes accordingly.

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