Searched refs:h_ctx (Results 1 – 2 of 2) sorted by relevance
1568 struct chcr_context *ctx = h_ctx(tfm); in create_hash_wr()1578 struct adapter *adap = padap(h_ctx(tfm)->dev); in create_hash_wr()1648 create_wreq(h_ctx(tfm), chcr_req, &req->base, req_ctx->hctx_wr.imm, in create_hash_wr()1662 struct uld_ctx *u_ctx = ULD_CTX(h_ctx(rtfm)); in chcr_ahash_update()1663 struct chcr_context *ctx = h_ctx(rtfm); in chcr_ahash_update()1664 struct chcr_dev *dev = h_ctx(rtfm)->dev; in chcr_ahash_update()1764 struct chcr_dev *dev = h_ctx(rtfm)->dev; in chcr_ahash_final()1767 struct uld_ctx *u_ctx = ULD_CTX(h_ctx(rtfm)); in chcr_ahash_final()1768 struct chcr_context *ctx = h_ctx(rtfm); in chcr_ahash_final()1834 struct chcr_dev *dev = h_ctx(rtfm)->dev; in chcr_ahash_finup()[all …]
168 static inline struct chcr_context *h_ctx(struct crypto_ahash *tfm) in h_ctx() function