Home
last modified time | relevance | path

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

/Linux-v5.10/security/keys/
Dcompat.c63 return keyctl_negate_key(arg2, arg3, arg4); in COMPAT_SYSCALL_DEFINE5()
Dinternal.h253 extern long keyctl_negate_key(key_serial_t, unsigned, key_serial_t);
Dkeyctl.c1310 long keyctl_negate_key(key_serial_t id, unsigned timeout, key_serial_t ringid) in keyctl_negate_key() function
1931 return keyctl_negate_key((key_serial_t) arg2, in SYSCALL_DEFINE5()