Searched refs:rtfm (Results 1 – 1 of 1) sorted by relevance
1563 struct crypto_ahash *rtfm = crypto_ahash_reqtfm(req); in chcr_ahash_update() local1571 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_update()1572 u_ctx = ULD_CTX(h_ctx(rtfm)); in chcr_ahash_update()1574 h_ctx(rtfm)->tx_qidx))) { in chcr_ahash_update()1593 get_alg_config(¶ms.alg_prm, crypto_ahash_digestsize(rtfm)); in chcr_ahash_update()1626 set_wr_txq(skb, CPL_PRIORITY_DATA, h_ctx(rtfm)->tx_qidx); in chcr_ahash_update()1648 struct crypto_ahash *rtfm = crypto_ahash_reqtfm(req); in chcr_ahash_final() local1652 u8 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_final()1655 u_ctx = ULD_CTX(h_ctx(rtfm)); in chcr_ahash_final()1656 if (is_hmac(crypto_ahash_tfm(rtfm))) in chcr_ahash_final()[all …]