Lines Matching refs:extra_bytes
146 int extra_bytes; /* unprocessed bytes in buffer */ member
418 req_ctx->extra_bytes); in mv_hash_final_fallback()
445 if (ctx->extra_bytes) in mv_hash_algo_completion()
446 copy_src_to_buf(&cpg->p, ctx->buffer, ctx->extra_bytes); in mv_hash_algo_completion()
558 hw_bytes = req->nbytes + ctx->extra_bytes; in mv_start_new_hash_req()
559 old_extra_bytes = ctx->extra_bytes; in mv_start_new_hash_req()
561 ctx->extra_bytes = hw_bytes % SHA1_BLOCK_SIZE; in mv_start_new_hash_req()
562 if (ctx->extra_bytes != 0 in mv_start_new_hash_req()
564 hw_bytes -= ctx->extra_bytes; in mv_start_new_hash_req()
566 ctx->extra_bytes = 0; in mv_start_new_hash_req()
585 ctx->extra_bytes - old_extra_bytes); in mv_start_new_hash_req()