Home
last modified time | relevance | path

Searched refs:req_op (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/crypto/nitrox/
H A Dnitrox_sym_ctx.h82 uint8_t req_op; member
H A Dnitrox_sym_reqmgr.c216 sr->instr.irh.s.arg = ctx->req_op; in create_se_instr()
424 if (sr->ctx->req_op == NITROX_OP_DECRYPT && in extract_cipher_auth_digest()
526 if (ctx->req_op == NITROX_OP_DECRYPT) in create_aead_inbuf()
544 if (ctx->req_op == NITROX_OP_ENCRYPT) in create_aead_oop_outbuf()
565 if (ctx->req_op == NITROX_OP_ENCRYPT) { in create_aead_inplace_outbuf()
568 } else if (ctx->req_op == NITROX_OP_DECRYPT) { in create_aead_inplace_outbuf()
H A Dnitrox_sym.c406 ctx->req_op = (xform->op == RTE_CRYPTO_CIPHER_OP_ENCRYPT) ? in configure_cipher_ctx()
523 ctx->req_op = (xform->op == RTE_CRYPTO_AEAD_OP_ENCRYPT) ? in configure_aead_ctx()