Home
last modified time | relevance | path

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

/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c1625 struct crypto_ahash *rtfm = crypto_ahash_reqtfm(req); in chcr_ahash_update() local
1626 struct uld_ctx *u_ctx = ULD_CTX(h_ctx(rtfm)); in chcr_ahash_update()
1627 struct chcr_context *ctx = h_ctx(rtfm); in chcr_ahash_update()
1628 struct chcr_dev *dev = h_ctx(rtfm)->dev; in chcr_ahash_update()
1641 bs = crypto_tfm_alg_blocksize(crypto_ahash_tfm(rtfm)); in chcr_ahash_update()
1671 get_alg_config(&params.alg_prm, crypto_ahash_digestsize(rtfm)); in chcr_ahash_update()
1727 struct crypto_ahash *rtfm = crypto_ahash_reqtfm(req); in chcr_ahash_final() local
1728 struct chcr_dev *dev = h_ctx(rtfm)->dev; in chcr_ahash_final()
1731 struct uld_ctx *u_ctx = ULD_CTX(h_ctx(rtfm)); in chcr_ahash_final()
1732 struct chcr_context *ctx = h_ctx(rtfm); in chcr_ahash_final()
[all …]
/linux/drivers/crypto/xilinx/
H A Dxilinx-trng.c267 static int xtrng_trng_init(struct crypto_tfm *rtfm) in xtrng_trng_init() argument
269 struct xilinx_rng_ctx *ctx = crypto_tfm_ctx(rtfm); in xtrng_trng_init()