Re: [PATCH 07/25] crypto: s5p - switch to skcipher API

2019-10-21 Thread Ard Biesheuvel
On Mon, 21 Oct 2019 at 12:05, Krzysztof Kozlowski wrote: > > On Mon, Oct 14, 2019 at 02:18:52PM +0200, Ard Biesheuvel wrote: > > Commit 7a7ffe65c8c5 ("crypto: skcipher - Add top-level skcipher interface") > > dated 20 august 2015 introduced the new skcipher API which is supposed to > > replace bot

Re: [PATCH 07/25] crypto: s5p - switch to skcipher API

2019-10-21 Thread Krzysztof Kozlowski
On Mon, Oct 14, 2019 at 02:18:52PM +0200, Ard Biesheuvel wrote: > Commit 7a7ffe65c8c5 ("crypto: skcipher - Add top-level skcipher interface") > dated 20 august 2015 introduced the new skcipher API which is supposed to > replace both blkcipher and ablkcipher. While all consumers of the API have > be

Re: [PATCH 07/25] crypto: s5p - switch to skcipher API

2019-10-17 Thread Ard Biesheuvel
On Thu, 17 Oct 2019 at 17:18, Kamil Konieczny wrote: > > Hi, > > On 14.10.2019 14:18, Ard Biesheuvel wrote: > > Commit 7a7ffe65c8c5 ("crypto: skcipher - Add top-level skcipher interface") > > dated 20 august 2015 introduced the new skcipher API which is supposed to > > replace both blkcipher and a

Re: [PATCH 07/25] crypto: s5p - switch to skcipher API

2019-10-17 Thread Kamil Konieczny
Hi, On 14.10.2019 14:18, Ard Biesheuvel wrote: > Commit 7a7ffe65c8c5 ("crypto: skcipher - Add top-level skcipher interface") > dated 20 august 2015 introduced the new skcipher API which is supposed to > replace both blkcipher and ablkcipher. While all consumers of the API have > been converted lon

[PATCH 07/25] crypto: s5p - switch to skcipher API

2019-10-14 Thread Ard Biesheuvel
Commit 7a7ffe65c8c5 ("crypto: skcipher - Add top-level skcipher interface") dated 20 august 2015 introduced the new skcipher API which is supposed to replace both blkcipher and ablkcipher. While all consumers of the API have been converted long ago, some producers of the ablkcipher remain, forcing