Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c2189 struct uld_ctx *u_ctx = ULD_CTX(a_ctx(tfm)); in chcr_aead_common_exit()
2197 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in chcr_aead_common_init()
2212 error = chcr_aead_dma_map(&ULD_CTX(a_ctx(tfm))->lldi.pdev->dev, req, in chcr_aead_common_init()
2244 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in chcr_aead_fallback()
2262 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in create_authenc_wr()
2278 struct adapter *adap = padap(a_ctx(tfm)->dev); in create_authenc_wr()
2334 FILL_SEC_CPL_OP_IVINSR(a_ctx(tfm)->dev->rx_channel_id, 2, in create_authenc_wr()
2387 create_wreq(a_ctx(tfm), chcr_req, &req->base, reqctx->imm, size, in create_authenc_wr()
2515 struct chcr_context *ctx = a_ctx(tfm); in chcr_add_aead_dst_ent()
2762 struct chcr_aead_ctx *aeadctx = AEAD_CTX(a_ctx(tfm)); in fill_sec_cpl_for_aead()
[all …]
Dchcr_crypto.h157 static inline struct chcr_context *a_ctx(struct crypto_aead *tfm) in a_ctx() function