Home
last modified time | relevance | path

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

/security/keys/
A Dkeyctl_pkey.c113 static int keyctl_pkey_params_get_2(const struct keyctl_pkey_params __user *_params, in keyctl_pkey_params_get_2() argument
125 if (copy_from_user(&uparams, _params, sizeof(uparams)) != 0) in keyctl_pkey_params_get_2()
213 const struct keyctl_pkey_params __user *_params, in keyctl_pkey_e_d_s() argument
222 ret = keyctl_pkey_params_get_2(_params, _info, op, &params); in keyctl_pkey_e_d_s()
288 long keyctl_pkey_verify(const struct keyctl_pkey_params __user *_params, in keyctl_pkey_verify() argument
297 ret = keyctl_pkey_params_get_2(_params, _info, KEYCTL_PKEY_VERIFY, in keyctl_pkey_verify()

Completed in 3 milliseconds