Lines Matching refs:digcnt
340 * @digcnt: Number of bytes processed by HW (without buffer[] ones)
358 u64 digcnt;
944 if (likely(ctx->digcnt)) {
954 tmplen = ctx->digcnt * 8;
982 * Update digcnt here, as it is needed for finup/final op.
1001 ctx->digcnt += length;
1211 * Note 2: we enter here when digcnt > BUFLEN (=HASH_BLOCK_SIZE) or
1317 if (ctx->digcnt)
1320 dev_dbg(dd->dev, "hash_finish digcnt: %lld\n", ctx->digcnt);
1416 if (ctx->digcnt)
1536 * and finalize hash message in HW. Note that if digcnt!=0 then there were
1555 if (!ctx->digcnt && ctx->bufcnt < BUFLEN) {
1608 ctx->digcnt = 0;