Re: [PATCH] crypto: hisilicon/hpre - add ecc algorithm inqury for uacce device

2021-01-28 Thread Herbert Xu
On Mon, Jan 18, 2021 at 04:18:19PM +0800, Hui Tang wrote: > Uacce SysFS support more algorithms inqury such as > 'ecdh/ecdsa/sm2/x25519/x448' > > Signed-off-by: Hui Tang > Reviewed-by: Zaibo Xu > --- > drivers/crypto/hisilicon/hpre/hpre_main.c | 5 - > 1 file changed, 4 insertions(+), 1

[PATCH] crypto: hisilicon/hpre - add ecc algorithm inqury for uacce device

2021-01-18 Thread Hui Tang
Uacce SysFS support more algorithms inqury such as 'ecdh/ecdsa/sm2/x25519/x448' Signed-off-by: Hui Tang Reviewed-by: Zaibo Xu --- drivers/crypto/hisilicon/hpre/hpre_main.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/crypto/hisilicon/hpre/hpre_main.c