Re: [PATCH] crypto: arm/aesbs - fix brokenness after skcipher conversion

2016-11-30 Thread Ard Biesheuvel
> On 30 Nov 2016, at 13:19, Herbert Xu wrote: > >> On Tue, Nov 29, 2016 at 05:23:36PM +, Ard Biesheuvel wrote: >> The CBC encryption routine should use the encryption round keys, not >> the decryption round keys. >> >> Signed-off-by: Ard Biesheuvel

Re: [PATCH] crypto: arm/aesbs - fix brokenness after skcipher conversion

2016-11-30 Thread Herbert Xu
On Tue, Nov 29, 2016 at 05:23:36PM +, Ard Biesheuvel wrote: > The CBC encryption routine should use the encryption round keys, not > the decryption round keys. > > Signed-off-by: Ard Biesheuvel Patch applied. Thanks. > Another fix for the queued changes, this

[PATCH] crypto: arm/aesbs - fix brokenness after skcipher conversion

2016-11-29 Thread Ard Biesheuvel
The CBC encryption routine should use the encryption round keys, not the decryption round keys. Signed-off-by: Ard Biesheuvel --- Another fix for the queued changes, this time for 32-bit ARM. I must say, I'm not impressed with the level of testing that has been