Searched refs:rte_crypto_asym_xform (Results 1 – 17 of 17) sorted by relevance
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_crypto_asym.h | 400 struct rte_crypto_asym_xform { struct 401 struct rte_crypto_asym_xform *next; argument 628 struct rte_crypto_asym_xform *xform;
|
| H A D | rte_cryptodev_pmd.h | 284 struct rte_crypto_asym_xform *xform,
|
| H A D | rte_cryptodev.h | 1151 struct rte_crypto_asym_xform *xforms,
|
| H A D | rte_cryptodev.c | 1361 struct rte_crypto_asym_xform *xforms, in rte_cryptodev_asym_session_init()
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_asym.h | 45 struct rte_crypto_asym_xform *xform; 50 struct rte_crypto_asym_xform *xform,
|
| H A D | qat_asym_pmd.h | 43 struct rte_crypto_asym_xform *xform,
|
| H A D | qat_asym.c | 125 struct rte_crypto_asym_xform *xform) in qat_asym_fill_arrays() 532 struct rte_crypto_asym_xform *xform) in qat_asym_collect_response() 711 struct rte_crypto_asym_xform *xform, in qat_asym_session_configure()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev_rsa_test_vectors.h | 348 struct rte_crypto_asym_xform rsa_xform = { 369 struct rte_crypto_asym_xform rsa_xform_crt = {
|
| H A D | test_cryptodev_mod_test_vectors.h | 1044 struct rte_crypto_asym_xform modex_xform = { 1059 struct rte_crypto_asym_xform modinv_xform = {
|
| H A D | test_cryptodev_dh_test_vectors.h | 65 struct rte_crypto_asym_xform dh_xform = {
|
| H A D | test_cryptodev_dsa_test_vectors.h | 93 struct rte_crypto_asym_xform dsa_xform = {
|
| H A D | test_cryptodev_asym.c | 249 struct rte_crypto_asym_xform *xform_tc, in test_cryptodev_asym_ver() 311 struct rte_crypto_asym_xform xform_tc; in test_cryptodev_asym_op() 1105 struct rte_crypto_asym_xform xform = *xfrm; in test_dh_gen_shared_sec() 1198 struct rte_crypto_asym_xform xform = *xfrm; in test_dh_gen_priv_key() 1278 test_dh_gen_pub_key(struct rte_crypto_asym_xform *xfrm) in test_dh_gen_pub_key() 1289 struct rte_crypto_asym_xform xform = *xfrm; in test_dh_gen_pub_key() 1377 test_dh_gen_kp(struct rte_crypto_asym_xform *xfrm) in test_dh_gen_kp() 1389 struct rte_crypto_asym_xform pub_key_xform; in test_dh_gen_kp() 1390 struct rte_crypto_asym_xform xform = *xfrm; in test_dh_gen_kp() 1913 struct rte_crypto_asym_xform xform; in test_ecdsa_sign_verify() [all …]
|
| /f-stack/dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode_asym.h | 34 struct rte_crypto_asym_xform *xform) in cpt_fill_modex_params() 74 struct rte_crypto_asym_xform *xform) in cpt_fill_rsa_params() 130 struct rte_crypto_asym_xform *xform) in cpt_fill_ec_params() 161 struct rte_crypto_asym_xform *xform) in cpt_fill_asym_session_parameters()
|
| /f-stack/dpdk/drivers/crypto/openssl/ |
| H A D | rte_openssl_pmd_ops.c | 809 struct rte_crypto_asym_xform *xform) in openssl_set_asym_session_parameters() 1121 struct rte_crypto_asym_xform *xform, in openssl_pmd_asym_session_configure()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 1024 Member xform of struct rte_crypto_asym_op should point to the user created rte_crypto_asym_xform. 1025 Note that rte_crypto_asym_xform should be immutable for the lifetime of associated crypto_op. 1032 Asymmetric Crypto transforms (``rte_crypto_asym_xform``) are the mechanism used 1159 struct rte_crypto_asym_xform modex_xform = {
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_ops.c | 358 struct rte_crypto_asym_xform *xform __rte_unused, in otx_cpt_asym_session_cfg()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev_ops.c | 1265 struct rte_crypto_asym_xform *xform, in otx2_cpt_asym_session_cfg()
|