Home
last modified time | relevance | path

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

/security/keys/
Dcompat.c114 return keyctl_negate_key(arg2, arg3, arg4); in compat_sys_keyctl()
Dinternal.h231 extern long keyctl_negate_key(key_serial_t, unsigned, key_serial_t);
Dkeyctl.c1168 long keyctl_negate_key(key_serial_t id, unsigned timeout, key_serial_t ringid) in keyctl_negate_key() function
1632 return keyctl_negate_key((key_serial_t) arg2, in SYSCALL_DEFINE5()