| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_crypto.h | 94 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 D | rte_cryptodev_pmd.h | 354 enum rte_crypto_op_sess_type sess_type,
|
| H A D | rte_cryptodev.h | 1558 enum rte_crypto_op_sess_type sess_type,
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | rte_ipsec_group.h | 50 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 D | crypto.h | 177 cop->sess_type = RTE_CRYPTO_OP_WITH_SESSION; in lksd_none_cop_prepare()
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_sym.h | 193 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 D | qat_asym.c | 475 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 D | qat_sym.c | 176 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 D | rte_ccp_pmd.c | 159 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 D | null_crypto_pmd.c | 58 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 D | otx2_evdev_crypto_adptr_dp.h | 40 if (unlikely(cop->sess_type == RTE_CRYPTO_OP_SESSIONLESS)) { in otx2_ca_deq_post_process()
|
| /f-stack/dpdk/drivers/crypto/kasumi/ |
| H A D | rte_kasumi_pmd.c | 135 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 D | rte_snow3g_pmd.c | 145 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 D | otx2_cryptodev_ops.c | 732 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 D | rte_event_crypto_adapter.c | 352 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 D | event_crypto_adapter.rst | 220 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 D | rte_security.h | 579 op->sess_type = RTE_CRYPTO_OP_SECURITY_SESSION; in rte_security_attach_session()
|
| /f-stack/dpdk/drivers/crypto/zuc/ |
| H A D | rte_zuc_pmd.c | 135 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 D | cperf_test_common.c | 98 op->sess_type = RTE_CRYPTO_OP_WITH_SESSION; in mempool_obj_init()
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_ops.c | 617 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 D | rte_armv8_pmd.c | 521 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 D | bcmfs_sym_session.c | 209 if (unlikely(op->sess_type == RTE_CRYPTO_OP_SESSIONLESS)) { in bcmfs_sym_get_session()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_event_crypto_adapter.c | 223 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 D | rte_aesni_mb_pmd.c | 1015 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 D | aesni_gcm_pmd.c | 170 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()
|