Home
last modified time | relevance | path

Searched refs:sess_type (Results 1 – 25 of 40) sorted by relevance

12

/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_crypto.h94 uint8_t sess_type; member
138 op->sess_type = RTE_CRYPTO_OP_SESSIONLESS; in __rte_crypto_op_reset()
418 op->sess_type = RTE_CRYPTO_OP_WITH_SESSION; in rte_crypto_op_attach_sym_session()
436 op->sess_type = RTE_CRYPTO_OP_WITH_SESSION; in rte_crypto_op_attach_asym_session()
H A Drte_cryptodev_pmd.h354 enum rte_crypto_op_sess_type sess_type,
H A Drte_cryptodev.h1558 enum rte_crypto_op_sess_type sess_type,
/f-stack/dpdk/lib/librte_ipsec/
H A Drte_ipsec_group.h50 if (cop->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) { in rte_ipsec_ses_from_crypto()
53 } else if (cop->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in rte_ipsec_ses_from_crypto()
H A Dcrypto.h177 cop->sess_type = RTE_CRYPTO_OP_WITH_SESSION; in lksd_none_cop_prepare()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_sym.h193 if (op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) { in qat_sym_preprocess_requests()
237 if (rx_op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) { in qat_sym_process_response()
271 enum rte_crypto_op_sess_type sess_type,
H A Dqat_asym.c475 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in qat_asym_build_request()
489 } else if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in qat_asym_build_request()
694 if (rx_op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in qat_asym_process_response()
698 } else if (rx_op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in qat_asym_process_response()
H A Dqat_sym.c176 if (unlikely(op->sess_type == RTE_CRYPTO_OP_SESSIONLESS)) { in qat_sym_build_request()
180 } else if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in qat_sym_build_request()
/f-stack/dpdk/drivers/crypto/ccp/
H A Drte_ccp_pmd.c159 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in get_ccp_session()
167 } else if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in get_ccp_session()
266 if (unlikely(ops[i]->sess_type == in ccp_pmd_dequeue_burst()
/f-stack/dpdk/drivers/crypto/null/
H A Dnull_crypto_pmd.c58 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in process_op()
78 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in get_session()
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_crypto_adptr_dp.h40 if (unlikely(cop->sess_type == RTE_CRYPTO_OP_SESSIONLESS)) { in otx2_ca_deq_post_process()
/f-stack/dpdk/drivers/crypto/kasumi/
H A Drte_kasumi_pmd.c135 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in kasumi_get_session()
325 if (ops[i]->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in process_ops()
382 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in process_op_bit()
/f-stack/dpdk/drivers/crypto/snow3g/
H A Drte_snow3g_pmd.c145 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in snow3g_get_session()
350 if (ops[i]->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in process_ops()
407 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in process_op_bit()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_ops.c732 if (op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) in otx2_cpt_enqueue_burst()
734 else if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) in otx2_cpt_enqueue_burst()
740 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) in otx2_cpt_enqueue_burst()
921 if (cop->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) { in otx2_cpt_dequeue_post_process()
945 if (unlikely(cop->sess_type == RTE_CRYPTO_OP_SESSIONLESS)) { in otx2_cpt_dequeue_post_process()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_crypto_adapter.c352 if (crypto_op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in eca_enq_to_cryptodev()
372 } else if (crypto_op->sess_type == RTE_CRYPTO_OP_SESSIONLESS && in eca_enq_to_cryptodev()
521 if (ops[i]->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in eca_ops_enqueue_burst()
524 } else if (ops[i]->sess_type == RTE_CRYPTO_OP_SESSIONLESS && in eca_ops_enqueue_burst()
/f-stack/dpdk/doc/guides/prog_guide/
H A Devent_crypto_adapter.rst220 The SW adapter or HW PMD uses ``rte_crypto_op::sess_type`` to
253 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) {
264 } if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) {
/f-stack/dpdk/lib/librte_security/
H A Drte_security.h579 op->sess_type = RTE_CRYPTO_OP_SECURITY_SESSION; in rte_security_attach_session()
/f-stack/dpdk/drivers/crypto/zuc/
H A Drte_zuc_pmd.c135 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in zuc_get_session()
339 if (ops[i]->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in process_ops()
/f-stack/dpdk/app/test-crypto-perf/
H A Dcperf_test_common.c98 op->sess_type = RTE_CRYPTO_OP_WITH_SESSION; in mempool_obj_init()
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_ops.c617 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) in otx_cpt_enq_single()
625 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) in otx_cpt_enq_single()
892 if (unlikely(cop->sess_type == RTE_CRYPTO_OP_SESSIONLESS)) { in otx_cpt_pkt_dequeue()
/f-stack/dpdk/drivers/crypto/armv8/
H A Drte_armv8_pmd.c521 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in get_session()
675 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in process_op()
/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym_session.c209 if (unlikely(op->sess_type == RTE_CRYPTO_OP_SESSIONLESS)) { in bcmfs_sym_get_session()
/f-stack/dpdk/app/test/
H A Dtest_event_crypto_adapter.c223 op->sess_type = RTE_CRYPTO_OP_SESSIONLESS; in test_op_forward_mode()
417 op->sess_type = RTE_CRYPTO_OP_SESSIONLESS; in test_op_new_mode()
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd.c1015 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in get_session()
1022 } else if (op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) { in get_session()
1636 if (op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) { in post_process_mb_job()
1688 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in post_process_mb_job()
1837 if (op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) in aesni_mb_pmd_dequeue_burst()
/f-stack/dpdk/drivers/crypto/aesni_gcm/
H A Daesni_gcm_pmd.c170 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in aesni_gcm_get_session()
714 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in handle_completed_gcm_crypto_op()

12