Lines Matching defs:id

258 long keyctl_get_keyring_ID(key_serial_t id, int create)  in keyctl_get_keyring_ID()
325 long keyctl_update_key(key_serial_t id, in keyctl_update_key()
379 long keyctl_revoke_key(key_serial_t id) in keyctl_revoke_key()
420 long keyctl_invalidate_key(key_serial_t id) in keyctl_invalidate_key()
515 long keyctl_keyring_link(key_serial_t id, key_serial_t ringid) in keyctl_keyring_link()
552 long keyctl_keyring_unlink(key_serial_t id, key_serial_t ringid) in keyctl_keyring_unlink()
595 long keyctl_keyring_move(key_serial_t id, key_serial_t from_ringid, in keyctl_keyring_move()
949 long keyctl_chown_key(key_serial_t id, uid_t user, gid_t group) in keyctl_chown_key()
1072 long keyctl_setperm_key(key_serial_t id, key_perm_t perm) in keyctl_setperm_key()
1172 static long keyctl_instantiate_key_common(key_serial_t id, in keyctl_instantiate_key_common()
1249 long keyctl_instantiate_key(key_serial_t id, in keyctl_instantiate_key()
1279 long keyctl_instantiate_key_iov(key_serial_t id, in keyctl_instantiate_key_iov()
1315 long keyctl_negate_key(key_serial_t id, unsigned timeout, key_serial_t ringid) in keyctl_negate_key()
1335 long keyctl_reject_key(key_serial_t id, unsigned timeout, unsigned error, in keyctl_reject_key()
1457 long keyctl_set_timeout(key_serial_t id, unsigned timeout) in keyctl_set_timeout()
1516 long keyctl_assume_authority(key_serial_t id) in keyctl_assume_authority()
1729 long keyctl_restrict_keyring(key_serial_t id, const char __user *_type, in keyctl_restrict_keyring()
1773 long keyctl_watch_key(key_serial_t id, int watch_queue_fd, int watch_id) in keyctl_watch_key()