Searched refs:key_serial_t (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/security/keys/ |
D | internal.h | 104 key_serial_t target_id); 156 extern key_ref_t lookup_user_key(key_serial_t id, unsigned long flags, 202 extern struct key *key_get_instantiation_authkey(key_serial_t target_id); 218 extern long keyctl_get_keyring_ID(key_serial_t, int); 220 extern long keyctl_update_key(key_serial_t, const void __user *, size_t); 221 extern long keyctl_revoke_key(key_serial_t); 222 extern long keyctl_keyring_clear(key_serial_t); 223 extern long keyctl_keyring_link(key_serial_t, key_serial_t); 224 extern long keyctl_keyring_unlink(key_serial_t, key_serial_t); 225 extern long keyctl_describe_key(key_serial_t, char __user *, size_t); [all …]
|
D | keyctl.c | 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() [all …]
|
D | compat.c | 28 key_serial_t id, in compat_keyctl_instantiate_key_iov() 31 key_serial_t ringid) in compat_keyctl_instantiate_key_iov()
|
D | proc.c | 104 static struct key *find_ge_key(struct seq_file *p, key_serial_t id) in find_ge_key() 141 key_serial_t pos = *_pos; in proc_keys_start() 155 static inline key_serial_t key_node_serial(struct rb_node *n) in key_node_serial()
|
D | persistent.c | 129 long keyctl_get_persistent(uid_t _uid, key_serial_t destid) in keyctl_get_persistent()
|
D | keyring.c | 421 key_serial_t __user *buffer; 460 if (buflen & (sizeof(key_serial_t) - 1)) in keyring_read() 468 ctx.qty = nr_keys * sizeof(key_serial_t); in keyring_read() 477 ctx.buffer = (key_serial_t __user *)buffer; in keyring_read()
|
D | request_key_auth.c | 242 struct key *key_get_instantiation_authkey(key_serial_t target_id) in key_get_instantiation_authkey()
|
D | request_key.c | 99 key_serial_t prkey, sskey; in call_sbin_request_key()
|
D | process_keys.c | 516 key_ref_t lookup_user_key(key_serial_t id, unsigned long lflags, in lookup_user_key()
|
D | key.c | 614 struct key *key_lookup(key_serial_t id) in key_lookup()
|
/linux-4.1.27/include/linux/ |
D | key.h | 31 typedef int32_t key_serial_t; typedef 134 key_serial_t serial; /* key serial number */ 305 extern struct key *key_lookup(key_serial_t id); 307 static inline key_serial_t key_serial(const struct key *key) in key_serial()
|
D | lsm_audit.h | 66 key_serial_t key;
|
D | syscalls.h | 711 key_serial_t destringid); 716 key_serial_t destringid);
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 50 (*) Each key is issued a serial number of type key_serial_t that is unique for 397 key_serial_t add_key(const char *type, const char *desc, 399 key_serial_t keyring); 438 key_serial_t request_key(const char *type, const char *description, 440 key_serial_t dest_keyring); 458 key_serial_t keyctl(KEYCTL_GET_KEYRING_ID, key_serial_t id, 471 key_serial_t keyctl(KEYCTL_JOIN_SESSION_KEYRING, const char *name); 489 long keyctl(KEYCTL_UPDATE, key_serial_t key, const void *payload, 503 long keyctl(KEYCTL_REVOKE, key_serial_t key); 512 long keyctl(KEYCTL_CHOWN, key_serial_t key, uid_t uid, gid_t gid); [all …]
|
D | keys-request-key.txt | 41 key_serial_t request_key(const char *type, 44 key_serial_t dest_keyring);
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 174 …r __user *, tp, const char __user *, dsc, const void __user *, pld, size_t, len, key_serial_t, id); 175 …y, const char __user *, tp, const char __user *, dsc, const char __user *, info, key_serial_t, id);
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | idmapper.txt | 67 description. The serialized key is first converted into a key_serial_t, and
|