Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v32/drivers/
Dcryptocop.c540 int rem_length; in create_input_descriptors() local
569 rem_length = operation->tfrm_op.outdata[outiov_ix].iov_len - iov_offset; in create_input_descriptors()
570 dlength = (out_length < rem_length) ? out_length : rem_length; in create_input_descriptors()
576 …outiov_ix, rem_length, dlength, iov_offset, operation->tfrm_op.outdata[outiov_ix].iov_len, operati… in create_input_descriptors()
615 …int rem_length = operation->tfrm_op.indata[*iniov_ix].iov_len - *iniov_offs… in create_output_descriptors() local
616 int dlength = (desc_len < rem_length) ? desc_len : rem_length; in create_output_descriptors()