Lines Matching refs:cop
26 struct rte_crypto_op *cop) in esp_inbound() argument
38 RTE_ASSERT(cop != NULL); in esp_inbound()
61 sym_cop = get_sym_cop(cop); in esp_inbound()
98 uint8_t *iv_ptr = rte_crypto_op_ctod_offset(cop, in esp_inbound()
145 struct rte_crypto_op *cop) in esp_inbound_post() argument
156 RTE_ASSERT(cop != NULL); in esp_inbound_post()
164 cop->status = RTE_CRYPTO_OP_STATUS_ERROR; in esp_inbound_post()
166 cop->status = RTE_CRYPTO_OP_STATUS_SUCCESS; in esp_inbound_post()
168 cop->status = RTE_CRYPTO_OP_STATUS_NOT_PROCESSED; in esp_inbound_post()
171 if (cop->status != RTE_CRYPTO_OP_STATUS_SUCCESS) { in esp_inbound_post()
223 struct rte_crypto_op *cop) in esp_outbound() argument
367 RTE_ASSERT(cop != NULL); in esp_outbound()
368 sym_cop = get_sym_cop(cop); in esp_outbound()
457 struct rte_crypto_op *cop) in esp_outbound_post() argument
469 RTE_ASSERT(cop != NULL); in esp_outbound_post()
470 if (cop->status != RTE_CRYPTO_OP_STATUS_SUCCESS) { in esp_outbound_post()