mbox series

[v2,0/4] test/crypto: enhance modex tests

Message ID 20240621023832.1707-1-gmuthukrishn@marvell.com (mailing list archive)
Headers
Series test/crypto: enhance modex tests |

Message

Gowrishankar Muthukrishnan June 21, 2024, 2:38 a.m. UTC
This patch series enhances modex tests to:
 * use common test function in existing test vectors
 * add test for zero padded operands

v2:
  - Retain old modex test functions to avoid doc updates.

Gowrishankar Muthukrishnan (4):
  test/crypto: validate modex result from first nonzero value
  test/crypto: remove unused variable in modex test data
  test/crypto: use common test function for mod tests
  test/crypto: add modex tests for zero padded operands

 app/test/test_cryptodev_asym.c             |  62 ++++++-
 app/test/test_cryptodev_mod_test_vectors.h | 205 ++++++++++++++++++++-
 2 files changed, 250 insertions(+), 17 deletions(-)