Home
last modified time | relevance | path

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

/arch/cris/include/uapi/arch-v32/arch/
Dcryptocop.h101 unsigned char *cipher_outdata; member
/arch/cris/arch-v32/drivers/
Dcryptocop.c2539 ….indata + oper.inlen) < oper.indata) || ((oper.cipher_outdata + oper.cipher_outlen) < oper.cipher_… in cryptocop_ioctl_process()
2544 if (!access_ok(VERIFY_WRITE, oper.cipher_outdata, 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()
2740 (unsigned long int)oper.cipher_outdata, in cryptocop_ioctl_process()
2791 pageoffset = oper.do_cipher ? ((unsigned long int)oper.cipher_outdata & ~PAGE_MASK) : 0; in cryptocop_ioctl_process()
3261 cop->cipher_outdata, in print_strcop_crypto_op()