Home
last modified time | relevance | path

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

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