Searched refs:rq_ctx (Results 1 – 2 of 2) sorted by relevance
141 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_aes_aead_cipher() local175 hwreq->op = rq_ctx->op; in zynqmp_aes_aead_cipher()245 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in versal_aes_aead_cipher() local293 if (rq_ctx->op == XILINX_AES_ENCRYPT) { in versal_aes_aead_cipher()330 if (rq_ctx->op == XILINX_AES_ENCRYPT) { in versal_aes_aead_cipher()379 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_fallback_check() local381 if (tfm_ctx->authsize != XILINX_AES_AUTH_SIZE && rq_ctx->op == XILINX_AES_DECRYPT) in zynqmp_fallback_check()394 if (rq_ctx->op == XILINX_AES_DECRYPT && in zynqmp_fallback_check()404 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in versal_fallback_check() local406 if (tfm_ctx->authsize != XILINX_AES_AUTH_SIZE && rq_ctx->op == XILINX_AES_DECRYPT) in versal_fallback_check()[all …]
267 struct qmem *rq_ctx; member