Re: [PATCH v2 0/3] crypto: hisilicon/hpre - misc clean up and fixes

2020-09-25 Thread Herbert Xu
On Sat, Sep 19, 2020 at 11:13:49AM +0800, yumeng 00484669 wrote: > Adjust some tiny coding problems and fix a bug of DH algorithm. > > Changes since v1: > Remove 'u64' cast in 'cpu_to_le64'; > > Meng Yu (3): > crypto: hisilicon/hpre - remove useless code > crypto: hisilicon/hpre - adjust some

[PATCH v2 0/3] crypto: hisilicon/hpre - misc clean up and fixes

2020-09-18 Thread yumeng 00484669
Adjust some tiny coding problems and fix a bug of DH algorithm. Changes since v1: Remove 'u64' cast in 'cpu_to_le64'; Meng Yu (3): crypto: hisilicon/hpre - remove useless code crypto: hisilicon/hpre - adjust some coding style crypto: hisilicon/hpre - fix a bug in dh algorithm drivers/cryp