Lines Matching refs:size
364 u64 size[2];
366 size[0] = ctx->digcnt[0];
367 size[1] = ctx->digcnt[1];
369 size[0] += ctx->bufcnt;
370 if (size[0] < ctx->bufcnt)
371 size[1]++;
373 size[0] += length;
374 if (size[0] < length)
375 size[1]++;
377 bits[1] = cpu_to_be64(size[0] << 3);
378 bits[0] = cpu_to_be64(size[1] << 3 | size[0] >> 61);
436 dev_dbg(dd->dev, "init: digest size: %d\n",
781 /* size is not ctx->block_size aligned */
1414 /* All other sg lengths MUST be aligned to the block size. */