mbox series

[v2,0/2] vhost: add RSA support

Message ID cover.1736270125.git.gmuthukrishn@marvell.com (mailing list archive)
Headers
Series vhost: add RSA support |

Message

Gowrishankar Muthukrishnan Jan. 7, 2025, 6:02 p.m. UTC
This series adds RSA support in vhost_crypto library.

v2:
 - split from v1 series.

Depends-on: series-34291 ("crypto/virtio: add RSA support")

Gowrishankar Muthukrishnan (2):
  vhost: add asymmetric RSA support
  examples/vhost_crypto: add asymmetric support

 examples/vhost_crypto/main.c |  54 +++-
 lib/vhost/vhost_crypto.c     | 504 ++++++++++++++++++++++++++++++++---
 lib/vhost/vhost_user.h       |  33 ++-
 3 files changed, 538 insertions(+), 53 deletions(-)