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>
7 lines
279 B
Makefile
7 lines
279 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_CRYPTO_DEV_HISI_HPRE) += hpre/
|
|
obj-$(CONFIG_CRYPTO_DEV_HISI_SEC) += sec/
|
|
obj-$(CONFIG_CRYPTO_DEV_HISI_SEC2) += sec2/
|
|
obj-$(CONFIG_CRYPTO_DEV_HISI_QM) += hisi_qm.o
|
|
hisi_qm-objs = qm.o sgl.o
|
|
obj-$(CONFIG_CRYPTO_DEV_HISI_ZIP) += zip/
|