Lines Matching refs:key_serial_t
64 key_serial_t, ringid) in SYSCALL_DEFINE5() argument
167 key_serial_t, destringid) in SYSCALL_DEFINE4() argument
255 long keyctl_get_keyring_ID(key_serial_t id, int create) in keyctl_get_keyring_ID()
317 long keyctl_update_key(key_serial_t id, in keyctl_update_key()
369 long keyctl_revoke_key(key_serial_t id) in keyctl_revoke_key()
403 long keyctl_invalidate_key(key_serial_t id) in keyctl_invalidate_key()
445 long keyctl_keyring_clear(key_serial_t ringid) in keyctl_keyring_clear()
487 long keyctl_keyring_link(key_serial_t id, key_serial_t ringid) in keyctl_keyring_link()
522 long keyctl_keyring_unlink(key_serial_t id, key_serial_t ringid) in keyctl_keyring_unlink()
561 long keyctl_describe_key(key_serial_t keyid, in keyctl_describe_key()
633 long keyctl_keyring_search(key_serial_t ringid, in keyctl_keyring_search()
636 key_serial_t destringid) in keyctl_keyring_search()
727 long keyctl_read_key(key_serial_t keyid, char __user *buffer, size_t buflen) in keyctl_read_key()
793 long keyctl_chown_key(key_serial_t id, uid_t user, gid_t group) in keyctl_chown_key()
910 long keyctl_setperm_key(key_serial_t id, key_perm_t perm) in keyctl_setperm_key()
949 static long get_instantiation_keyring(key_serial_t ringid, in get_instantiation_keyring()
1009 long keyctl_instantiate_key_common(key_serial_t id, in keyctl_instantiate_key_common()
1011 key_serial_t ringid) in keyctl_instantiate_key_common()
1091 long keyctl_instantiate_key(key_serial_t id, in keyctl_instantiate_key()
1094 key_serial_t ringid) in keyctl_instantiate_key()
1121 long keyctl_instantiate_key_iov(key_serial_t id, in keyctl_instantiate_key_iov()
1124 key_serial_t ringid) in keyctl_instantiate_key_iov()
1157 long keyctl_negate_key(key_serial_t id, unsigned timeout, key_serial_t ringid) in keyctl_negate_key()
1177 long keyctl_reject_key(key_serial_t id, unsigned timeout, unsigned error, in keyctl_reject_key()
1178 key_serial_t ringid) in keyctl_reject_key()
1300 long keyctl_set_timeout(key_serial_t id, unsigned timeout) in keyctl_set_timeout()
1354 long keyctl_assume_authority(key_serial_t id) in keyctl_assume_authority()
1401 long keyctl_get_security(key_serial_t keyid, in keyctl_get_security()
1564 return keyctl_get_keyring_ID((key_serial_t) arg2, in SYSCALL_DEFINE5()
1571 return keyctl_update_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1576 return keyctl_revoke_key((key_serial_t) arg2); in SYSCALL_DEFINE5()
1579 return keyctl_describe_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1584 return keyctl_keyring_clear((key_serial_t) arg2); in SYSCALL_DEFINE5()
1587 return keyctl_keyring_link((key_serial_t) arg2, in SYSCALL_DEFINE5()
1588 (key_serial_t) arg3); in SYSCALL_DEFINE5()
1591 return keyctl_keyring_unlink((key_serial_t) arg2, in SYSCALL_DEFINE5()
1592 (key_serial_t) arg3); in SYSCALL_DEFINE5()
1595 return keyctl_keyring_search((key_serial_t) arg2, in SYSCALL_DEFINE5()
1598 (key_serial_t) arg5); in SYSCALL_DEFINE5()
1601 return keyctl_read_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1606 return keyctl_chown_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1611 return keyctl_setperm_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1615 return keyctl_instantiate_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1618 (key_serial_t) arg5); in SYSCALL_DEFINE5()
1621 return keyctl_negate_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1623 (key_serial_t) arg4); in SYSCALL_DEFINE5()
1629 return keyctl_set_timeout((key_serial_t) arg2, in SYSCALL_DEFINE5()
1633 return keyctl_assume_authority((key_serial_t) arg2); in SYSCALL_DEFINE5()
1636 return keyctl_get_security((key_serial_t) arg2, in SYSCALL_DEFINE5()
1644 return keyctl_reject_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1647 (key_serial_t) arg5); in SYSCALL_DEFINE5()
1651 (key_serial_t) arg2, in SYSCALL_DEFINE5()
1654 (key_serial_t) arg5); in SYSCALL_DEFINE5()
1657 return keyctl_invalidate_key((key_serial_t) arg2); in SYSCALL_DEFINE5()
1660 return keyctl_get_persistent((uid_t)arg2, (key_serial_t)arg3); in SYSCALL_DEFINE5()