Lines Matching refs:key_serial_t

78 		key_serial_t, ringid)
170 key_serial_t, destringid)
258 long keyctl_get_keyring_ID(key_serial_t id, int create)
325 long keyctl_update_key(key_serial_t id,
379 long keyctl_revoke_key(key_serial_t id)
420 long keyctl_invalidate_key(key_serial_t id)
467 long keyctl_keyring_clear(key_serial_t ringid)
515 long keyctl_keyring_link(key_serial_t id, key_serial_t ringid)
552 long keyctl_keyring_unlink(key_serial_t id, key_serial_t ringid)
595 long keyctl_keyring_move(key_serial_t id, key_serial_t from_ringid,
596 key_serial_t to_ringid, unsigned int flags)
644 long keyctl_describe_key(key_serial_t keyid,
716 long keyctl_keyring_search(key_serial_t ringid,
719 key_serial_t destringid)
825 long keyctl_read_key(key_serial_t keyid, char __user *buffer, size_t buflen)
949 long keyctl_chown_key(key_serial_t id, uid_t user, gid_t group)
1073 long keyctl_setperm_key(key_serial_t id, key_perm_t perm)
1113 static long get_instantiation_keyring(key_serial_t ringid,
1173 static long keyctl_instantiate_key_common(key_serial_t id,
1175 key_serial_t ringid)
1250 long keyctl_instantiate_key(key_serial_t id,
1253 key_serial_t ringid)
1279 long keyctl_instantiate_key_iov(key_serial_t id,
1282 key_serial_t ringid)
1315 long keyctl_negate_key(key_serial_t id, unsigned timeout, key_serial_t ringid)
1335 long keyctl_reject_key(key_serial_t id, unsigned timeout, unsigned error,
1336 key_serial_t ringid)
1457 long keyctl_set_timeout(key_serial_t id, unsigned timeout)
1516 long keyctl_assume_authority(key_serial_t id)
1561 long keyctl_get_security(key_serial_t keyid,
1729 long keyctl_restrict_keyring(key_serial_t id, const char __user *_type,
1773 long keyctl_watch_key(key_serial_t id, int watch_queue_fd, int watch_id)
1879 return keyctl_get_keyring_ID((key_serial_t) arg2,
1886 return keyctl_update_key((key_serial_t) arg2,
1891 return keyctl_revoke_key((key_serial_t) arg2);
1894 return keyctl_describe_key((key_serial_t) arg2,
1899 return keyctl_keyring_clear((key_serial_t) arg2);
1902 return keyctl_keyring_link((key_serial_t) arg2,
1903 (key_serial_t) arg3);
1906 return keyctl_keyring_unlink((key_serial_t) arg2,
1907 (key_serial_t) arg3);
1910 return keyctl_keyring_search((key_serial_t) arg2,
1913 (key_serial_t) arg5);
1916 return keyctl_read_key((key_serial_t) arg2,
1921 return keyctl_chown_key((key_serial_t) arg2,
1926 return keyctl_setperm_key((key_serial_t) arg2,
1930 return keyctl_instantiate_key((key_serial_t) arg2,
1933 (key_serial_t) arg5);
1936 return keyctl_negate_key((key_serial_t) arg2,
1938 (key_serial_t) arg4);
1944 return keyctl_set_timeout((key_serial_t) arg2,
1948 return keyctl_assume_authority((key_serial_t) arg2);
1951 return keyctl_get_security((key_serial_t) arg2,
1959 return keyctl_reject_key((key_serial_t) arg2,
1962 (key_serial_t) arg5);
1966 (key_serial_t) arg2,
1969 (key_serial_t) arg5);
1972 return keyctl_invalidate_key((key_serial_t) arg2);
1975 return keyctl_get_persistent((uid_t)arg2, (key_serial_t)arg3);
1983 return keyctl_restrict_keyring((key_serial_t) arg2,
1990 return keyctl_pkey_query((key_serial_t)arg2,
2012 return keyctl_keyring_move((key_serial_t)arg2,
2013 (key_serial_t)arg3,
2014 (key_serial_t)arg4,
2021 return keyctl_watch_key((key_serial_t)arg2, (int)arg3, (int)arg4);