]> asedeno.scripts.mit.edu Git - linux.git/commit
crypto: safexcel/aes - switch to library version of key expansion routine
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 2 Jul 2019 19:41:27 +0000 (21:41 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 26 Jul 2019 04:56:03 +0000 (14:56 +1000)
commit363a90c2d517e69776dcf71cc3d6fcaee9fef868
tree5e0e75ade4f4cdc2e24a8ece44376bb0ebd97a9f
parent18d8b96daded4123d6f1ec00a390b16e4cf1d40c
crypto: safexcel/aes - switch to library version of key expansion routine

Switch to the new AES library that also provides an implementation of
the AES key expansion routine. This removes the dependency on the
generic AES cipher, allowing it to be omitted entirely in the future.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/Kconfig
drivers/crypto/inside-secure/safexcel_cipher.c