Searched refs:crp_oper (Results 1 – 1 of 1) sorted by relevance
2479 struct strcop_crypto_op *crp_oper = (struct strcop_crypto_op *)arg; in cryptocop_ioctl_process() local2522 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()