Searched refs:uparams (Results 1 – 2 of 2) sorted by relevance
118 struct keyctl_pkey_params uparams; in keyctl_pkey_params_get_2() local125 if (copy_from_user(&uparams, _params, sizeof(uparams)) != 0) in keyctl_pkey_params_get_2()138 if (uparams.in_len > info.max_dec_size || in keyctl_pkey_params_get_2()139 uparams.out_len > info.max_enc_size) in keyctl_pkey_params_get_2()143 if (uparams.in_len > info.max_enc_size || in keyctl_pkey_params_get_2()144 uparams.out_len > info.max_dec_size) in keyctl_pkey_params_get_2()148 if (uparams.in_len > info.max_data_size || in keyctl_pkey_params_get_2()149 uparams.out_len > info.max_sig_size) in keyctl_pkey_params_get_2()153 if (uparams.in_len > info.max_data_size || in keyctl_pkey_params_get_2()154 uparams.in2_len > info.max_sig_size) in keyctl_pkey_params_get_2()[all …]
358 struct tee_ioctl_param __user *uparams) in params_from_user() argument366 if (copy_from_user(&ip, uparams + n, sizeof(ip))) in params_from_user()441 struct tee_ioctl_param __user *up = uparams + n; in params_to_user()472 struct tee_ioctl_param __user *uparams = NULL; in tee_ioctl_open_session() local498 uparams = uarg->params; in tee_ioctl_open_session()551 struct tee_ioctl_param __user *uparams = NULL; in tee_ioctl_invoke() local576 uparams = uarg->params; in tee_ioctl_invoke()635 struct tee_ioctl_param __user *uparams, in params_to_supp() argument671 if (copy_to_user(uparams + n, &ip, sizeof(ip))) in params_to_supp()730 struct tee_ioctl_param __user *uparams) in params_from_supp() argument[all …]