Home
last modified time | relevance | path

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

/drivers/crypto/
Dmv_cesa.c555 int num_sgs, hw_bytes, old_extra_bytes, rc; in mv_start_new_hash_req() local
559 old_extra_bytes = ctx->extra_bytes; in mv_start_new_hash_req()
576 if (unlikely(old_extra_bytes)) { in mv_start_new_hash_req()
578 old_extra_bytes); in mv_start_new_hash_req()
579 p->crypt_len = old_extra_bytes; in mv_start_new_hash_req()
584 copy_src_to_buf(p, ctx->buffer + old_extra_bytes, in mv_start_new_hash_req()
585 ctx->extra_bytes - old_extra_bytes); in mv_start_new_hash_req()