Home
last modified time | relevance | path

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

/openbmc/linux/security/keys/
H A Dinternal.h321 extern long keyctl_pkey_verify(const struct keyctl_pkey_params __user *,
337 static inline long keyctl_pkey_verify(const struct keyctl_pkey_params __user *params, in keyctl_pkey_verify() function
H A Dcompat.c117 return keyctl_pkey_verify(compat_ptr(arg2), compat_ptr(arg3), in COMPAT_SYSCALL_DEFINE5()
H A Dkeyctl_pkey.c288 long keyctl_pkey_verify(const struct keyctl_pkey_params __user *_params, in keyctl_pkey_verify() function
H A Dkeyctl.c2005 return keyctl_pkey_verify( in SYSCALL_DEFINE5()
/openbmc/qemu/backends/
H A Dcryptodev-lkcf.c394 ret = keyctl_pkey_verify(key_id, op_desc, in cryptodev_lkcf_execute_task()