Home
last modified time | relevance | path

Searched refs:RTE_CRYPTO_OP_SESSIONLESS (Results 1 – 24 of 24) sorted by relevance

/f-stack/dpdk/lib/librte_cryptodev/
H A Drte_crypto.h64 RTE_CRYPTO_OP_SESSIONLESS, /**< Session-less crypto operation */ enumerator
138 op->sess_type = RTE_CRYPTO_OP_SESSIONLESS; in __rte_crypto_op_reset()
/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/ccp/
H A Drte_ccp_pmd.c167 } else if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in get_ccp_session()
267 RTE_CRYPTO_OP_SESSIONLESS)) { 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()
/f-stack/dpdk/drivers/crypto/kasumi/
H A Drte_kasumi_pmd.c325 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.c350 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/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()
H A Dtest_cryptodev_asym.c476 op->sess_type = RTE_CRYPTO_OP_SESSIONLESS; in test_cryptodev_asym_op()
H A Dtest_cryptodev.c9804 RTE_CRYPTO_OP_SESSIONLESS, in test_authenticated_encryption_sessionless()
9912 RTE_CRYPTO_OP_SESSIONLESS, in test_authenticated_decryption_sessionless()
/f-stack/dpdk/drivers/crypto/qat/
H A Dqat_asym.c489 } else if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in qat_asym_build_request()
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()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_crypto_adapter.c372 } else if (crypto_op->sess_type == RTE_CRYPTO_OP_SESSIONLESS && in eca_enq_to_cryptodev()
524 } else if (ops[i]->sess_type == RTE_CRYPTO_OP_SESSIONLESS && in eca_ops_enqueue_burst()
/f-stack/dpdk/drivers/crypto/zuc/
H A Drte_zuc_pmd.c339 if (ops[i]->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in process_ops()
/f-stack/dpdk/drivers/crypto/armv8/
H A Drte_armv8_pmd.c675 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in process_op()
/f-stack/dpdk/doc/guides/prog_guide/
H A Devent_crypto_adapter.rst264 } if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) {
H A Dcryptodev_lib.rst1027 Member sess_type of rte_crypto_op should also be set to RTE_CRYPTO_OP_SESSIONLESS.
/f-stack/dpdk/drivers/crypto/mvsam/
H A Drte_mrvl_pmd.c494 if (unlikely(op->sess_type == RTE_CRYPTO_OP_SESSIONLESS)) { in mrvl_request_prepare()
/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_ops.c892 if (unlikely(cop->sess_type == RTE_CRYPTO_OP_SESSIONLESS)) { in otx_cpt_pkt_dequeue()
/f-stack/dpdk/drivers/crypto/aesni_gcm/
H A Daesni_gcm_pmd.c714 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in handle_completed_gcm_crypto_op()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_ops.c945 if (unlikely(cop->sess_type == RTE_CRYPTO_OP_SESSIONLESS)) { in otx2_cpt_dequeue_post_process()
/f-stack/dpdk/drivers/crypto/openssl/
H A Drte_openssl_pmd.c2103 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in process_op()
/f-stack/dpdk/drivers/crypto/aesni_mb/
H A Drte_aesni_mb_pmd.c1688 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in post_process_mb_job()
/f-stack/dpdk/drivers/crypto/dpaa2_sec/
H A Ddpaa2_sec_dpseci.c1449 if (ops[0]->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in dpaa2_sec_enqueue_burst()