mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

SEC driver provides PCIe hardware device initiation with AES, SM4, and 3DES skcipher algorithms registered to Crypto. It uses Hisilicon QM as interface to CPU. Signed-off-by: Zaibo Xu <xuzaibo@huawei.com> Signed-off-by: Longfang Liu <liulongfang@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2 lines
91 B
Makefile
2 lines
91 B
Makefile
obj-$(CONFIG_CRYPTO_DEV_HISI_SEC2) += hisi_sec2.o
|
|
hisi_sec2-objs = sec_main.o sec_crypto.o
|