Lines Matching refs:crypt_len
74 int crypt_len; member
248 copy_src_to_buf(p, cpg->sram + SRAM_DATA_IN_START + p->crypt_len, in setup_data_in()
249 data_in_sram - p->crypt_len); in setup_data_in()
250 p->crypt_len = data_in_sram; in setup_data_in()
299 op.enc_len = cpg->p.crypt_len; in mv_process_current_q()
351 MAC_DIGEST_P(SRAM_DIGEST_BUF) | MAC_FRAG_LEN(p->crypt_len); in mv_process_hash_current()
357 && (p->hw_processed_bytes + p->crypt_len >= p->hw_nbytes) in mv_process_hash_current()
463 cpg->p.hw_processed_bytes += cpg->p.crypt_len; in dequeue_complete_req()
465 int need_copy_len = cpg->p.crypt_len; in dequeue_complete_req()
492 cpg->p.crypt_len = 0; in dequeue_complete_req()
574 p->crypt_len = old_extra_bytes; in mv_start_new_hash_req()