Re: [PATCH] crypto: Drop owner assignment from platform_driver

2015-07-09 Thread Boris Brezillon
On Fri, 10 Jul 2015 14:46:16 +0900 Krzysztof Kozlowski wrote: > platform_driver does not need to set an owner because > platform_driver_register() will set it. > > Signed-off-by: Krzysztof Kozlowski Acked-by: Boris Brezillon > > --- > > The coccinelle script which generated the patch was se

[PATCH] crypto: Drop owner assignment from platform_driver

2015-07-09 Thread Krzysztof Kozlowski
platform_driver does not need to set an owner because platform_driver_register() will set it. Signed-off-by: Krzysztof Kozlowski --- The coccinelle script which generated the patch was sent here: http://www.spinics.net/lists/kernel/msg2029903.html --- drivers/crypto/marvell/cesa.c | 1 - 1 fil

Re: [PATCH 0/14] crypto: aead - Phase oute seqniv

2015-07-09 Thread Stephan Mueller
Am Donnerstag, 9. Juli 2015, 12:19:53 schrieb Stephan Mueller: Hi, > Am Donnerstag, 9. Juli 2015, 07:13:30 schrieb Herbert Xu: > > Hi Herbert, > > >Hi: > > > >This series attempts to phase out the recently introduced seqniv > >generator. The reason is that the logic of seqniv should not be > >

Re: [PATCH 0/14] crypto: aead - Phase oute seqniv

2015-07-09 Thread Stephan Mueller
Am Donnerstag, 9. Juli 2015, 07:13:30 schrieb Herbert Xu: Hi Herbert, >Hi: > >This series attempts to phase out the recently introduced seqniv >generator. The reason is that the logic of seqniv should not be >implemented at the IV generator layer. Having the IV skipping >logic in seqniv means t

Re: [PATCH 9/14] crypto: tcrypt - Add support for new IV convention

2015-07-09 Thread Herbert Xu
On Thu, Jul 09, 2015 at 09:59:01AM +0200, Stephan Mueller wrote: > Am Donnerstag, 9. Juli 2015, 07:17:26 schrieb Herbert Xu: > > Hi Herbert, > > >This patch allows the AEAD speed tests to cope with the new seqiv > >calling convention as well as the old one. > > > >Signed-off-by: Herbert Xu > >

Re: [PATCH 9/14] crypto: tcrypt - Add support for new IV convention

2015-07-09 Thread Stephan Mueller
Am Donnerstag, 9. Juli 2015, 07:17:26 schrieb Herbert Xu: Hi Herbert, >This patch allows the AEAD speed tests to cope with the new seqiv >calling convention as well as the old one. > >Signed-off-by: Herbert Xu Using your crypto-2.6 tree, this patch fails to apply (and others have hunks e.g. pa

Re: [PATCH 12/14] crypto: nx - Use new IV convention

2015-07-09 Thread Herbert Xu
On Thu, Jul 09, 2015 at 09:07:51AM +0200, Stephan Mueller wrote: > > Ok, will try. When is which tree used? The crypto tree goes into the current mainline kernel so it's for serious bug fixes/regressions only. I will merge it into cryptodev when necessary. Cheers, -- Email: Herbert Xu Home Pag

Re: [PATCH 12/14] crypto: nx - Use new IV convention

2015-07-09 Thread Stephan Mueller
Am Donnerstag, 9. Juli 2015, 14:56:15 schrieb Herbert Xu: Hi Herbert, >On Thu, Jul 09, 2015 at 08:19:45AM +0200, Stephan Mueller wrote: >> Am Donnerstag, 9. Juli 2015, 07:17:31 schrieb Herbert Xu: >> >> Hi Herbert, >> >> >This patch converts rfc4106 to the new calling convention where >> >the I

Re: [linux-sunxi] Re: [PATCH v10 4/5] crypto: Add Allwinner Security System crypto accelerator

2015-07-09 Thread Herbert Xu
On Thu, Jul 09, 2015 at 08:41:50AM +0200, LABBE Corentin wrote: > > > > + /* get the partial hash only if something was written */ > > > + if (op->mode == SS_OP_SHA1) { > > > + for (i = 0; i < 5; i++) > > > + op->hash[i] = readl(ss->base + SS_MD0 + i * 4); > > > + } else { >