Home
last modified time | relevance | path

Searched refs:rte_crypto_sgl (Results 1 – 14 of 14) sorted by relevance

/dpdk/lib/cryptodev/
H A Drte_crypto_sym.h48 struct rte_crypto_sgl { struct
74 struct rte_crypto_sgl *src_sgl; argument
76 struct rte_crypto_sgl *dest_sgl;
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec_raw_dp.c91 struct rte_crypto_sgl *sgl, in build_dpaa_raw_dp_auth_fd()
92 struct rte_crypto_sgl *dest_sgl, in build_dpaa_raw_dp_auth_fd()
223 struct rte_crypto_sgl *sgl, in build_raw_cipher_auth_gcm_sg()
224 struct rte_crypto_sgl *dest_sgl, in build_raw_cipher_auth_gcm_sg()
380 struct rte_crypto_sgl *sgl, in build_dpaa_raw_dp_chain_fd()
381 struct rte_crypto_sgl *dest_sgl, in build_dpaa_raw_dp_chain_fd()
532 struct rte_crypto_sgl *sgl, in build_dpaa_raw_dp_cipher_fd()
533 struct rte_crypto_sgl *dest_sgl, in build_dpaa_raw_dp_cipher_fd()
651 struct rte_crypto_sgl *sgl, in build_dpaa_raw_proto_sg()
652 struct rte_crypto_sgl *dest_sgl, in build_dpaa_raw_proto_sg()
H A Ddpaa_sec.h138 struct rte_crypto_sgl *sgl,
139 struct rte_crypto_sgl *dest_sgl,
/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_raw_dp.c26 struct rte_crypto_sgl *sgl, in build_raw_dp_chain_fd()
27 struct rte_crypto_sgl *dest_sgl, in build_raw_dp_chain_fd()
183 struct rte_crypto_sgl *sgl, in build_raw_dp_aead_fd()
184 struct rte_crypto_sgl *dest_sgl, in build_raw_dp_aead_fd()
334 struct rte_crypto_sgl *sgl, in build_raw_dp_auth_fd()
335 struct rte_crypto_sgl *dest_sgl, in build_raw_dp_auth_fd()
449 struct rte_crypto_sgl *sgl, in build_raw_dp_proto_fd()
450 struct rte_crypto_sgl *dest_sgl, in build_raw_dp_proto_fd()
581 struct rte_crypto_sgl *sgl, in build_raw_dp_cipher_fd()
582 struct rte_crypto_sgl *dest_sgl, in build_raw_dp_cipher_fd()
H A Ddpaa2_sec_priv.h182 struct rte_crypto_sgl *sgl,
183 struct rte_crypto_sgl *dest_sgl,
/dpdk/drivers/crypto/qat/dev/
H A Dqat_crypto_pmd_gens.h218 struct rte_crypto_sgl *in_sgl, struct rte_crypto_sgl *out_sgl, in qat_sym_convert_op_to_vec_cipher()
290 struct rte_crypto_sgl *in_sgl, struct rte_crypto_sgl *out_sgl, in qat_sym_convert_op_to_vec_auth()
366 struct rte_crypto_sgl *in_sgl, struct rte_crypto_sgl *out_sgl, in qat_sym_convert_op_to_vec_chain()
498 struct rte_crypto_sgl *in_sgl, struct rte_crypto_sgl *out_sgl, in qat_sym_convert_op_to_vec_aead()
H A Dqat_sym_pmd_gen1.c189 struct rte_crypto_sgl in_sgl, out_sgl; in qat_sym_build_op_cipher_gen1()
233 struct rte_crypto_sgl in_sgl, out_sgl; in qat_sym_build_op_auth_gen1()
279 struct rte_crypto_sgl in_sgl, out_sgl; in qat_sym_build_op_aead_gen1()
326 struct rte_crypto_sgl in_sgl = {0}, out_sgl = {0}; in qat_sym_build_op_chain_gen1()
H A Dqat_crypto_pmd_gen3.c268 struct rte_crypto_sgl in_sgl, out_sgl; in qat_sym_build_op_aead_gen3()
315 struct rte_crypto_sgl in_sgl, out_sgl; in qat_sym_build_op_auth_gen3()
H A Dqat_crypto_pmd_gen4.c145 struct rte_crypto_sgl in_sgl, out_sgl; in qat_sym_build_op_aead_gen4()
/dpdk/lib/ipsec/
H A Dmisc.h123 struct rte_crypto_sgl vecpkt[num]; in cpu_crypto_bulk()
/dpdk/drivers/crypto/ipsec_mb/
H A Dpmd_aesni_gcm.c581 struct rte_crypto_sgl *sgl, void *iv, void *aad, in aesni_gcm_process_gcm_sgl_op()
614 struct rte_crypto_sgl *sgl, void *iv, in aesni_gcm_process_gmac_sgl_op()
H A Dpmd_aesni_mb.c1824 check_crypto_sgl(union rte_crypto_sym_ofs so, const struct rte_crypto_sgl *sgl) in check_crypto_sgl()
/dpdk/doc/guides/prog_guide/
H A Dcryptodev_lib.rst664 descriptors of performed operations (``struct rte_crypto_sgl``). Each instance
665 of ``struct rte_crypto_sgl`` consists of a number of segments and a pointer to
/dpdk/app/test/
H A Dtest_cryptodev.c199 struct rte_crypto_sgl sgl, dest_sgl; in process_sym_raw_dp_op()
434 struct rte_crypto_sgl sgl; in process_cpu_aead_op()
480 struct rte_crypto_sgl sgl; in process_cpu_crypt_auth_op()