linux-stable/drivers/crypto/mediatek
Ard Biesheuvel f441ba2ad3 crypto: mediatek - use AES library for GCM key derivation
The Mediatek accelerator driver calls into a dynamically allocated
skcipher of the ctr(aes) variety to perform GCM key derivation, which
involves AES encryption of a single block consisting of NUL bytes.

There is no point in using the skcipher API for this, so use the AES
library interface instead.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2020-07-16 21:49:04 +10:00
..
Makefile
mtk-aes.c crypto: mediatek - use AES library for GCM key derivation 2020-07-16 21:49:04 +10:00
mtk-platform.c
mtk-platform.h
mtk-regs.h
mtk-sha.c crypto: mediatek - use crypto_shash_tfm_digest() 2020-05-08 15:32:13 +10:00