Searched refs:keyctl_pkey_query (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/security/keys/ |
H A D | internal.h | 319 extern long keyctl_pkey_query(key_serial_t, 321 struct keyctl_pkey_query __user *); 332 static inline long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query() function 334 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query()
|
H A D | keyctl_pkey.c | 169 long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query() function 171 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query()
|
H A D | compat.c | 105 return keyctl_pkey_query(arg2, in COMPAT_SYSCALL_DEFINE5()
|
H A D | keyctl.c | 1990 return keyctl_pkey_query((key_serial_t)arg2, in SYSCALL_DEFINE5() 1992 (struct keyctl_pkey_query __user *)arg5); in SYSCALL_DEFINE5()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | internal.h | 317 extern long keyctl_pkey_query(key_serial_t, 319 struct keyctl_pkey_query __user *); 330 static inline long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query() function 332 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query()
|
H A D | keyctl_pkey.c | 169 long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query() function 171 struct keyctl_pkey_query __user *_res) in keyctl_pkey_query()
|
H A D | compat.c | 105 return keyctl_pkey_query(arg2, in COMPAT_SYSCALL_DEFINE5()
|
H A D | keyctl.c | 1990 return keyctl_pkey_query((key_serial_t)arg2, in SYSCALL_DEFINE5() 1992 (struct keyctl_pkey_query __user *)arg5); in SYSCALL_DEFINE5()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | keyctl.h | 98 struct keyctl_pkey_query { struct
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | keyctl.h | 98 struct keyctl_pkey_query { struct
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | keyctl.h | 92 struct keyctl_pkey_query { struct
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | keyctl.h | 92 struct keyctl_pkey_query { struct
|
Completed in 10 milliseconds