Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/keys/
Dcompat.c28 return keyctl_update_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5()
Dinternal.h239 extern long keyctl_update_key(key_serial_t, const void __user *, size_t);
Dkeyctl.c325 long keyctl_update_key(key_serial_t id, in keyctl_update_key() function
1881 return keyctl_update_key((key_serial_t) arg2, in SYSCALL_DEFINE5()