Lines Matching defs:total
349 * @total: Total number of bytes for current request
369 unsigned int total;
950 /* total number of bits prev hashed */
999 ctx->total -= length;
1224 ctx->total = nbytes + ctx->bufcnt;
1225 if (!ctx->total)
1247 xmit_len = ctx->total;
1256 hash_later = ctx->total - xmit_len;
1286 ctx->total = xmit_len;
1406 if (err || !ctx->total)
1417 err = s5p_hash_xmit_dma(dd, ctx->total, ctx->finup);
1420 err = s5p_hash_xmit_dma(dd, ctx->total, true);
1422 err = s5p_hash_xmit_dma(dd, ctx->total, true);
1606 ctx->total = 0;