diff options
author | Zaibo Xu <xuzaibo@huawei.com> | 2019-11-13 14:11:04 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-11-22 13:48:36 +0300 |
commit | 416d82204df44ef727de6eafafeaa4d12fdc78dc (patch) | |
tree | 4b57d7b12d6f376e656de5ef7883628d0d7f74f2 /drivers/crypto/hisilicon/sec2/Makefile | |
parent | aee1f9f3c30e1e20e7f74729ced61eac7d74ca68 (diff) | |
download | linux-416d82204df44ef727de6eafafeaa4d12fdc78dc.tar.xz |
crypto: hisilicon - add HiSilicon SEC V2 driver
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>
Diffstat (limited to 'drivers/crypto/hisilicon/sec2/Makefile')
-rw-r--r-- | drivers/crypto/hisilicon/sec2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/crypto/hisilicon/sec2/Makefile b/drivers/crypto/hisilicon/sec2/Makefile new file mode 100644 index 000000000000..b4f6cf14be3a --- /dev/null +++ b/drivers/crypto/hisilicon/sec2/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_CRYPTO_DEV_HISI_SEC2) += hisi_sec2.o +hisi_sec2-objs = sec_main.o sec_crypto.o |