| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_crypto.h | 63 RTE_CRYPTO_OP_WITH_SESSION, /**< Session based crypto operation */ enumerator 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()
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | rte_ipsec_group.h | 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/null/ |
| H A D | null_crypto_pmd.c | 78 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in get_session()
|
| /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/ccp/ |
| H A D | rte_ccp_pmd.c | 159 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in get_ccp_session()
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_asym.c | 475 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in qat_asym_build_request() 694 if (rx_op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in qat_asym_process_response()
|
| H A D | qat_sym.c | 180 } else if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in qat_sym_build_request()
|
| H A D | qat_sym_hw_dp.c | 913 if (sess_type != RTE_CRYPTO_OP_WITH_SESSION) in qat_sym_configure_dp_ctx()
|
| /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()
|
| /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() 521 if (ops[i]->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in eca_ops_enqueue_burst()
|
| /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()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev_ops.c | 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()
|
| /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()
|
| /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()
|
| /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()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | event_crypto_adapter.rst | 253 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) {
|
| /f-stack/dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_sym.c | 616 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in get_crypto_ctx()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost_crypto.c | 940 op->sess_type = RTE_CRYPTO_OP_WITH_SESSION; in prepare_sym_cipher_op() 1147 op->sess_type = RTE_CRYPTO_OP_WITH_SESSION; in prepare_sym_chain_op()
|
| /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()
|
| /f-stack/dpdk/drivers/crypto/openssl/ |
| H A D | rte_openssl_pmd.c | 740 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in get_session()
|
| /f-stack/dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr.c | 1358 case RTE_CRYPTO_OP_WITH_SESSION: in caam_jr_enqueue_op()
|
| /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()
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_table_action.c | 1933 op->sess_type = RTE_CRYPTO_OP_WITH_SESSION; in pkt_work_sym_crypto()
|
| /f-stack/dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 1737 case RTE_CRYPTO_OP_WITH_SESSION: in dpaa_sec_enqueue_burst()
|