This series adds RSA support in virtio crypto PMD. v2: - split from v1 series.
Gowrishankar Muthukrishnan (2): crypto/virtio: add asymmetric RSA support test/crypto: add asymmetric tests for virtio PMD app/test/test_cryptodev_asym.c | 29 ++ app/test/test_cryptodev_rsa_test_vectors.h | 4 + .../virtio/virtio_crypto_capabilities.h | 19 + drivers/crypto/virtio/virtio_cryptodev.c | 384 +++++++++++++++--- drivers/crypto/virtio/virtio_rxtx.c | 226 ++++++++++- lib/cryptodev/cryptodev_pmd.h | 6 + lib/vhost/virtio_crypto.h | 80 ++++ 7 files changed, 680 insertions(+), 68 deletions(-) -- 2.25.1