Re: [PATCH] virtio-crypto: support crypto engine framework

2024-09-06 Thread Herbert Xu
On Fri, Aug 30, 2024 at 08:30:03AM +0200, Lukas Wunner wrote: > > I'm tempted to instead remove crypto_engine support from > virtio_crypto_core.c to ease migration to synchronous sign/verify. I would remove virtio akcipher support in its entirety. This API was never meant to be exposed outside of

Re: [PATCH] virtio-crypto: support crypto engine framework

2024-08-29 Thread Lukas Wunner
On Tue, Dec 27, 2016 at 02:49:07PM +0800, Gonglei wrote: > crypto engine was introduced since 'commit 735d37b5424b ("crypto: engine > - Introduce the block request crypto engine framework")' which uses work > queue to realize the asynchronous processing for ablk_cipher and ahash. > > For virtio-cr

Re: [PATCH] virtio-crypto: support crypto engine framework

2016-12-30 Thread Herbert Xu
On Tue, Dec 27, 2016 at 02:49:07PM +0800, Gonglei wrote: > crypto engine was introduced since 'commit 735d37b5424b ("crypto: engine > - Introduce the block request crypto engine framework")' which uses work > queue to realize the asynchronous processing for ablk_cipher and ahash. > > For virtio-cr

[PATCH] virtio-crypto: support crypto engine framework

2016-12-26 Thread Gonglei
crypto engine was introduced since 'commit 735d37b5424b ("crypto: engine - Introduce the block request crypto engine framework")' which uses work queue to realize the asynchronous processing for ablk_cipher and ahash. For virtio-crypto device, I register an engine for each data virtqueue so that w