Home
last modified time | relevance | path

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

/linux-6.6.21/security/keys/
Dcompat.c63 return keyctl_negate_key(arg2, arg3, arg4); in COMPAT_SYSCALL_DEFINE5()
Dinternal.h260 extern long keyctl_negate_key(key_serial_t, unsigned, key_serial_t);
Dkeyctl.c1315 long keyctl_negate_key(key_serial_t id, unsigned timeout, key_serial_t ringid) in keyctl_negate_key() function
1936 return keyctl_negate_key((key_serial_t) arg2, in SYSCALL_DEFINE5()