Lines Matching refs:key_serial_t

64 		key_serial_t, ringid)  in SYSCALL_DEFINE5()  argument
161 key_serial_t, destringid) in SYSCALL_DEFINE4() argument
249 long keyctl_get_keyring_ID(key_serial_t id, int create) in keyctl_get_keyring_ID()
311 long keyctl_update_key(key_serial_t id, in keyctl_update_key()
363 long keyctl_revoke_key(key_serial_t id) in keyctl_revoke_key()
397 long keyctl_invalidate_key(key_serial_t id) in keyctl_invalidate_key()
439 long keyctl_keyring_clear(key_serial_t ringid) in keyctl_keyring_clear()
481 long keyctl_keyring_link(key_serial_t id, key_serial_t ringid) in keyctl_keyring_link()
516 long keyctl_keyring_unlink(key_serial_t id, key_serial_t ringid) in keyctl_keyring_unlink()
555 long keyctl_describe_key(key_serial_t keyid, in keyctl_describe_key()
627 long keyctl_keyring_search(key_serial_t ringid, in keyctl_keyring_search()
630 key_serial_t destringid) in keyctl_keyring_search()
721 long keyctl_read_key(key_serial_t keyid, char __user *buffer, size_t buflen) in keyctl_read_key()
787 long keyctl_chown_key(key_serial_t id, uid_t user, gid_t group) in keyctl_chown_key()
904 long keyctl_setperm_key(key_serial_t id, key_perm_t perm) in keyctl_setperm_key()
943 static long get_instantiation_keyring(key_serial_t ringid, in get_instantiation_keyring()
1003 long keyctl_instantiate_key_common(key_serial_t id, in keyctl_instantiate_key_common()
1005 key_serial_t ringid) in keyctl_instantiate_key_common()
1085 long keyctl_instantiate_key(key_serial_t id, in keyctl_instantiate_key()
1088 key_serial_t ringid) in keyctl_instantiate_key()
1115 long keyctl_instantiate_key_iov(key_serial_t id, in keyctl_instantiate_key_iov()
1118 key_serial_t ringid) in keyctl_instantiate_key_iov()
1151 long keyctl_negate_key(key_serial_t id, unsigned timeout, key_serial_t ringid) in keyctl_negate_key()
1171 long keyctl_reject_key(key_serial_t id, unsigned timeout, unsigned error, in keyctl_reject_key()
1172 key_serial_t ringid) in keyctl_reject_key()
1294 long keyctl_set_timeout(key_serial_t id, unsigned timeout) in keyctl_set_timeout()
1348 long keyctl_assume_authority(key_serial_t id) in keyctl_assume_authority()
1395 long keyctl_get_security(key_serial_t keyid, in keyctl_get_security()
1558 return keyctl_get_keyring_ID((key_serial_t) arg2, in SYSCALL_DEFINE5()
1565 return keyctl_update_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1570 return keyctl_revoke_key((key_serial_t) arg2); in SYSCALL_DEFINE5()
1573 return keyctl_describe_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1578 return keyctl_keyring_clear((key_serial_t) arg2); in SYSCALL_DEFINE5()
1581 return keyctl_keyring_link((key_serial_t) arg2, in SYSCALL_DEFINE5()
1582 (key_serial_t) arg3); in SYSCALL_DEFINE5()
1585 return keyctl_keyring_unlink((key_serial_t) arg2, in SYSCALL_DEFINE5()
1586 (key_serial_t) arg3); in SYSCALL_DEFINE5()
1589 return keyctl_keyring_search((key_serial_t) arg2, in SYSCALL_DEFINE5()
1592 (key_serial_t) arg5); in SYSCALL_DEFINE5()
1595 return keyctl_read_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1600 return keyctl_chown_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1605 return keyctl_setperm_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1609 return keyctl_instantiate_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1612 (key_serial_t) arg5); in SYSCALL_DEFINE5()
1615 return keyctl_negate_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1617 (key_serial_t) arg4); in SYSCALL_DEFINE5()
1623 return keyctl_set_timeout((key_serial_t) arg2, in SYSCALL_DEFINE5()
1627 return keyctl_assume_authority((key_serial_t) arg2); in SYSCALL_DEFINE5()
1630 return keyctl_get_security((key_serial_t) arg2, in SYSCALL_DEFINE5()
1638 return keyctl_reject_key((key_serial_t) arg2, in SYSCALL_DEFINE5()
1641 (key_serial_t) arg5); in SYSCALL_DEFINE5()
1645 (key_serial_t) arg2, in SYSCALL_DEFINE5()
1648 (key_serial_t) arg5); in SYSCALL_DEFINE5()
1651 return keyctl_invalidate_key((key_serial_t) arg2); in SYSCALL_DEFINE5()
1654 return keyctl_get_persistent((uid_t)arg2, (key_serial_t)arg3); in SYSCALL_DEFINE5()