linux/drivers/crypto/hisilicon/hpre
Weili Qian b42ab1c61a crypto: hisilicon/qm - check function qp num before alg register
When the Kunpeng accelerator executes tasks such as encryption
and decryption have minimum requirements on the number of device
queues. If the number of queues does not meet the requirement,
the process initialization will fail. Therefore, the driver checks
the number of queues on the device before registering the algorithm.
If the number does not meet the requirements, the driver does not register
the algorithm to crypto subsystem, the device is still added to the
qm_list.

Signed-off-by: Weili Qian <qianweili@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2023-10-05 18:16:31 +08:00
..
hpre_crypto.c crypto: hisilicon/qm - check function qp num before alg register 2023-10-05 18:16:31 +08:00
hpre_main.c crypto: hisilicon/qm - check function qp num before alg register 2023-10-05 18:16:31 +08:00
hpre.h crypto: hisilicon/hpre - support hpre capability 2022-09-16 18:29:45 +08:00
Makefile