Re: [PATCH v2 5/5] crypto: hisilicon/hpre - add 'CURVE25519' algorithm

2020-11-15 Thread kernel test robot
Hi Meng, Thank you for the patch! Yet something to improve: [auto build test ERROR on cryptodev/master] [also build test ERROR on crypto/master v5.10-rc3 next-20201113] [cannot apply to sparc-next/master] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

Re: [PATCH v2 5/5] crypto: hisilicon/hpre - add 'CURVE25519' algorithm

2020-11-12 Thread Herbert Xu
On Mon, Nov 02, 2020 at 10:31:05AM +0800, Meng Yu wrote: > Enable 'CURVE25519' algorithm in 'Kunpeng 930'. > > Signed-off-by: Meng Yu > Reviewed-by: Zaibo Xu > Reported-by: kernel test robot > --- > drivers/crypto/hisilicon/hpre/hpre.h| 2 + >

[PATCH v2 5/5] crypto: hisilicon/hpre - add 'CURVE25519' algorithm

2020-11-01 Thread Meng Yu
Enable 'CURVE25519' algorithm in 'Kunpeng 930'. Signed-off-by: Meng Yu Reviewed-by: Zaibo Xu Reported-by: kernel test robot --- drivers/crypto/hisilicon/hpre/hpre.h| 2 + drivers/crypto/hisilicon/hpre/hpre_crypto.c | 387 +++- 2 files changed, 381