Searched refs:tfm_ctx (Results 1 – 1 of 1) sorted by relevance
330 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); in mv_process_hash_current() local344 tfm_ctx->ivs, sizeof(tfm_ctx->ivs)); in mv_process_hash_current()408 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); in mv_hash_final_fallback() local410 SHASH_DESC_ON_STACK(shash, tfm_ctx->fallback); in mv_hash_final_fallback()413 shash->tfm = tfm_ctx->fallback; in mv_hash_final_fallback()729 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); in mv_hash_init() local730 mv_init_hash_req_ctx(ahash_request_ctx(req), tfm_ctx->op, 0, 0, in mv_hash_init()731 tfm_ctx->count_add); in mv_hash_init()761 const struct mv_tfm_hash_ctx *tfm_ctx = crypto_tfm_ctx(req->base.tfm); in mv_hash_digest() local762 mv_init_hash_req_ctx(ahash_request_ctx(req), tfm_ctx->op, 1, in mv_hash_digest()[all …]