mbox series

[v3,0/3] test/crypto: add modex test for zero padding

Message ID 20240626100345.1758-1-gmuthukrishn@marvell.com (mailing list archive)
Headers
Series test/crypto: add modex test for zero padding |

Message

Gowrishankar Muthukrishnan June 26, 2024, 10:03 a.m. UTC
This patch series add modex test for zero padded operands

v3:
 - removed patch to use common test function which will be addressed
   seperately due to document conflict.

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

 app/test/test_cryptodev_asym.c             | 41 ++++++++++-
 app/test/test_cryptodev_mod_test_vectors.h | 85 +++++++++++++++++++---
 2 files changed, 114 insertions(+), 12 deletions(-)
  

Comments

Akhil Goyal June 27, 2024, 5:12 a.m. UTC | #1
> This patch series add modex test for zero padded operands
> 
> v3:
>  - removed patch to use common test function which will be addressed
>    seperately due to document conflict.
> 
> Gowrishankar Muthukrishnan (3):
>   test/crypto: validate modex result from first nonzero value
>   test/crypto: remove unused variable in modex test data
>   test/crypto: add modex tests for zero padded operands
> 
>  app/test/test_cryptodev_asym.c             | 41 ++++++++++-
>  app/test/test_cryptodev_mod_test_vectors.h | 85 +++++++++++++++++++-
> --
>  2 files changed, 114 insertions(+), 12 deletions(-)
Series applied to dpdk-next-crypto
Thanks.