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

/linux-4.1.27/drivers/crypto/
H A Dmv_cesa.c550 int num_sgs, hw_bytes, old_extra_bytes, rc; mv_start_new_hash_req() local
554 old_extra_bytes = ctx->extra_bytes; mv_start_new_hash_req()
571 if (unlikely(old_extra_bytes)) { mv_start_new_hash_req()
573 old_extra_bytes); mv_start_new_hash_req()
574 p->crypt_len = old_extra_bytes; mv_start_new_hash_req()
579 copy_src_to_buf(p, ctx->buffer + old_extra_bytes, mv_start_new_hash_req()
580 ctx->extra_bytes - old_extra_bytes); mv_start_new_hash_req()

Completed in 85 milliseconds