Lines Matching defs:finup
350 * @finup: Keep state for finup or final.
370 bool finup;
796 * s5p_hash_write_ctx_iv() - write IV for next partial/finup op.
811 * s5p_hash_write_iv() - write IV for next partial/finup op.
979 * Update digcnt here, as it is needed for finup/final op.
1135 * For digest or finup all conditions can be good, and we may not need any
1185 * Note: will enter here only if (digest or finup) and aligned
1215 bool final = ctx->finup;
1417 err = s5p_hash_xmit_dma(dd, ctx->total, ctx->finup);
1418 if (err != -EINPROGRESS && ctx->finup && !ctx->error)
1419 /* no final() after finup() */
1548 ctx->finup = true;
1573 ctx->finup = true;
1603 ctx->finup = false;
1734 .finup = s5p_hash_finup,
1759 .finup = s5p_hash_finup,
1784 .finup = s5p_hash_finup,