linux/drivers/crypto/inside-secure
Ard Biesheuvel 363a90c2d5 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>
2019-07-26 14:56:03 +10:00
..
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
safexcel_cipher.c crypto: safexcel/aes - switch to library version of key expansion routine 2019-07-26 14:56:03 +10:00
safexcel_hash.c crypto: inside-secure - add support for 0 length HMAC messages 2019-07-26 14:52:02 +10:00
safexcel_ring.c crypto: inside-secure - enable context reuse 2019-06-06 14:38:56 +08:00
safexcel.c crypto: inside-secure - silently return -EINVAL for input error cases 2019-07-26 14:51:58 +10:00
safexcel.h crypto: inside-secure - add support for arbitrary size hash/HMAC updates 2019-07-26 14:52:01 +10:00