Lines Matching defs:finup
349 * @finup: Keep state for finup or final.
369 bool finup;
799 * s5p_hash_write_ctx_iv() - write IV for next partial/finup op.
814 * s5p_hash_write_iv() - write IV for next partial/finup op.
982 * Update digcnt here, as it is needed for finup/final op.
1138 * For digest or finup all conditions can be good, and we may not need any
1188 * Note: will enter here only if (digest or finup) and aligned
1218 bool final = ctx->finup;
1420 err = s5p_hash_xmit_dma(dd, ctx->total, ctx->finup);
1421 if (err != -EINPROGRESS && ctx->finup && !ctx->error)
1422 /* no final() after finup() */
1551 ctx->finup = true;
1576 ctx->finup = true;
1606 ctx->finup = false;
1737 .finup = s5p_hash_finup,
1762 .finup = s5p_hash_finup,
1787 .finup = s5p_hash_finup,