Re: [PATCH] crypto: hisilicon/hpre - enable Elliptic curve cryptography

2021-02-09 Thread Herbert Xu
On Thu, Feb 04, 2021 at 05:00:24PM +0800, Hui Tang wrote: > Enable x25519/x448/ecdh/ecdsa/sm2 algorithm on Kunpeng 930. > > Signed-off-by: Hui Tang > --- > drivers/crypto/hisilicon/hpre/hpre_main.c | 9 - > 1 file changed, 8 insertions(+), 1 deletion(-) Patch applied. Thanks. --

[PATCH] crypto: hisilicon/hpre - enable Elliptic curve cryptography

2021-02-04 Thread Hui Tang
Enable x25519/x448/ecdh/ecdsa/sm2 algorithm on Kunpeng 930. Signed-off-by: Hui Tang --- drivers/crypto/hisilicon/hpre/hpre_main.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/crypto/hisilicon/hpre/hpre_main.c b/drivers/crypto/hisilicon/hpre/hpre_main.c