commit | 18d8b96daded4123d6f1ec00a390b16e4cf1d40c | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Jul 02 21:41:26 2019 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 26 14:56:03 2019 +1000 |
tree | 6b1a45fb33e04fd321f42d08e8234f178474fd66 | |
parent | 8131878db76c2bd3065bd3b75cb6615390a393e6 [diff] |
crypto: cesa/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>