Home
last modified time | relevance | path

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

/linux/security/keys/
H A Dinternal.h269 extern long keyctl_get_persistent(uid_t, key_serial_t);
272 static inline long keyctl_get_persistent(uid_t uid, key_serial_t destring) in keyctl_get_persistent() function
H A Dcompat.c91 return keyctl_get_persistent(arg2, arg3); in COMPAT_SYSCALL_DEFINE5()
H A Dpersistent.c129 long keyctl_get_persistent(uid_t _uid, key_serial_t destid) in keyctl_get_persistent() function
H A Dkeyctl.c1975 return keyctl_get_persistent((uid_t)arg2, (key_serial_t)arg3); in SYSCALL_DEFINE5()