| /dpdk/lib/cryptodev/ |
| H A D | rte_crypto_sym.h | 48 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 D | dpaa_sec_raw_dp.c | 91 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 D | dpaa_sec.h | 138 struct rte_crypto_sgl *sgl, 139 struct rte_crypto_sgl *dest_sgl,
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_raw_dp.c | 26 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 D | dpaa2_sec_priv.h | 182 struct rte_crypto_sgl *sgl, 183 struct rte_crypto_sgl *dest_sgl,
|
| /dpdk/drivers/crypto/qat/dev/ |
| H A D | qat_crypto_pmd_gens.h | 218 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 D | qat_sym_pmd_gen1.c | 189 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 D | qat_crypto_pmd_gen3.c | 268 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 D | qat_crypto_pmd_gen4.c | 145 struct rte_crypto_sgl in_sgl, out_sgl; in qat_sym_build_op_aead_gen4()
|
| /dpdk/lib/ipsec/ |
| H A D | misc.h | 123 struct rte_crypto_sgl vecpkt[num]; in cpu_crypto_bulk()
|
| /dpdk/drivers/crypto/ipsec_mb/ |
| H A D | pmd_aesni_gcm.c | 581 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 D | pmd_aesni_mb.c | 1824 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 D | cryptodev_lib.rst | 664 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 D | test_cryptodev.c | 199 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()
|