Home
last modified time | relevance | path

Searched refs:RTE_CRYPTO_OP_WITH_SESSION (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_crypto.h63 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 Drte_ipsec_group.h53 } 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/null/
H A Dnull_crypto_pmd.c78 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in get_session()
/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/ccp/
H A Drte_ccp_pmd.c159 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in get_ccp_session()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_asym.c475 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 Dqat_sym.c180 } else if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in qat_sym_build_request()
H A Dqat_sym_hw_dp.c913 if (sess_type != RTE_CRYPTO_OP_WITH_SESSION) in qat_sym_configure_dp_ctx()
/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()
/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()
521 if (ops[i]->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in eca_ops_enqueue_burst()
/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()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_ops.c734 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 Drte_kasumi_pmd.c135 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in kasumi_get_session()
/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()
/f-stack/dpdk/drivers/crypto/armv8/
H A Drte_armv8_pmd.c521 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in get_session()
/f-stack/dpdk/doc/guides/prog_guide/
H A Devent_crypto_adapter.rst253 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) {
/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym.c616 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in get_crypto_ctx()
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_crypto.c940 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 Daesni_gcm_pmd.c170 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in aesni_gcm_get_session()
/f-stack/dpdk/drivers/crypto/openssl/
H A Drte_openssl_pmd.c740 if (op->sess_type == RTE_CRYPTO_OP_WITH_SESSION) { in get_session()
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c1358 case RTE_CRYPTO_OP_WITH_SESSION: in caam_jr_enqueue_op()
/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()
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c1933 op->sess_type = RTE_CRYPTO_OP_WITH_SESSION; in pkt_work_sym_crypto()
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c1737 case RTE_CRYPTO_OP_WITH_SESSION: in dpaa_sec_enqueue_burst()

12