Searched refs:a_ctx (Results 1 – 2 of 2) sorted by relevance
220 struct chcr_dev *dev = a_ctx(tfm)->dev; in chcr_handle_aead_resp()2257 struct uld_ctx *u_ctx = ULD_CTX(a_ctx(tfm)); in chcr_aead_common_exit()2265 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in chcr_aead_common_init()2280 error = chcr_aead_dma_map(&ULD_CTX(a_ctx(tfm))->lldi.pdev->dev, req, in chcr_aead_common_init()2309 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in chcr_aead_fallback()2327 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in create_authenc_wr()2343 struct adapter *adap = padap(a_ctx(tfm)->dev); in create_authenc_wr()2395 FILL_SEC_CPL_OP_IVINSR(a_ctx(tfm)->tx_chan_id, 2, 1); in create_authenc_wr()2449 create_wreq(a_ctx(tfm), chcr_req, &req->base, reqctx->imm, size, in create_authenc_wr()2568 struct chcr_context *ctx = a_ctx(tfm); in chcr_add_aead_dst_ent()[all …]
158 static inline struct chcr_context *a_ctx(struct crypto_aead *tfm) in a_ctx() function