mbox series

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

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

Message

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

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             | 279 ++++----------------
 app/test/test_cryptodev_asym_util.h        |  18 --
 app/test/test_cryptodev_mod_test_vectors.h | 287 ++++++++++++++-------
 3 files changed, 241 insertions(+), 343 deletions(-)
  

Comments

Anoob Joseph June 17, 2024, 7:12 a.m. UTC | #1
> 
> This patch series enhances modex tests to:
>  * use common test function in existing test vectors
>  * add test for zero padded operands
> 
> 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

Series Acked-by: Anoob Joseph <anoobj@marvell.com>
  
Akhil Goyal June 20, 2024, 7:10 a.m. UTC | #2
> Subject: [PATCH v1 0/4] test/crypto: enhance modex tests
> 
> This patch series enhances modex tests to:
>  * use common test function in existing test vectors
>  * add test for zero padded operands
> 
> 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             | 279 ++++----------------
>  app/test/test_cryptodev_asym_util.h        |  18 --
>  app/test/test_cryptodev_mod_test_vectors.h | 287 ++++++++++++++-------
>  3 files changed, 241 insertions(+), 343 deletions(-)
> 
Please check compilation issues reported by CI.