Re: [PATCH v2] crypto: geode-aes - switch to skcipher for cbc(aes) fallback

2019-10-10 Thread Herbert Xu
On Sat, Oct 05, 2019 at 11:11:10AM +0200, Ard Biesheuvel wrote: > Commit 79c65d179a40e145 ("crypto: cbc - Convert to skcipher") updated > the generic CBC template wrapper from a blkcipher to a skcipher algo, > to get away from the deprecated blkcipher interface. However, as a side > effect, drivers

Re: [PATCH v2] crypto: geode-aes - switch to skcipher for cbc(aes) fallback

2019-10-08 Thread Ard Biesheuvel
On Sat, 5 Oct 2019 at 18:15, Gert Robben wrote: > > Op 05-10-2019 om 11:11 schreef Ard Biesheuvel: > > Commit 79c65d179a40e145 ("crypto: cbc - Convert to skcipher") updated > > the generic CBC template wrapper from a blkcipher to a skcipher algo, > > to get away from the deprecated blkcipher inter

Re: [PATCH v2] crypto: geode-aes - switch to skcipher for cbc(aes) fallback

2019-10-08 Thread Ard Biesheuvel
On Sat, 5 Oct 2019 at 14:22, Florian Bezdeka wrote: > > Commit 79c65d179a40e145 ("crypto: cbc - Convert to skcipher") updated > the generic CBC template wrapper from a blkcipher to a skcipher algo, > to get away from the deprecated blkcipher interface. However, as a side > effect, drivers that ins

Re: [PATCH v2] crypto: geode-aes - switch to skcipher for cbc(aes) fallback

2019-10-05 Thread Gert Robben
Op 05-10-2019 om 11:11 schreef Ard Biesheuvel: Commit 79c65d179a40e145 ("crypto: cbc - Convert to skcipher") updated the generic CBC template wrapper from a blkcipher to a skcipher algo, to get away from the deprecated blkcipher interface. However, as a side effect, drivers that instantiate CBC t

Re: [PATCH v2] crypto: geode-aes - switch to skcipher for cbc(aes) fallback

2019-10-05 Thread Florian Bezdeka
Commit 79c65d179a40e145 ("crypto: cbc - Convert to skcipher") updated the generic CBC template wrapper from a blkcipher to a skcipher algo, to get away from the deprecated blkcipher interface. However, as a side effect, drivers that instantiate CBC transforms using the blkcipher as a fallback no lo

[PATCH v2] crypto: geode-aes - switch to skcipher for cbc(aes) fallback

2019-10-05 Thread Ard Biesheuvel
Commit 79c65d179a40e145 ("crypto: cbc - Convert to skcipher") updated the generic CBC template wrapper from a blkcipher to a skcipher algo, to get away from the deprecated blkcipher interface. However, as a side effect, drivers that instantiate CBC transforms using the blkcipher as a fallback no lo