Re: [PATCH 05/25] crypto: omap - switch to skcipher API

2019-10-17 Thread Tero Kristo
On 17/10/2019 14:56, Ard Biesheuvel wrote: On Thu, 17 Oct 2019 at 13:25, Tero Kristo wrote: On 17/10/2019 13:45, Ard Biesheuvel wrote: On Thu, 17 Oct 2019 at 12:25, Tero Kristo wrote: On 15/10/2019 20:28, Tony Lindgren wrote: * Ard Biesheuvel [191014 12:20]: Commit 7a7ffe65c8c5 ("crypto

Re: [PATCH 05/25] crypto: omap - switch to skcipher API

2019-10-17 Thread Ard Biesheuvel
On Thu, 17 Oct 2019 at 13:25, Tero Kristo wrote: > > On 17/10/2019 13:45, Ard Biesheuvel wrote: > > On Thu, 17 Oct 2019 at 12:25, Tero Kristo wrote: > >> > >> On 15/10/2019 20:28, Tony Lindgren wrote: > >>> * Ard Biesheuvel [191014 12:20]: > Commit 7a7ffe65c8c5 ("crypto: skcipher - Add top-

Re: [PATCH 05/25] crypto: omap - switch to skcipher API

2019-10-17 Thread Tero Kristo
On 17/10/2019 13:45, Ard Biesheuvel wrote: On Thu, 17 Oct 2019 at 12:25, Tero Kristo wrote: On 15/10/2019 20:28, Tony Lindgren wrote: * Ard Biesheuvel [191014 12:20]: Commit 7a7ffe65c8c5 ("crypto: skcipher - Add top-level skcipher interface") dated 20 august 2015 introduced the new skcipher

Re: [PATCH 05/25] crypto: omap - switch to skcipher API

2019-10-17 Thread Ard Biesheuvel
On Thu, 17 Oct 2019 at 12:25, Tero Kristo wrote: > > On 15/10/2019 20:28, Tony Lindgren wrote: > > * Ard Biesheuvel [191014 12:20]: > >> Commit 7a7ffe65c8c5 ("crypto: skcipher - Add top-level skcipher interface") > >> dated 20 august 2015 introduced the new skcipher API which is supposed to > >>

Re: [PATCH 05/25] crypto: omap - switch to skcipher API

2019-10-17 Thread Tero Kristo
On 15/10/2019 20:28, Tony Lindgren wrote: * Ard Biesheuvel [191014 12:20]: 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

Re: [PATCH 05/25] crypto: omap - switch to skcipher API

2019-10-15 Thread Tony Lindgren
* Ard Biesheuvel [191014 12:20]: > 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 pr

[PATCH 05/25] crypto: omap - 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