| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_crypto.h | 64 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 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/ccp/ |
| H A D | rte_ccp_pmd.c | 167 } 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 D | null_crypto_pmd.c | 58 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in process_op()
|
| /f-stack/dpdk/drivers/crypto/kasumi/ |
| H A D | rte_kasumi_pmd.c | 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 | 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/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()
|
| H A D | test_cryptodev_asym.c | 476 op->sess_type = RTE_CRYPTO_OP_SESSIONLESS; in test_cryptodev_asym_op()
|
| H A D | test_cryptodev.c | 9804 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 D | qat_asym.c | 489 } 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 D | qat_sym.c | 176 if (unlikely(op->sess_type == RTE_CRYPTO_OP_SESSIONLESS)) { in qat_sym_build_request()
|
| /f-stack/dpdk/lib/librte_eventdev/ |
| H A D | rte_event_crypto_adapter.c | 372 } 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 D | rte_zuc_pmd.c | 339 if (ops[i]->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in process_ops()
|
| /f-stack/dpdk/drivers/crypto/armv8/ |
| H A D | rte_armv8_pmd.c | 675 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in process_op()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | event_crypto_adapter.rst | 264 } if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) {
|
| H A D | cryptodev_lib.rst | 1027 Member sess_type of rte_crypto_op should also be set to RTE_CRYPTO_OP_SESSIONLESS.
|
| /f-stack/dpdk/drivers/crypto/mvsam/ |
| H A D | rte_mrvl_pmd.c | 494 if (unlikely(op->sess_type == RTE_CRYPTO_OP_SESSIONLESS)) { in mrvl_request_prepare()
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_ops.c | 892 if (unlikely(cop->sess_type == RTE_CRYPTO_OP_SESSIONLESS)) { in otx_cpt_pkt_dequeue()
|
| /f-stack/dpdk/drivers/crypto/aesni_gcm/ |
| H A D | aesni_gcm_pmd.c | 714 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in handle_completed_gcm_crypto_op()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev_ops.c | 945 if (unlikely(cop->sess_type == RTE_CRYPTO_OP_SESSIONLESS)) { in otx2_cpt_dequeue_post_process()
|
| /f-stack/dpdk/drivers/crypto/openssl/ |
| H A D | rte_openssl_pmd.c | 2103 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in process_op()
|
| /f-stack/dpdk/drivers/crypto/aesni_mb/ |
| H A D | rte_aesni_mb_pmd.c | 1688 if (op->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in post_process_mb_job()
|
| /f-stack/dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 1449 if (ops[0]->sess_type == RTE_CRYPTO_OP_SESSIONLESS) { in dpaa2_sec_enqueue_burst()
|