Lines Matching refs:extra_bytes
141 int extra_bytes; /* unprocessed bytes in buffer */ member
413 req_ctx->extra_bytes); in mv_hash_final_fallback()
440 if (ctx->extra_bytes) in mv_hash_algo_completion()
441 copy_src_to_buf(&cpg->p, ctx->buffer, ctx->extra_bytes); in mv_hash_algo_completion()
553 hw_bytes = req->nbytes + ctx->extra_bytes; in mv_start_new_hash_req()
554 old_extra_bytes = ctx->extra_bytes; in mv_start_new_hash_req()
556 ctx->extra_bytes = hw_bytes % SHA1_BLOCK_SIZE; in mv_start_new_hash_req()
557 if (ctx->extra_bytes != 0 in mv_start_new_hash_req()
559 hw_bytes -= ctx->extra_bytes; in mv_start_new_hash_req()
561 ctx->extra_bytes = 0; in mv_start_new_hash_req()
580 ctx->extra_bytes - old_extra_bytes); in mv_start_new_hash_req()