Home
last modified time | relevance | path

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

/arch/cris/include/uapi/arch-v32/arch/
Dcryptocop.h102 size_t cipher_outlen; member
/arch/cris/arch-v32/drivers/
Dcryptocop.c2539 …if (((oper.indata + oper.inlen) < oper.indata) || ((oper.cipher_outdata + oper.cipher_outlen) < op… in cryptocop_ioctl_process()
2544 if (!access_ok(VERIFY_WRITE, oper.cipher_outdata, oper.cipher_outlen)){ in cryptocop_ioctl_process()
2590 unsigned int cipher_outlen = 0; in cryptocop_ioctl_process() local
2613 cipher_outlen = oper.cipher_len; in cryptocop_ioctl_process()
2619 cipher_outlen = oper.cipher_len - cblocklen; in cryptocop_ioctl_process()
2629 if (oper.cipher_outlen != cipher_outlen) { in cryptocop_ioctl_process()
2632 …ctl_process: cipher_outlen incorrect, should be %d not %d.\n", cipher_outlen, oper.cipher_outlen)); in cryptocop_ioctl_process()
2695 …G(printk("cryptocop_ioctl_process: inlen=%d, cipher_outlen=%d\n", oper.inlen, oper.cipher_outlen)); in cryptocop_ioctl_process()
2708 …nooutpages = (((unsigned long int)oper.cipher_outdata & ~PAGE_MASK) + oper.cipher_outlen - 1 + ~PA… in cryptocop_ioctl_process()
2768 if (oper.do_cipher) cop->tfrm_op.outlen += oper.cipher_outlen; in cryptocop_ioctl_process()
[all …]