Home
last modified time | relevance | path

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

/linux-3.4.99/security/keys/
Dcompat.c82 return keyctl_revoke_key(arg2); in compat_sys_keyctl()
Dinternal.h205 extern long keyctl_revoke_key(key_serial_t);
Dkeyctl.c352 long keyctl_revoke_key(key_serial_t id) in keyctl_revoke_key() function
1545 return keyctl_revoke_key((key_serial_t) arg2); in SYSCALL_DEFINE5()