Searched refs:next_ix (Results 1 – 1 of 1) sorted by relevance
2512 size_t next_ix; in cryptocop_ioctl_process() local2795 next_ix = next_cfg_change_ix(&oper, prev_ix); in cryptocop_ioctl_process()2796 if (prev_ix == next_ix){ in cryptocop_ioctl_process()2801 while (prev_ix != next_ix){ in cryptocop_ioctl_process()2804 descs[desc_ix].length = next_ix - prev_ix; in cryptocop_ioctl_process()2806 …if (oper.do_cipher && (oper.cipher_start < next_ix) && (prev_ix < (oper.cipher_start + oper.cipher… in cryptocop_ioctl_process()2811 if (next_ix == (oper.cipher_start + oper.cipher_len)){ in cryptocop_ioctl_process()2821 …if (oper.do_digest && (oper.digest_start < next_ix) && (prev_ix < (oper.digest_start + oper.digest… in cryptocop_ioctl_process()2825 if (next_ix == (oper.digest_start + oper.digest_len)){ in cryptocop_ioctl_process()2836 if (oper.do_csum && (oper.csum_start < next_ix) && (prev_ix < (oper.csum_start + oper.csum_len))){ in cryptocop_ioctl_process()[all …]