mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-29 11:13:44 +00:00
This adds support for the MediaTek hardware accelerator on mt7623/mt2701/mt8521p SoC. This driver currently implement: - SHA1 and SHA2 family(HMAC) hash algorithms. - AES block cipher in CBC/ECB mode with 128/196/256 bits keys. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
3 lines
103 B
Makefile
3 lines
103 B
Makefile
obj-$(CONFIG_CRYPTO_DEV_MEDIATEK) += mtk-crypto.o
|
|
mtk-crypto-objs:= mtk-platform.o mtk-aes.o mtk-sha.o
|