Home
last modified time | relevance | path

Searched refs:RTE_SECURITY_IPSEC_SA_DIR_EGRESS (Results 1 – 20 of 20) sorted by relevance

/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_fp.h194 if (ipsec->direction == RTE_SECURITY_IPSEC_SA_DIR_EGRESS && in ipsec_fp_xform_aead_verify()
265 if (ipsec->direction == RTE_SECURITY_IPSEC_SA_DIR_EGRESS) { in ipsec_fp_sa_ctl_set()
H A Dotx2_ipsec_po.h230 if (ipsec->direction == RTE_SECURITY_IPSEC_SA_DIR_EGRESS && in ipsec_po_xform_aead_verify()
301 if (ipsec->direction == RTE_SECURITY_IPSEC_SA_DIR_EGRESS) { in ipsec_po_sa_ctl_set()
H A Dotx2_cryptodev_capabilities.c792 .direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS,
H A Dotx2_cryptodev_sec.c58 if (ipsec->direction == RTE_SECURITY_IPSEC_SA_DIR_EGRESS) { in ipsec_lp_len_precalc()
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr_capabilities.c235 .direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS,
H A Dcaam_jr.c1759 if (ipsec_xform->direction == RTE_SECURITY_IPSEC_SA_DIR_EGRESS) { in caam_jr_set_ipsec_session()
1860 if (ipsec_xform->direction == RTE_SECURITY_IPSEC_SA_DIR_EGRESS) { in caam_jr_set_ipsec_session()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev_sec.c130 .direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS,
249 if (ipsec->direction == RTE_SECURITY_IPSEC_SA_DIR_EGRESS) { in ipsec_sa_const_set()
363 priv->ipsec.dir = RTE_SECURITY_IPSEC_SA_DIR_EGRESS; in eth_sec_ipsec_out_sess_create()
/f-stack/dpdk/lib/librte_security/
H A Drte_security.h188 RTE_SECURITY_IPSEC_SA_DIR_EGRESS, enumerator
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ipsec.c573 .direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS, in ixgbe_crypto_capabilities_get()
597 .direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS, in ixgbe_crypto_capabilities_get()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.c265 RTE_SECURITY_IPSEC_SA_DIR_EGRESS); in create_inline_session()
429 if (sa->direction == RTE_SECURITY_IPSEC_SA_DIR_EGRESS) { in create_ipsec_esp_flow()
H A Dsa.c315 rule->direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS; in parse_sa_tokens()
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.h736 .direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS,
H A Ddpaa_sec.c2710 if (ipsec_xform->direction == RTE_SECURITY_IPSEC_SA_DIR_EGRESS) in dpaa_sec_set_ipsec_session()
2741 if (ipsec_xform->direction == RTE_SECURITY_IPSEC_SA_DIR_EGRESS) { in dpaa_sec_set_ipsec_session()
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_priv.h865 .direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS,
H A Ddpaa2_sec_dpseci.c2886 if (ipsec_xform->direction == RTE_SECURITY_IPSEC_SA_DIR_EGRESS) { in dpaa2_sec_set_ipsec_session()
/f-stack/dpdk/app/test/
H A Dtest_ipsec.c1402 ut_params->ipsec_xform.direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS; in test_ipsec_crypto_outb_burst_null_null_wrapper()
1697 ut_params->ipsec_xform.direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS; in test_ipsec_inline_crypto_outb_burst_null_null_wrapper()
1774 ut_params->ipsec_xform.direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS; in test_ipsec_inline_proto_outb_burst_null_null_wrapper()
1868 ut_params->ipsec_xform.direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS; in test_ipsec_lksd_proto_outb_burst_null_null_wrapper()
H A Dtest_ipsec_perf.c372 sa->ipsec_xform.direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS; in fill_ipsec_sa_out()
H A Dtest_security.c2237 .direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS, in test_capability_get_ipsec_mismatch_dir()
/f-stack/dpdk/lib/librte_ipsec/
H A Dsa.c175 if (prm->ipsec_xform.direction == RTE_SECURITY_IPSEC_SA_DIR_EGRESS) in fill_sa_type()
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_security.rst377 .direction = RTE_SECURITY_IPSEC_SA_DIR_EGRESS,