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

/linux-4.1.27/drivers/crypto/
H A Dmv_cesa.c55 * @hw_nbytes: total bytes to process in hw for this request
75 int hw_nbytes; member in struct:req_progress
247 min(p->hw_nbytes - p->hw_processed_bytes, cpg->max_req_size); setup_data_in()
357 && (p->hw_processed_bytes + p->crypt_len >= p->hw_nbytes) mv_process_hash_current()
495 if (cpg->p.hw_processed_bytes < cpg->p.hw_nbytes) { dequeue_complete_req()
532 p->hw_nbytes = req->nbytes; mv_start_new_crypt_req()
567 p->hw_nbytes = hw_bytes; mv_start_new_hash_req()

Completed in 53 milliseconds