Searched refs:rtfm (Results 1 – 2 of 2) sorted by relevance
1625 struct crypto_ahash *rtfm = crypto_ahash_reqtfm(req); in chcr_ahash_update() local1626 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(¶ms.alg_prm, crypto_ahash_digestsize(rtfm)); in chcr_ahash_update()1727 struct crypto_ahash *rtfm = crypto_ahash_reqtfm(req); in chcr_ahash_final() local1728 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 …]
267 static int xtrng_trng_init(struct crypto_tfm *rtfm) in xtrng_trng_init() argument269 struct xilinx_rng_ctx *ctx = crypto_tfm_ctx(rtfm); in xtrng_trng_init()