Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/arch-v32/drivers/
Dcryptocop.c2479 struct strcop_crypto_op *crp_oper = (struct strcop_crypto_op *)arg; in cryptocop_ioctl_process() local
2522 if (!access_ok(VERIFY_WRITE, crp_oper, sizeof(struct strcop_crypto_op))){ in cryptocop_ioctl_process()
2526 if (copy_from_user(&oper, crp_oper, sizeof(struct strcop_crypto_op))) { in cryptocop_ioctl_process()
2917 …err = copy_to_user((unsigned char*)crp_oper + offsetof(struct strcop_crypto_op, digest), digest_re… in cryptocop_ioctl_process()
2926 …err = copy_to_user((unsigned char*)crp_oper + offsetof(struct strcop_crypto_op, csum), csum_result… in cryptocop_ioctl_process()