Searched refs:hw_bytes (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dmv_cesa.c550 int num_sgs, hw_bytes, old_extra_bytes, rc; mv_start_new_hash_req() local
553 hw_bytes = req->nbytes + ctx->extra_bytes; mv_start_new_hash_req()
556 ctx->extra_bytes = hw_bytes % SHA1_BLOCK_SIZE; mv_start_new_hash_req()
559 hw_bytes -= ctx->extra_bytes; mv_start_new_hash_req()
566 if (hw_bytes) { mv_start_new_hash_req()
567 p->hw_nbytes = hw_bytes; mv_start_new_hash_req()

Completed in 60 milliseconds