Re: [PATCH 0/5] crypto: hisilicon - add some new algorithms

2020-12-06 Thread liulongfang
On 2020/12/7 9:33, Herbert Xu wrote: > On Mon, Dec 07, 2020 at 09:20:05AM +0800, liulongfang wrote: >> >> Did any test case tests fail? > > You tell me :) > > If it passed all of the tests in your testing, please state that > in the cover letter or in one of the patches. > > Thanks, > OK, I wil

Re: [PATCH 0/5] crypto: hisilicon - add some new algorithms

2020-12-06 Thread Herbert Xu
On Mon, Dec 07, 2020 at 09:20:05AM +0800, liulongfang wrote: > > Did any test case tests fail? You tell me :) If it passed all of the tests in your testing, please state that in the cover letter or in one of the patches. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbe

Re: [PATCH 0/5] crypto: hisilicon - add some new algorithms

2020-12-06 Thread liulongfang
On 2020/12/4 15:05, Herbert Xu wrote: > On Thu, Nov 26, 2020 at 10:18:01AM +0800, Longfang Liu wrote: >> As the new Kunpeng930 supports some new algorithms, >> the driver needs to be updated >> >> Longfang Liu (4): >> crypto: hisilicon/sec - add new type of sqe for Kunpeng930 >> crypto: hisilic

Re: [PATCH 0/5] crypto: hisilicon - add some new algorithms

2020-12-03 Thread Herbert Xu
On Thu, Nov 26, 2020 at 10:18:01AM +0800, Longfang Liu wrote: > As the new Kunpeng930 supports some new algorithms, > the driver needs to be updated > > Longfang Liu (4): > crypto: hisilicon/sec - add new type of sqe for Kunpeng930 > crypto: hisilicon/sec - add new skcipher mode for SEC > cr

[PATCH 0/5] crypto: hisilicon - add some new algorithms

2020-11-25 Thread Longfang Liu
As the new Kunpeng930 supports some new algorithms, the driver needs to be updated Longfang Liu (4): 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 crypto: hisilicon/sec - fi