mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-17 22:23:45 -04: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>
3 lines
91 B
Makefile
3 lines
91 B
Makefile
obj-$(CONFIG_CRYPTO_DEV_HISI_SEC2) += hisi_sec2.o
|
|
hisi_sec2-objs = sec_main.o sec_crypto.o
|