Skip to content

Commit

Permalink
test/crypto: add more RSA tests for CNXK
Browse files Browse the repository at this point in the history
Include additional RSA tests for CNXK PMD. These tests validates
RSA operations using private key in exponent form.

Signed-off-by: Gowrishankar Muthukrishnan <[email protected]>
Acked-by: Anoob Joseph <[email protected]>
  • Loading branch information
gmuthukrishn authored and Akhil Goyal committed Feb 6, 2025
1 parent 15fb12f commit 99cc389
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/test/test_cryptodev_asym.c
Original file line number Diff line number Diff line change
Expand Up @@ -3951,6 +3951,9 @@ static struct unit_test_suite cryptodev_octeontx_asym_testsuite = {
test_rsa_enc_dec_crt),
TEST_CASE_ST(ut_setup_asym, ut_teardown_asym,
test_rsa_sign_verify_crt),
TEST_CASE_ST(ut_setup_asym, ut_teardown_asym, test_rsa_enc_dec),
TEST_CASE_ST(ut_setup_asym, ut_teardown_asym,
test_rsa_sign_verify),
TEST_CASE_ST(ut_setup_asym, ut_teardown_asym, test_mod_exp),
TEST_CASE_NAMED_WITH_DATA(
"Modex test for zero padding",
Expand Down

0 comments on commit 99cc389

Please sign in to comment.