Lines Matching refs:fallback_tfm
43 ahash_request_set_tfm(&rctx->fallback_req, tfmctx->fallback_tfm); in rk_ahash_digest_fb()
117 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_init()
130 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_update()
145 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_final()
159 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_finup()
176 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_import()
189 ahash_request_set_tfm(&rctx->fallback_req, ctx->fallback_tfm); in rk_ahash_export()
329 tctx->fallback_tfm = crypto_alloc_ahash(alg_name, 0, in rk_cra_hash_init()
331 if (IS_ERR(tctx->fallback_tfm)) { in rk_cra_hash_init()
333 return PTR_ERR(tctx->fallback_tfm); in rk_cra_hash_init()
338 crypto_ahash_reqsize(tctx->fallback_tfm)); in rk_cra_hash_init()
351 crypto_free_ahash(tctx->fallback_tfm); in rk_cra_hash_exit()