Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/
Dmv_cesa.c555 int num_sgs, hw_bytes, old_extra_bytes, rc; in mv_start_new_hash_req() local
558 hw_bytes = req->nbytes + ctx->extra_bytes; in mv_start_new_hash_req()
561 ctx->extra_bytes = hw_bytes % SHA1_BLOCK_SIZE; in mv_start_new_hash_req()
564 hw_bytes -= ctx->extra_bytes; in mv_start_new_hash_req()
571 if (hw_bytes) { in mv_start_new_hash_req()
572 p->hw_nbytes = hw_bytes; in mv_start_new_hash_req()