Home
last modified time | relevance | path

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

/Linux-v4.19/security/keys/
Dcompat.c70 return keyctl_update_key(arg2, compat_ptr(arg3), arg4); in COMPAT_SYSCALL_DEFINE5()
Dinternal.h227 extern long keyctl_update_key(key_serial_t, const void __user *, size_t);
Dkeyctl.c316 long keyctl_update_key(key_serial_t id, in keyctl_update_key() function
1649 return keyctl_update_key((key_serial_t) arg2, in SYSCALL_DEFINE5()