mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 18:55:08 +07:00
416d82204d
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
|