提交 d2c956ae 编写于 作者: Y Yu'an Wang 提交者: Yang Yingliang

crypto/sec: add aead support for user-side

driver inclusion
category: Feature
bugzilla: NA
CVE: NA

In this patch, add aead alg support for user-side alg enable.
Signed-off-by: NYu'an Wang <wangyuan46@huawei.com>
Reviewed-by: NGuangwei Zhou <zhouguangwei5@huawei.com>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 db268c95
......@@ -816,7 +816,7 @@ static int sec_qm_pre_init(struct hisi_qm *qm, struct pci_dev *pdev)
int ret;
#ifdef CONFIG_CRYPTO_QM_UACCE
qm->algs = "sec\ncipher\ndigest\n";
qm->algs = "sec\ncipher\ndigest\naead\n";
qm->uacce_mode = uacce_mode;
#endif
qm->pdev = pdev;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册