Home
last modified time | relevance | path

Searched refs:rte_crypto_sym_op (Results 1 – 25 of 45) sorted by relevance

12

/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_crypto_sym.h591 struct rte_crypto_sym_op { struct
861 __rte_crypto_sym_op_reset(struct rte_crypto_sym_op *op) in __rte_crypto_sym_op_reset()
878 __rte_crypto_sym_op_sym_xforms_alloc(struct rte_crypto_sym_op *sym_op, in __rte_crypto_sym_op_sym_xforms_alloc()
901 __rte_crypto_sym_op_attach_sym_session(struct rte_crypto_sym_op *sym_op, in __rte_crypto_sym_op_attach_sym_session()
H A Drte_crypto.h118 struct rte_crypto_sym_op sym[0];
316 sizeof(struct rte_crypto_sym_op)); in __rte_crypto_op_get_priv_data()
362 sizeof(struct rte_crypto_sym_op)))) in rte_crypto_sym_op_alloc_from_mbuf_priv_data()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym.h85 struct rte_crypto_sym_op *sym_op = op->sym; in qat_bpicipher_postprocess()
142 struct rte_crypto_sym_op *sym_op = op->sym; in qat_crc_verify()
166 struct rte_crypto_sym_op *sym_op = op->sym; in qat_crc_generate()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_ipsec_po_ops.h62 struct rte_crypto_sym_op *sym_op = cop->sym; in process_outb_sa()
144 struct rte_crypto_sym_op *sym_op = cop->sym; in process_inb_sa()
/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym.c29 struct rte_crypto_sym_op *sym_op = op->sym; in process_crypto_cipher_op()
131 struct rte_crypto_sym_op *sym_op = op->sym; in process_crypto_combined_op()
208 struct rte_crypto_sym_op *sym_op = op->sym; in process_crypto_aead_op()
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c24 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_security()
92 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_null_cipher()
131 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_null_auth()
170 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_cipher()
226 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_auth()
326 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_cipher_auth()
444 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_aead()
H A Dcperf_test_throughput.c82 sizeof(struct rte_crypto_sym_op); in cperf_throughput_test_constructor()
143 sizeof(struct rte_crypto_sym_op); in cperf_throughput_test_runner()
H A Dcperf_test_latency.c84 sizeof(struct rte_crypto_sym_op) + in cperf_latency_test_constructor()
167 sizeof(struct rte_crypto_sym_op) + in cperf_latency_test_runner()
H A Dcperf_test_verify.c75 sizeof(struct rte_crypto_sym_op); in cperf_verify_test_constructor()
275 sizeof(struct rte_crypto_sym_op); in cperf_verify_test_runner()
H A Dcperf_test_pmd_cyclecount.c57 sizeof(struct rte_crypto_op) + sizeof(struct rte_crypto_sym_op);
121 sizeof(struct rte_crypto_sym_op); in cperf_pmd_cyclecount_test_constructor()
H A Dcperf_test_common.c141 sizeof(struct rte_crypto_sym_op); in cperf_alloc_common_memory()
/f-stack/dpdk/examples/ipsec-secgw/
H A Dipsec.h29 sizeof(struct rte_crypto_sym_op))
178 struct rte_crypto_sym_op sym_cop;
H A Desp.c29 struct rte_crypto_sym_op *sym_cop; in esp_inbound()
229 struct rte_crypto_sym_op *sym_cop; in esp_outbound()
/f-stack/dpdk/lib/librte_ipsec/
H A Dcrypto.h172 struct rte_crypto_sym_op *sop; in lksd_none_cop_prepare()
H A Desp_inb.c27 sop_ciph_auth_prepare(struct rte_crypto_sym_op *sop, in sop_ciph_auth_prepare()
44 sop_aead_prepare(struct rte_crypto_sym_op *sop, in sop_aead_prepare()
64 struct rte_crypto_sym_op *sop; in inb_cop_prepare()
H A Desp_outb.c27 sop_ciph_auth_prepare(struct rte_crypto_sym_op *sop, in sop_ciph_auth_prepare()
44 sop_aead_prepare(struct rte_crypto_sym_op *sop, in sop_aead_prepare()
64 struct rte_crypto_sym_op *sop; in outb_cop_prepare()
/f-stack/dpdk/app/test/
H A Dtest_event_crypto_adapter.c42 sizeof(struct rte_crypto_sym_op) + \
168 struct rte_crypto_sym_op *sym_op; in test_op_forward_mode()
368 struct rte_crypto_sym_op *sym_op; in test_op_new_mode()
H A Dtest_cryptodev.h50 sizeof(struct rte_crypto_sym_op) + DEFAULT_NUM_XFORMS * \
/f-stack/dpdk/examples/fips_validation/
H A Dfips_dev_self_test.c10 #define IV_OFF (sizeof(struct rte_crypto_op) + sizeof(struct rte_crypto_sym_op))
1180 struct rte_crypto_sym_op *sym = op->sym; in prepare_cipher_op()
1219 struct rte_crypto_sym_op *sym = op->sym; in prepare_auth_op()
1258 struct rte_crypto_sym_op *sym = op->sym; in prepare_aead_op()
/f-stack/dpdk/lib/librte_security/
H A Drte_security.h542 __rte_security_attach_session(struct rte_crypto_sym_op *sym_op, in __rte_security_attach_session()
/f-stack/dpdk/drivers/crypto/null/
H A Dnull_crypto_pmd.c76 struct rte_crypto_sym_op *sym_op = op->sym; in get_session()
/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_rxtx.c116 struct rte_crypto_sym_op *sym_op = cop->sym; in virtqueue_crypto_sym_pkt_header_arrange()
208 struct rte_crypto_sym_op *sym_op = cop->sym; in virtqueue_crypto_sym_enqueue_xmit()
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c712 struct rte_crypto_sym_op *sym = op->sym; in build_auth_only_sg()
798 struct rte_crypto_sym_op *sym = op->sym; in build_auth_only()
862 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_only_sg()
978 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_only()
1052 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth_sg()
1196 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth()
1307 struct rte_crypto_sym_op *sym = op->sym; in build_proto()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.h721 (sizeof(struct rte_crypto_op) + sizeof(struct rte_crypto_sym_op))
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c698 struct rte_crypto_sym_op *sym = op->sym; in build_auth_only_sg()
827 struct rte_crypto_sym_op *sym = op->sym; in build_auth_only()
922 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_only_sg()
1031 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_only()
1101 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth_gcm_sg()
1238 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth_gcm()
1350 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth_sg()
1476 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth()
1572 struct rte_crypto_sym_op *sym = op->sym; in build_proto()
1611 struct rte_crypto_sym_op *sym = op->sym; in build_proto_sg()

12