forked from Minki/linux
785e5c616c
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
|