Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/include/uapi/arch-v32/arch/
Dcryptocop.h94 size_t cipher_start; member
/linux-4.1.27/arch/cris/arch-v32/drivers/
Dcryptocop.c2388 if (crp_op->do_cipher) ch_ix = crp_op->cipher_start; in first_cfg_change_ix()
2402 if (crp_op->do_cipher && ((crp_op->cipher_start + crp_op->cipher_len) > ix)){ in next_cfg_change_ix()
2403 if (crp_op->cipher_start > ix) { in next_cfg_change_ix()
2404 ch_ix = crp_op->cipher_start; in next_cfg_change_ix()
2406 ch_ix = crp_op->cipher_start + crp_op->cipher_len; in next_cfg_change_ix()
2600 …if ((oper.cipher_start < 0) || (oper.cipher_len <= 0) || (oper.cipher_start > oper.inlen) || ((ope… 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()
3261 cop->cipher_start, in print_strcop_crypto_op()