This patchset adds result field to modular exponentiation and modular inverse operations
This patchset depends on following patches: [1] - "[v3] cryptodev: rework mod exp and mod inv comments" (http://patchwork.dpdk.org/patch/50139/) [2] - "openssl: fix bad reference of modinv" (http://patchwork.dpdk.org/patch/50131/) Arek Kusztal (3): cryptodev: add result field to mod exp and inverse operations openssl: add result field to mod exp and mod inv operations test: add result field to mod exp and mod inv drivers/crypto/openssl/rte_openssl_pmd.c | 4 ++-- lib/librte_cryptodev/rte_crypto_asym.h | 10 ++++++++++ test/test/test_cryptodev_asym.c | 6 ++++++ test/test/test_cryptodev_asym_util.h | 8 ++++---- 4 files changed, 22 insertions(+), 6 deletions(-) -- 2.1.0