]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: padlock/aes - switch to library version of key expansion routine
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 2 Jul 2019 19:41:25 +0000 (21:41 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 26 Jul 2019 04:56:02 +0000 (14:56 +1000)
commit619c3b59ba01042e3519643cdb9ddfbbeccd0c3b
treea306b02be0ac8d9883c44895268643f087fad850
parentcf40b017e888da48046458b50682ebb6a524d1cd
crypto: padlock/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/padlock-aes.c