Lines Matching refs:cipher_outlen
2539 …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()
2770 if (oper.do_cipher) cop->tfrm_op.outlen += oper.cipher_outlen; in cryptocop_ioctl_process()
2881 …>tfrm_op.outdata, iovlen, &iovix, outpages, nooutpages, &pageix, &pageoffset, oper.cipher_outlen)){ in cryptocop_ioctl_process()
3264 cop->cipher_outlen); in print_strcop_crypto_op()