* [PATCH 1/1] test/crypto: additional RSA tests for CNXK PMD
@ 2025-01-22 11:36 Gowrishankar Muthukrishnan
2025-01-23 9:16 ` Anoob Joseph
0 siblings, 1 reply; 2+ messages in thread
From: Gowrishankar Muthukrishnan @ 2025-01-22 11:36 UTC (permalink / raw)
To: dev, Akhil Goyal, Fan Zhang; +Cc: anoobj, Gowrishankar Muthukrishnan
Include additional RSA tests for CNXK PMD. These tests validates
RSA operations using private key in exponent form.
Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
---
app/test/test_cryptodev_asym.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/app/test/test_cryptodev_asym.c b/app/test/test_cryptodev_asym.c
index e2f74702ad..8448dad3df 100644
--- a/app/test/test_cryptodev_asym.c
+++ b/app/test/test_cryptodev_asym.c
@@ -3927,6 +3927,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",
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [PATCH 1/1] test/crypto: additional RSA tests for CNXK PMD
2025-01-22 11:36 [PATCH 1/1] test/crypto: additional RSA tests for CNXK PMD Gowrishankar Muthukrishnan
@ 2025-01-23 9:16 ` Anoob Joseph
0 siblings, 0 replies; 2+ messages in thread
From: Anoob Joseph @ 2025-01-23 9:16 UTC (permalink / raw)
To: Gowrishankar Muthukrishnan, dev, Akhil Goyal, Fan Zhang
Cc: Gowrishankar Muthukrishnan
> Subject: [PATCH 1/1] test/crypto: additional RSA tests for CNXK PMD
>
> Include additional RSA tests for CNXK PMD. These tests validates RSA
> operations using private key in exponent form.
>
> Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Acked-by: Anoob Joseph <anoobj@marvell.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-01-23 9:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-22 11:36 [PATCH 1/1] test/crypto: additional RSA tests for CNXK PMD Gowrishankar Muthukrishnan
2025-01-23 9:16 ` Anoob Joseph
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).