Lines Matching refs:tfm

273 	struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);  in starfive_hash_init()  local
275 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_init()
291 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_update() local
292 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_update()
308 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_final() local
309 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_final()
325 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_finup() local
326 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_finup()
342 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_digest_fb() local
343 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_digest_fb()
357 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_digest() local
358 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_digest()
367 rctx->blksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm)); in starfive_hash_digest()
368 rctx->digsize = crypto_ahash_digestsize(tfm); in starfive_hash_digest()
381 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_export() local
382 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_export()
395 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in starfive_hash_import() local
396 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_import()