Re: [PATCH v2 0/6] crypto: hisilicon - enable new algorithms of SEC

2021-02-04 Thread liulongfang
On 2021/1/4 19:33, Herbert Xu Wrote: > On Mon, Jan 04, 2021 at 04:15:13PM +0800, liulongfang wrote: >> >> Currently, we have not conducted Fuzz testing. >> For SEC driver, we only adds support for these new algorithms >> with existing interfaces of Crypto. So, do we need to do Fuzz testing on the

Re: [PATCH v2 0/6] crypto: hisilicon - enable new algorithms of SEC

2021-01-04 Thread Herbert Xu
On Mon, Jan 04, 2021 at 04:15:13PM +0800, liulongfang wrote: > > Currently, we have not conducted Fuzz testing. > For SEC driver, we only adds support for these new algorithms > with existing interfaces of Crypto. So, do we need to do Fuzz testing on the > existing interfaces? Please test with CR

Re: [PATCH v2 0/6] crypto: hisilicon - enable new algorithms of SEC

2021-01-04 Thread liulongfang
On 2021/1/3 5:00, Herbert Xu wrote: > On Thu, Dec 10, 2020 at 07:10:01PM +0800, Longfang Liu wrote: >> Add support for new algorithms of SEC accelerator on Kunpeng930, >> the driver and test case needs to be updated >> >> Longfang Liu (5): >> crypto: hisilicon/sec - add new type of sqe for Kunpen

Re: [PATCH v2 0/6] crypto: hisilicon - enable new algorithms of SEC

2021-01-02 Thread Herbert Xu
On Thu, Dec 10, 2020 at 07:10:01PM +0800, Longfang Liu wrote: > Add support for new algorithms of SEC accelerator on Kunpeng930, > the driver and test case needs to be updated > > Longfang Liu (5): > crypto: hisilicon/sec - add new type of sqe for Kunpeng930 > crypto: hisilicon/sec - add new s

[PATCH v2 0/6] crypto: hisilicon - enable new algorithms of SEC

2020-12-10 Thread Longfang Liu
Add support for new algorithms of SEC accelerator on Kunpeng930, the driver and test case needs to be updated Longfang Liu (5): crypto: hisilicon/sec - add new type of sqe for Kunpeng930 crypto: hisilicon/sec - add new skcipher mode for SEC crypto: hisilicon/sec - add new AEAD mode for SEC