Re: crypto: retire async crypto API

2021-10-23 Thread Vitaliy Makkoveev
> On 23 Oct 2021, at 16:08, Tobias Heider wrote: > > Now that we have removed all the legacy crypto offloading drivers we can > simplify the crypto framework API by ripping out the async callbacks. > > The diff below removes crypto_dispatch() and crypto_done() and replaces > them with crypto_inv

Re: crypto: retire async crypto API

2021-10-23 Thread Alexander Bluhm
On Sat, Oct 23, 2021 at 03:08:29PM +0200, Tobias Heider wrote: > Now that we have removed all the legacy crypto offloading drivers we can > simplify the crypto framework API by ripping out the async callbacks. > > The diff below removes crypto_dispatch() and crypto_done() and replaces > them with

crypto: retire async crypto API

2021-10-23 Thread Tobias Heider
Now that we have removed all the legacy crypto offloading drivers we can simplify the crypto framework API by ripping out the async callbacks. The diff below removes crypto_dispatch() and crypto_done() and replaces them with crypto_invoke() which is blocking and only returns after the operation ha