Home
last modified time | relevance | path

Searched refs:rte_crypto_cipher_xform (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_session.c53 const struct rte_crypto_cipher_xform *cipher_xform) in crypto_set_session_cipher_parameters()
135 static struct rte_crypto_cipher_xform *
154 struct rte_crypto_cipher_xform *cipher_xform = in crypto_set_session_parameters()
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_crypto_sym.h189 struct rte_crypto_cipher_xform { struct
552 struct rte_crypto_cipher_xform cipher;
/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym.c362 crypto_key_is_valid(struct rte_crypto_cipher_xform *xform, in crypto_key_is_valid()
375 configure_cipher_ctx(struct rte_crypto_cipher_xform *xform, in configure_cipher_ctx()
540 struct rte_crypto_cipher_xform *cipher_xform = NULL; in nitrox_sym_dev_sess_configure()
/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_cryptodev.c1078 static struct rte_crypto_cipher_xform *
1137 struct rte_crypto_cipher_xform *cipher_xform) in virtio_crypto_sym_pad_cipher_param()
1212 struct rte_crypto_cipher_xform *cipher_xform = NULL; in virtio_crypto_sym_pad_op_ctrl_req()
/f-stack/dpdk/examples/fips_validation/
H A Dmain.c725 struct rte_crypto_cipher_xform *cipher_xform = &xform->cipher; in prepare_aes_xform()
773 struct rte_crypto_cipher_xform *cipher_xform = &xform->cipher; in prepare_tdes_xform()
1068 struct rte_crypto_cipher_xform *cipher_xform = &xform->cipher; in prepare_xts_xform()
H A Dfips_dev_self_test.c1007 struct rte_crypto_cipher_xform *cipher_xform = &xform->cipher; in prepare_cipher_xform()
/f-stack/dpdk/lib/librte_ipsec/
H A Dsa.c24 struct rte_crypto_cipher_xform *cipher;
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c2130 struct rte_crypto_cipher_xform *cipher_xform; in dpaa_sec_chain_init()
2552 dpaa_sec_ipsec_proto_init(struct rte_crypto_cipher_xform *cipher_xform, in dpaa_sec_ipsec_proto_init()
2698 struct rte_crypto_cipher_xform *cipher_xform = NULL; in dpaa_sec_set_ipsec_session()
2855 struct rte_crypto_cipher_xform *cipher_xform = NULL; in dpaa_sec_set_pdcp_session()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c229 static struct rte_crypto_cipher_xform *
248 struct rte_crypto_cipher_xform *cipher_xform = NULL; in qat_sym_session_configure_cipher()
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c2312 struct rte_crypto_cipher_xform *cipher_xform; in dpaa2_sec_aead_chain_init()
2678 dpaa2_sec_ipsec_proto_init(struct rte_crypto_cipher_xform *cipher_xform, in dpaa2_sec_ipsec_proto_init()
2829 struct rte_crypto_cipher_xform *cipher_xform = NULL; in dpaa2_sec_set_ipsec_session()
3075 struct rte_crypto_cipher_xform *cipher_xform; in dpaa2_sec_set_pdcp_session()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst145 * Moved length and offset of cipher IV to ``rte_crypto_cipher_xform``.
H A Drelease_19_08.rst286 structure (``rte_crypto_cipher_xform``, ``rte_crypto_auth_xform``, and
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c1754 struct rte_crypto_cipher_xform *cipher_xform; in caam_jr_set_ipsec_session()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst519 struct rte_crypto_cipher_xform cipher;
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c1779 const struct rte_crypto_cipher_xform *cipher_xform = NULL; in sym_crypto_apply()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h2568 struct rte_crypto_cipher_xform *c_form; in fill_sess_cipher()
/f-stack/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c666 const struct rte_crypto_cipher_xform *cipher_xform = NULL; in ccp_configure_session_cipher()