In this series of patches, RSA crypto xform is fixed to support VirtIO standard.
Changes: v2: - Decoupled spec related patches into this series from v1. Gowrishankar Muthukrishnan (2): cryptodev: fix RSA xform for ASN.1 syntax cryptodev: move RSA padding information into xform app/test/test_cryptodev_asym.c | 10 ++-- app/test/test_cryptodev_rsa_test_vectors.h | 2 + drivers/common/cpt/cpt_ucode_asym.h | 4 +- drivers/crypto/cnxk/cnxk_ae.h | 13 +++-- drivers/crypto/octeontx/otx_cryptodev_ops.c | 4 +- drivers/crypto/openssl/openssl_pmd_private.h | 1 + drivers/crypto/openssl/rte_openssl_pmd.c | 4 +- drivers/crypto/openssl/rte_openssl_pmd_ops.c | 1 + drivers/crypto/qat/qat_asym.c | 17 ++++--- examples/fips_validation/main.c | 52 +++++++++++--------- lib/cryptodev/rte_crypto_asym.h | 8 +-- 11 files changed, 63 insertions(+), 53 deletions(-) -- 2.21.0