Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/security/keys/
H A Dkeyctl_pkey.c118 struct keyctl_pkey_params uparams; in keyctl_pkey_params_get_2() local
125 if (copy_from_user(&uparams, _params, sizeof(uparams)) != 0) in keyctl_pkey_params_get_2()
128 ret = keyctl_pkey_params_get(uparams.key_id, _info, params); 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()
[all …]
/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_core.c364 struct tee_ioctl_param __user *uparams) in params_from_user() argument
372 if (copy_from_user(&ip, uparams + n, sizeof(ip))) in params_from_user()
441 static int params_to_user(struct tee_ioctl_param __user *uparams, in params_to_user() argument
447 struct tee_ioctl_param __user *up = uparams + n; in params_to_user()
477 struct tee_ioctl_param __user *uparams = NULL; in tee_ioctl_open_session() local
503 uparams = uarg->params; in tee_ioctl_open_session()
504 rc = params_from_user(ctx, params, arg.num_params, uparams); in tee_ioctl_open_session()
527 rc = params_to_user(uparams, arg.num_params, params); in tee_ioctl_open_session()
556 struct tee_ioctl_param __user *uparams = NULL; in tee_ioctl_invoke() local
581 uparams = uarg->params; in tee_ioctl_invoke()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Dvad_preprocess.h26 void vad_preprocess_update_params(struct vad_uparams *uparams);
H A Drockchip_vad.c78 struct vad_uparams uparams; member
234 vad->uparams.noise_abs); in rockchip_vad_setup()
236 NOISE_ABS_MASK, vad->uparams.noise_abs); in rockchip_vad_setup()
408 vad_preprocess_update_params(&vad->uparams); in snd_pcm_vad_preprocess()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0057-gnulib-argp-help-Fix-dereference-of-a-possibly-NULL-.patch70 @@ -145,7 +145,8 @@ validate_uparams (const struct argp_state *state, struct uparams *upptr)