Home
last modified time | relevance | path

Searched refs:curve_id (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_cryptodev_asym.c1902 test_ecdsa_sign_verify(enum curve curve_id) in test_ecdsa_sign_verify() argument
1919 switch (curve_id) { in test_ecdsa_sign_verify()
1969 xform.ec.curve_id = input_params.curve; in test_ecdsa_sign_verify()
2096 enum curve curve_id; in test_ecdsa_sign_verify_all_curve() local
2100 for (curve_id = SECP192R1; curve_id < END_OF_CURVE_LIST; curve_id++) { in test_ecdsa_sign_verify_all_curve()
2115 test_ecpm(enum curve curve_id) in test_ecpm() argument
2132 switch (curve_id) { in test_ecpm()
2182 xform.ec.curve_id = input_params.curve; in test_ecpm()
2269 enum curve curve_id; in test_ecpm_all_curve() local
2273 for (curve_id = SECP192R1; curve_id < END_OF_CURVE_LIST; curve_id++) { in test_ecpm_all_curve()
[all …]
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_crypto_asym.h364 enum rte_crypto_ec_group curve_id; member
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode_asym.h134 switch (xform->ec.curve_id) { in cpt_fill_ec_params()