DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Replace obsolote test cases.
@ 2023-06-19 19:27 Arek Kusztal
  2023-06-19 19:27 ` [PATCH v3 1/3] app/test: remove obsolete test function Arek Kusztal
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Arek Kusztal @ 2023-06-19 19:27 UTC (permalink / raw)
  To: dev; +Cc: gakhil, kai.ji, ciara.power, Arek Kusztal

This patchset removes obsolete test cases for RSA, MOD EXP, MOD INV.
Doing that, new way of handling ut_setup and ut_teardown was proposed.
Now both behave like constructor/desctuctor in the unit tests.
It frees particular alghorithm functions from any kind of responsibility to free resources for the new functions.

v2:
- fixed build problem with non compile-time constant
v3:
- rebased
- left old pwct tests intact

Arkadiusz Kusztal (3):
  app/test: remove obsolete test function
  app/test: add modexp and modinv functions
  app/test: add rsa none padding tests

 app/test/test_cryptodev_asym.c             | 761 +++++++++----------
 app/test/test_cryptodev_mod_test_vectors.h | 814 +--------------------
 app/test/test_cryptodev_rsa_test_vectors.h | 322 ++++----
 3 files changed, 510 insertions(+), 1387 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-19 19:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-19 19:27 [PATCH v3 0/3] Replace obsolote test cases Arek Kusztal
2023-06-19 19:27 ` [PATCH v3 1/3] app/test: remove obsolete test function Arek Kusztal
2023-06-19 19:27 ` [PATCH v3 2/3] app/test: add modexp and modinv functions Arek Kusztal
2023-06-19 19:27 ` [PATCH v3 3/3] app/test: add rsa none padding tests Arek Kusztal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).