virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] crypto virtio cleanups
@ 2025-02-03 13:37 Lukas Wunner
  2025-02-03 13:37 ` [PATCH 1/5] crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop() Lukas Wunner
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Lukas Wunner @ 2025-02-03 13:37 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller, Michael S. Tsirkin, Jason Wang,
	Gonglei
  Cc: zhenwei pi, lei he, Xuan Zhuo, Eugenio Perez, linux-crypto,
	virtualization

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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-02-16  5:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03 13:37 [PATCH 0/5] crypto virtio cleanups Lukas Wunner
2025-02-03 13:37 ` [PATCH 1/5] crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop() Lukas Wunner
2025-02-03 13:37 ` [PATCH 2/5] crypto: virtio - Simplify RSA key size caching Lukas Wunner
2025-02-03 13:37 ` [PATCH 3/5] crypto: virtio - Drop superfluous ctx->tfm backpointer Lukas Wunner
2025-02-03 13:37 ` [PATCH 4/5] crypto: virtio - Drop superfluous [as]kcipher_ctx pointer Lukas Wunner
2025-02-03 13:37 ` [PATCH 5/5] crypto: virtio - Drop superfluous [as]kcipher_req pointer Lukas Wunner
2025-02-05  7:52 ` [PATCH 0/5] crypto virtio cleanups zhenwei pi
2025-02-16  5:24 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).