Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c1496 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(tfm)); in create_hash_wr()
1498 struct uld_ctx *u_ctx = ULD_CTX(h_ctx(tfm)); in create_hash_wr()
1505 struct adapter *adap = padap(h_ctx(tfm)->dev); in create_hash_wr()
1524 FILL_SEC_CPL_OP_IVINSR(h_ctx(tfm)->tx_chan_id, 2, 0); in create_hash_wr()
1573 create_wreq(h_ctx(tfm), chcr_req, &req->base, req_ctx->hctx_wr.imm, in create_hash_wr()
1588 struct chcr_dev *dev = h_ctx(rtfm)->dev; in chcr_ahash_update()
1596 u_ctx = ULD_CTX(h_ctx(rtfm)); in chcr_ahash_update()
1614 h_ctx(rtfm)->tx_qidx))) { in chcr_ahash_update()
1661 set_wr_txq(skb, CPL_PRIORITY_DATA, h_ctx(rtfm)->tx_qidx); in chcr_ahash_update()
1686 struct chcr_dev *dev = h_ctx(rtfm)->dev; in chcr_ahash_final()
[all …]
Dchcr_crypto.h168 static inline struct chcr_context *h_ctx(struct crypto_ahash *tfm) in h_ctx() function