Lines Matching refs:crypt_len
77 int crypt_len; member
253 copy_src_to_buf(p, cpg->sram + SRAM_DATA_IN_START + p->crypt_len, in setup_data_in()
254 data_in_sram - p->crypt_len); in setup_data_in()
255 p->crypt_len = data_in_sram; in setup_data_in()
304 op.enc_len = cpg->p.crypt_len; in mv_process_current_q()
356 MAC_DIGEST_P(SRAM_DIGEST_BUF) | MAC_FRAG_LEN(p->crypt_len); in mv_process_hash_current()
362 && (p->hw_processed_bytes + p->crypt_len >= p->hw_nbytes) in mv_process_hash_current()
468 cpg->p.hw_processed_bytes += cpg->p.crypt_len; in dequeue_complete_req()
470 int need_copy_len = cpg->p.crypt_len; in dequeue_complete_req()
497 cpg->p.crypt_len = 0; in dequeue_complete_req()
579 p->crypt_len = old_extra_bytes; in mv_start_new_hash_req()