Lines Matching refs:digcnt
341 * @digcnt: Number of bytes processed by HW (without buffer[] ones)
359 u64 digcnt;
941 if (likely(ctx->digcnt)) {
951 tmplen = ctx->digcnt * 8;
979 * Update digcnt here, as it is needed for finup/final op.
998 ctx->digcnt += length;
1208 * Note 2: we enter here when digcnt > BUFLEN (=HASH_BLOCK_SIZE) or
1314 if (ctx->digcnt)
1317 dev_dbg(dd->dev, "hash_finish digcnt: %lld\n", ctx->digcnt);
1413 if (ctx->digcnt)
1533 * and finalize hash message in HW. Note that if digcnt!=0 then there were
1552 if (!ctx->digcnt && ctx->bufcnt < BUFLEN) {
1605 ctx->digcnt = 0;