Home
last modified time | relevance | path

Searched refs:RTE_CRYPTO_OP_SECURITY_SESSION (Results 1 – 11 of 11) sorted by relevance

/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()
/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()
H A Dsa.c553 cop[i]->sess_type = RTE_CRYPTO_OP_SECURITY_SESSION; in lksd_proto_cop_prepare()
/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_crypto.h65 RTE_CRYPTO_OP_SECURITY_SESSION /**< Security session crypto operation */ enumerator
/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/octeontx2/
H A Dotx2_cryptodev_ops.c732 if (op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) in otx2_cpt_enqueue_burst()
921 if (cop->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) { in otx2_cpt_dequeue_post_process()
/f-stack/dpdk/drivers/crypto/dpaa_sec/
H A Ddpaa_sec.c159 if (ctx->op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) { in dqrr_out_fq_cb_rx()
662 if (op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) { in dpaa_sec_deq()
1744 case RTE_CRYPTO_OP_SECURITY_SESSION: in dpaa_sec_enqueue_burst()
3129 if (ctx->op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) { in dpaa_sec_process_parallel_event()
3184 if (ctx->op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) { in dpaa_sec_process_atomic_event()
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd.c1022 } 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()
1837 if (op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) in aesni_mb_pmd_dequeue_burst()
/f-stack/dpdk/drivers/crypto/caam_jr/
H A Dcaam_jr.c629 if (ctx->op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) { in hw_poll_job_ring()
1363 case RTE_CRYPTO_OP_SECURITY_SESSION: in caam_jr_enqueue_op()
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c1360 else if (op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) in build_sec_fd()
1601 if (op->sess_type == RTE_CRYPTO_OP_SECURITY_SESSION) { in sec_fd_to_mbuf()
/f-stack/dpdk/app/test/
H A Dtest_ipsec.c853 RTE_CRYPTO_OP_SECURITY_SESSION, in lksd_proto_ipsec()