Searched refs:h_ctx (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/crypto/chelsio/ |
D | chcr_algo.c | 1473 struct hmac_ctx *hmacctx = HMAC_CTX(h_ctx(tfm)); in create_hash_wr() 1475 struct uld_ctx *u_ctx = ULD_CTX(h_ctx(tfm)); in create_hash_wr() 1482 struct adapter *adap = padap(h_ctx(tfm)->dev); in create_hash_wr() 1501 FILL_SEC_CPL_OP_IVINSR(h_ctx(tfm)->dev->rx_channel_id, 2, 0); in create_hash_wr() 1550 create_wreq(h_ctx(tfm), chcr_req, &req->base, req_ctx->hctx_wr.imm, in create_hash_wr() 1572 u_ctx = ULD_CTX(h_ctx(rtfm)); in chcr_ahash_update() 1574 h_ctx(rtfm)->tx_qidx))) { in chcr_ahash_update() 1626 set_wr_txq(skb, CPL_PRIORITY_DATA, h_ctx(rtfm)->tx_qidx); in chcr_ahash_update() 1655 u_ctx = ULD_CTX(h_ctx(rtfm)); in chcr_ahash_final() 1693 set_wr_txq(skb, CPL_PRIORITY_DATA, h_ctx(rtfm)->tx_qidx); in chcr_ahash_final() [all …]
|
D | chcr_crypto.h | 167 static inline struct chcr_context *h_ctx(struct crypto_ahash *tfm) in h_ctx() function
|