mbox

[0/3] crypotodev: add result field to modular operations

Message ID 20190208081907.3248-1-arkadiuszx.kusztal@intel.com (mailing list archive)
Headers

Message

Arkadiusz Kusztal Feb. 8, 2019, 8:19 a.m. UTC
  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(-)