DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] crypto/virtio: support RSA 8K mod ops
@ 2025-04-29  9:58 Gowrishankar Muthukrishnan
  0 siblings, 0 replies; only message in thread
From: Gowrishankar Muthukrishnan @ 2025-04-29  9:58 UTC (permalink / raw)
  To: dev, Jay Zhou; +Cc: anoobj, Akhil Goyal, Gowrishankar Muthukrishnan

Support RSA 8K mod ops in virtio PMD.

Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
---
 drivers/crypto/virtio/virtio_cryptodev.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/crypto/virtio/virtio_cryptodev.h b/drivers/crypto/virtio/virtio_cryptodev.h
index fad73d54a8..075b5ff444 100644
--- a/drivers/crypto/virtio/virtio_cryptodev.h
+++ b/drivers/crypto/virtio/virtio_cryptodev.h
@@ -23,12 +23,12 @@
 
 #define VIRTIO_CRYPTO_MAX_IV_SIZE 16
 #define VIRTIO_CRYPTO_MAX_MSG_SIZE 512
-#define VIRTIO_CRYPTO_MAX_SIGN_SIZE 512
+#define VIRTIO_CRYPTO_MAX_SIGN_SIZE 1024
 #define VIRTIO_CRYPTO_MAX_CIPHER_SIZE 1024
 
 #define VIRTIO_CRYPTO_MAX_KEY_SIZE 256
 
-#define VIRTIO_CRYPTO_MAX_CTRL_DATA 2048
+#define VIRTIO_CRYPTO_MAX_CTRL_DATA 4096
 
 extern uint8_t cryptodev_virtio_driver_id;
 
-- 
2.25.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-04-29  9:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-29  9:58 [PATCH] crypto/virtio: support RSA 8K mod ops Gowrishankar Muthukrishnan

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).