Lines Matching defs:total
348 * @total: Total number of bytes for current request
368 unsigned int total;
953 /* total number of bits prev hashed */
1002 ctx->total -= length;
1227 ctx->total = nbytes + ctx->bufcnt;
1228 if (!ctx->total)
1250 xmit_len = ctx->total;
1259 hash_later = ctx->total - xmit_len;
1289 ctx->total = xmit_len;
1409 if (err || !ctx->total)
1420 err = s5p_hash_xmit_dma(dd, ctx->total, ctx->finup);
1423 err = s5p_hash_xmit_dma(dd, ctx->total, true);
1425 err = s5p_hash_xmit_dma(dd, ctx->total, true);
1609 ctx->total = 0;