Re: [PATCH v4 08/17] crypto: sun8i-ce: move iv data to request context

2020-08-21 Thread Herbert Xu
On Fri, Aug 21, 2020 at 09:35:04AM +0200, LABBE Corentin wrote: > > Since cryptodev now have 453431a54934 ("mm, treewide: rename kzfree() to > kfree_sensitive()"), my serie should apply cleanly. Please resubmit. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP K

Re: [PATCH v4 08/17] crypto: sun8i-ce: move iv data to request context

2020-08-21 Thread LABBE Corentin
On Fri, Jul 31, 2020 at 06:24:27PM +1000, Herbert Xu wrote: > On Tue, Jul 21, 2020 at 07:06:22PM +, Corentin Labbe wrote: > > Instead of storing IV data in the channel context, store them in the > > request context. > > Storing them in the channel structure was conceptualy wrong since they > >

Re: [PATCH v4 08/17] crypto: sun8i-ce: move iv data to request context

2020-07-31 Thread Herbert Xu
On Tue, Jul 21, 2020 at 07:06:22PM +, Corentin Labbe wrote: > Instead of storing IV data in the channel context, store them in the > request context. > Storing them in the channel structure was conceptualy wrong since they > are per request related. > > Signed-off-by: Corentin Labbe > --- >

[PATCH v4 08/17] crypto: sun8i-ce: move iv data to request context

2020-07-21 Thread Corentin Labbe
Instead of storing IV data in the channel context, store them in the request context. Storing them in the channel structure was conceptualy wrong since they are per request related. Signed-off-by: Corentin Labbe --- .../allwinner/sun8i-ce/sun8i-ce-cipher.c | 27 +-- drivers/