> 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.
- [PATCH v1 0/4] test/crypto: enhance modex tests Gowrishankar Muthukrishnan
- [PATCH v1 1/4] test/crypto: validate modex... Gowrishankar Muthukrishnan
- [PATCH v1 2/4] test/crypto: remove unused ... Gowrishankar Muthukrishnan
- [PATCH v1 3/4] test/crypto: use common tes... Gowrishankar Muthukrishnan
- [PATCH v1 4/4] test/crypto: add modex test... Gowrishankar Muthukrishnan
- RE: [PATCH v1 0/4] test/crypto: enhance mo... Anoob Joseph
- RE: [PATCH v1 0/4] test/crypto: enhance mo... Akhil Goyal
- [PATCH v2 0/4] test/crypto: enhance modex ... Gowrishankar Muthukrishnan
- [PATCH v2 1/4] test/crypto: validate m... Gowrishankar Muthukrishnan
- [PATCH v2 2/4] test/crypto: remove unu... Gowrishankar Muthukrishnan
- [PATCH v2 3/4] test/crypto: use common... Gowrishankar Muthukrishnan
- [PATCH v2 4/4] test/crypto: add modex ... Gowrishankar Muthukrishnan
- [PATCH v3 0/3] test/crypto: add modex ... Gowrishankar Muthukrishnan
- [PATCH v3 1/3] test/crypto: valida... Gowrishankar Muthukrishnan
- [PATCH v3 2/3] test/crypto: remove... Gowrishankar Muthukrishnan
- [PATCH v3 3/3] test/crypto: add mo... Gowrishankar Muthukrishnan
- RE: [PATCH v3 0/3] test/crypto: ad... Akhil Goyal