[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20191128023304.m2uttrl7n55gydxj@gondor.apana.org.au>
Date: Thu, 28 Nov 2019 10:33:04 +0800
From: Herbert Xu <herbert@...dor.apana.org.au>
To: Tudor.Ambarus@...rochip.com
Cc: Nicolas.Ferre@...rochip.com, alexandre.belloni@...tlin.com,
Ludovic.Desroches@...rochip.com, linux-crypto@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] crypto: atmel-tdes - Set the IV after {en,de}crypt
On Wed, Nov 27, 2019 at 04:56:37PM +0000, Tudor.Ambarus@...rochip.com wrote:
>
>
> On 11/15/19 3:49 PM, Tudor Ambarus - M18064 wrote:
> > static void atmel_tdes_finish_req(struct atmel_tdes_dev *dd, int err)
> > {
> > struct skcipher_request *req = dd->req;
> > @@ -580,6 +605,8 @@ static void atmel_tdes_finish_req(struct atmel_tdes_dev *dd, int err)
> >
> > dd->flags &= ~TDES_FLAGS_BUSY;
> >
> > + atmel_tdes_set_iv_as_last_ciphertext_block(dd);
>
> ECB mode does not use an IV, I should probably exclude the update of IV for the
> ECB mode. v2 will follow.
Please send an incremental patch as this one has already been
applied.
Thanks,
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Powered by blists - more mailing lists