Here's an assortment of trivial crypto virtio cleanups which I accumulated while working on commit 5b553e06b321 ("crypto: virtio - Drop sign/verify operations"). I've used qemu + libgcrypt backend to ascertain that all boot-time crypto selftests still pass after these changes. I've also verified that a KEYCTL_PKEY_ENCRYPT operation using virtio-pkcs1-rsa produces correct output. Thanks! Lukas Wunner (5): crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop() crypto: virtio - Simplify RSA key size caching crypto: virtio - Drop superfluous ctx->tfm backpointer crypto: virtio - Drop superfluous [as]kcipher_ctx pointer crypto: virtio - Drop superfluous [as]kcipher_req pointer .../virtio/virtio_crypto_akcipher_algs.c | 41 ++++++++----------- drivers/crypto/virtio/virtio_crypto_mgr.c | 2 +- .../virtio/virtio_crypto_skcipher_algs.c | 17 ++------ 3 files changed, 21 insertions(+), 39 deletions(-) -- 2.43.0