Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto_dek.c17 struct rte_crypto_cipher_xform *cipher;
30 struct rte_crypto_cipher_xform *cipher) in mlx5_crypto_dek_prepare()
37 struct rte_crypto_cipher_xform *cipher_ctx = cipher; in mlx5_crypto_dek_prepare()
79 struct rte_crypto_cipher_xform *cipher_ctx = ctx->cipher; in mlx5_crypto_dek_match_cb()
93 struct rte_crypto_cipher_xform *cipher_ctx = ctx->cipher; in mlx5_crypto_dek_create_cb()
H A Dmlx5_crypto.h78 struct rte_crypto_cipher_xform *cipher);
H A Dmlx5_crypto.c176 struct rte_crypto_cipher_xform *cipher; in mlx5_crypto_sym_session_configure()
/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()
/dpdk/lib/cryptodev/
H A Drte_crypto_sym.h193 struct rte_crypto_cipher_xform { struct
576 struct rte_crypto_cipher_xform cipher;
/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()
/dpdk/drivers/crypto/virtio/
H A Dvirtio_cryptodev.c1080 static struct rte_crypto_cipher_xform *
1139 struct rte_crypto_cipher_xform *cipher_xform) in virtio_crypto_sym_pad_cipher_param()
1214 struct rte_crypto_cipher_xform *cipher_xform = NULL; in virtio_crypto_sym_pad_op_ctrl_req()
/dpdk/examples/fips_validation/
H A Dmain.c740 struct rte_crypto_cipher_xform *cipher_xform = &xform->cipher; in prepare_aes_xform()
788 struct rte_crypto_cipher_xform *cipher_xform = &xform->cipher; in prepare_tdes_xform()
1083 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()
/dpdk/drivers/net/iavf/
H A Diavf_ipsec_crypto.c234 struct rte_crypto_cipher_xform *cipher) in valid_cipher_xform()
374 struct rte_crypto_cipher_xform *cipher, uint32_t salt) in sa_add_set_cipher_params()
/dpdk/lib/ipsec/
H A Dsa.c22 struct rte_crypto_cipher_xform *cipher;
/dpdk/drivers/crypto/cnxk/
H A Dcn9k_ipsec.c664 struct rte_crypto_cipher_xform *cipher; in cn9k_ipsec_xform_verify()
H A Dcnxk_se.h1712 struct rte_crypto_cipher_xform *c_form; in fill_sess_cipher()
/dpdk/drivers/crypto/qat/
H A Dqat_sym_session.c252 static struct rte_crypto_cipher_xform *
271 struct rte_crypto_cipher_xform *cipher_xform = NULL; in qat_sym_session_configure_cipher()
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c2368 struct rte_crypto_cipher_xform *cipher_xform; in dpaa_sec_chain_init()
2802 dpaa_sec_ipsec_proto_init(struct rte_crypto_cipher_xform *cipher_xform, in dpaa_sec_ipsec_proto_init()
2956 struct rte_crypto_cipher_xform *cipher_xform = NULL; in dpaa_sec_set_ipsec_session()
3121 struct rte_crypto_cipher_xform *cipher_xform = NULL; in dpaa_sec_set_pdcp_session()
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c2628 struct rte_crypto_cipher_xform *cipher_xform; in dpaa2_sec_aead_chain_init()
3000 dpaa2_sec_ipsec_proto_init(struct rte_crypto_cipher_xform *cipher_xform, in dpaa2_sec_ipsec_proto_init()
3155 struct rte_crypto_cipher_xform *cipher_xform = NULL; in dpaa2_sec_set_ipsec_session()
3406 struct rte_crypto_cipher_xform *cipher_xform = NULL; in dpaa2_sec_set_pdcp_session()
/dpdk/doc/guides/rel_notes/
H A Drelease_17_08.rst108 * Moved length and offset of cipher IV to ``rte_crypto_cipher_xform``.
H A Drelease_19_08.rst218 structure (``rte_crypto_cipher_xform``, ``rte_crypto_auth_xform``, and
H A Drelease_21_11.rst519 * cryptodev: The field ``dataunit_len`` of the ``struct rte_crypto_cipher_xform``
/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c1754 struct rte_crypto_cipher_xform *cipher_xform; in caam_jr_set_ipsec_session()
/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst563 struct rte_crypto_cipher_xform cipher;
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h2641 struct rte_crypto_cipher_xform *c_form; in fill_sess_cipher()
/dpdk/lib/pipeline/
H A Drte_table_action.c1777 const struct rte_crypto_cipher_xform *cipher_xform = NULL; in sym_crypto_apply()
/dpdk/drivers/crypto/ccp/
H A Dccp_crypto.c668 const struct rte_crypto_cipher_xform *cipher_xform = NULL; in ccp_configure_session_cipher()