Home
last modified time | relevance | path

Searched refs:rte_crypto_auth_xform (Results 1 – 19 of 19) sorted by relevance

/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_session.c76 const struct rte_crypto_auth_xform *auth_xform) in crypto_set_session_auth_parameters()
122 static struct rte_crypto_auth_xform *
156 struct rte_crypto_auth_xform *auth_xform = in crypto_set_session_parameters()
/dpdk/lib/cryptodev/
H A Drte_crypto_sym.h391 struct rte_crypto_auth_xform { struct
574 struct rte_crypto_auth_xform auth;
/dpdk/drivers/crypto/virtio/
H A Dvirtio_cryptodev.c1093 static struct rte_crypto_auth_xform *
1171 struct rte_crypto_auth_xform *auth_xform) in virtio_crypto_sym_pad_auth_param()
1213 struct rte_crypto_auth_xform *auth_xform = NULL; in virtio_crypto_sym_pad_op_ctrl_req()
/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym.c456 configure_auth_ctx(struct rte_crypto_auth_xform *xform, in configure_auth_ctx()
541 struct rte_crypto_auth_xform *auth_xform = NULL; in nitrox_sym_dev_sess_configure()
/dpdk/examples/fips_validation/
H A Dmain.c836 struct rte_crypto_auth_xform *auth_xform = &xform->auth; in prepare_hmac_xform()
919 struct rte_crypto_auth_xform *auth_xform = &xform->auth; in prepare_gmac_xform()
964 struct rte_crypto_auth_xform *auth_xform = &xform->auth; in prepare_cmac_xform()
1048 struct rte_crypto_auth_xform *auth_xform = &xform->auth; in prepare_sha_xform()
H A Dfips_dev_self_test.c1064 struct rte_crypto_auth_xform *auth_xform = &xform->auth; in prepare_auth_xform()
/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h89 cpt_mac_len_verify(struct rte_crypto_auth_xform *auth) in cpt_mac_len_verify()
1821 struct rte_crypto_auth_xform *a_form; in fill_sess_auth()
1934 struct rte_crypto_auth_xform *a_form; in fill_sess_gmac()
H A Dcn9k_ipsec.c665 struct rte_crypto_auth_xform *auth; in cn9k_ipsec_xform_verify()
/dpdk/drivers/net/iavf/
H A Diavf_ipsec_crypto.c214 struct rte_crypto_auth_xform *auth) in valid_auth_xform()
403 struct rte_crypto_auth_xform *auth, uint32_t salt) in sa_add_set_auth_params()
/dpdk/lib/ipsec/
H A Dsa.c21 struct rte_crypto_auth_xform *auth;
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c239 static struct rte_crypto_auth_xform *
629 struct rte_crypto_auth_xform *auth_xform = qat_get_auth_xform(xform); in qat_sym_session_configure_auth()
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c2369 struct rte_crypto_auth_xform *auth_xform; in dpaa_sec_chain_init()
2803 struct rte_crypto_auth_xform *auth_xform, in dpaa_sec_ipsec_proto_init()
2955 struct rte_crypto_auth_xform *auth_xform = NULL; in dpaa_sec_set_ipsec_session()
3120 struct rte_crypto_auth_xform *auth_xform = NULL; in dpaa_sec_set_pdcp_session()
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h39 cpt_mac_len_verify(struct rte_crypto_auth_xform *auth) in cpt_mac_len_verify()
2750 struct rte_crypto_auth_xform *a_form; in fill_sess_auth()
2854 struct rte_crypto_auth_xform *a_form; in fill_sess_gmac()
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c2629 struct rte_crypto_auth_xform *auth_xform; in dpaa2_sec_aead_chain_init()
3001 struct rte_crypto_auth_xform *auth_xform, in dpaa2_sec_ipsec_proto_init()
3156 struct rte_crypto_auth_xform *auth_xform = NULL; in dpaa2_sec_set_ipsec_session()
3405 struct rte_crypto_auth_xform *auth_xform = NULL; in dpaa2_sec_set_pdcp_session()
/dpdk/doc/guides/rel_notes/
H A Drelease_19_08.rst218 structure (``rte_crypto_cipher_xform``, ``rte_crypto_auth_xform``, and
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c1753 struct rte_crypto_auth_xform *auth_xform; in caam_jr_set_ipsec_session()
/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst561 struct rte_crypto_auth_xform auth;
/dpdk/lib/pipeline/
H A Drte_table_action.c1778 const struct rte_crypto_auth_xform *auth_xform = NULL; in sym_crypto_apply()
/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c763 const struct rte_crypto_auth_xform *auth_xform = NULL; in ccp_configure_session_auth()