Home
last modified time | relevance | path

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

123

/dpdk/lib/cryptodev/
H A Drte_crypto_sym.h615 struct rte_crypto_sym_op { struct
886 __rte_crypto_sym_op_reset(struct rte_crypto_sym_op *op) in __rte_crypto_sym_op_reset()
903 __rte_crypto_sym_op_sym_xforms_alloc(struct rte_crypto_sym_op *sym_op, in __rte_crypto_sym_op_sym_xforms_alloc()
926 __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.h135 struct rte_crypto_sym_op sym[0];
335 sizeof(struct rte_crypto_sym_op)); in __rte_crypto_op_get_priv_data()
381 sizeof(struct rte_crypto_sym_op)))) in rte_crypto_sym_op_alloc_from_mbuf_priv_data()
/dpdk/drivers/crypto/cnxk/
H A Dcn10k_ipsec_la_ops.h54 struct rte_crypto_sym_op *sym_op = cop->sym; in process_outb_sa()
99 struct rte_crypto_sym_op *sym_op = cop->sym; in process_inb_sa()
H A Dcn9k_ipsec_la_ops.h78 struct rte_crypto_sym_op *sym_op = cop->sym; in process_outb_sa()
136 struct rte_crypto_sym_op *sym_op = cop->sym; in process_inb_sa()
H A Dcn9k_cryptodev_ops.c45 struct rte_crypto_sym_op *sym_op = op->sym; in cn9k_cpt_sec_inst_fill()
74 struct rte_crypto_sym_op *sym_op = op->sym; in cn9k_cpt_sym_temp_sess_create()
107 struct rte_crypto_sym_op *sym_op; in cn9k_cpt_inst_prep()
388 struct rte_crypto_sym_op *sym_op = cop->sym; in cn9k_cpt_sec_post_process()
H A Dcn10k_cryptodev_ops.c25 struct rte_crypto_sym_op *sym_op = op->sym; in cn10k_cpt_sym_temp_sess_create()
55 struct rte_crypto_sym_op *sym_op = op->sym; in cpt_sec_inst_fill()
104 struct rte_crypto_sym_op *sym_op; in cn10k_cpt_fill_inst()
/dpdk/drivers/crypto/qat/
H A Dqat_sym.h168 struct rte_crypto_sym_op *sym_op = op->sym; in qat_bpicipher_postprocess()
225 struct rte_crypto_sym_op *sym_op = op->sym; in qat_crc_verify()
249 struct rte_crypto_sym_op *sym_op = op->sym; in qat_crc_generate()
/dpdk/app/test-crypto-perf/
H A Dcperf_ops.c68 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_security()
148 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_security_ipsec()
174 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_security_ipsec()
200 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_null_cipher()
240 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_null_auth()
280 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_cipher()
337 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_auth()
438 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_cipher_auth()
557 struct rte_crypto_sym_op *sym_op = ops[i]->sym; in cperf_set_ops_aead()
H A Dcperf_test_throughput.c86 sizeof(struct rte_crypto_sym_op); in cperf_throughput_test_constructor()
148 sizeof(struct rte_crypto_sym_op); in cperf_throughput_test_runner()
H A Dcperf_test_verify.c74 sizeof(struct rte_crypto_sym_op); in cperf_verify_test_constructor()
238 sizeof(struct rte_crypto_sym_op); in cperf_verify_test_runner()
H A Dcperf_test_latency.c83 sizeof(struct rte_crypto_sym_op) + in cperf_latency_test_constructor()
166 sizeof(struct rte_crypto_sym_op) + in cperf_latency_test_runner()
H A Dcperf_test_pmd_cyclecount.c57 sizeof(struct rte_crypto_op) + sizeof(struct rte_crypto_sym_op);
118 sizeof(struct rte_crypto_sym_op); in cperf_pmd_cyclecount_test_constructor()
/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()
/dpdk/examples/ipsec-secgw/
H A Dipsec.h27 sizeof(struct rte_crypto_sym_op))
186 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()
/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()
/dpdk/app/test/
H A Dtest_event_crypto_adapter.c53 sizeof(struct rte_crypto_sym_op) + \
183 struct rte_crypto_sym_op *sym_op; in test_op_forward_mode()
382 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 * \
/dpdk/drivers/crypto/null/
H A Dnull_crypto_pmd.c76 struct rte_crypto_sym_op *sym_op = op->sym; in get_session()
/dpdk/lib/ipsec/
H A Dcrypto.h309 struct rte_crypto_sym_op *sop; in lksd_none_cop_prepare()
H A Desp_inb.c26 sop_ciph_auth_prepare(struct rte_crypto_sym_op *sop, in sop_ciph_auth_prepare()
43 sop_aead_prepare(struct rte_crypto_sym_op *sop, in sop_aead_prepare()
63 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()
/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()
/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()
/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c669 struct rte_crypto_sym_op *sym_op; in dpaa_sec_dump()
883 struct rte_crypto_sym_op *sym = op->sym; in build_auth_only_sg()
1012 struct rte_crypto_sym_op *sym = op->sym; in build_auth_only()
1107 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_only_sg()
1216 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_only()
1286 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth_gcm_sg()
1423 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth_gcm()
1535 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth_sg()
1661 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth()
1757 struct rte_crypto_sym_op *sym = op->sym; in build_proto()
[all …]

123