linux/drivers/crypto/virtio
Ovidiu Panait c470ffa6f4 crypto: engine - remove request batching support
Remove request batching support from crypto_engine, as there are no
drivers using this feature and it doesn't really work that well.

Instead of doing batching based on backlog, a more optimal approach
would be for the user to handle the batching (similar to how IPsec
can hook into GSO to get 64K of data each time or how block encryption
can use unit sizes much greater than 4K).

Suggested-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-07-18 20:52:00 +10:00
..
Kconfig
Makefile
virtio_crypto_akcipher_algs.c crypto: virtio - Drop superfluous [as]kcipher_req pointer 2025-02-22 15:56:02 +08:00
virtio_crypto_common.h crypto: virtio - Remove unused virtcrypto functions 2025-06-23 17:00:27 +08:00
virtio_crypto_core.c crypto: engine - remove request batching support 2025-07-18 20:52:00 +10:00
virtio_crypto_mgr.c crypto: virtio - Remove unused virtcrypto functions 2025-06-23 17:00:27 +08:00
virtio_crypto_skcipher_algs.c crypto: virtio - Drop superfluous [as]kcipher_req pointer 2025-02-22 15:56:02 +08:00