Home
last modified time | relevance | path

Searched refs:rq_ctx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c141 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_aes_aead_cipher() local
175 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() local
293 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() local
381 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() local
406 if (tfm_ctx->authsize != XILINX_AES_AUTH_SIZE && rq_ctx->op == XILINX_AES_DECRYPT) in versal_fallback_check()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.h267 struct qmem *rq_ctx; member