Home
last modified time | relevance | path

Searched refs:key_serial_t (Results 1 – 11 of 11) sorted by relevance

/security/keys/
A Dinternal.h240 extern long keyctl_revoke_key(key_serial_t);
241 extern long keyctl_keyring_clear(key_serial_t);
242 extern long keyctl_keyring_link(key_serial_t, key_serial_t);
243 extern long keyctl_keyring_move(key_serial_t, key_serial_t, key_serial_t, unsigned int);
244 extern long keyctl_keyring_unlink(key_serial_t, key_serial_t);
247 const char __user *, key_serial_t);
252 size_t, key_serial_t);
253 extern long keyctl_negate_key(key_serial_t, unsigned, key_serial_t);
260 extern long keyctl_reject_key(key_serial_t, unsigned, unsigned, key_serial_t);
263 unsigned, key_serial_t);
[all …]
A Dkeyctl.c78 key_serial_t, ringid) in SYSCALL_DEFINE5() argument
170 key_serial_t, destringid) in SYSCALL_DEFINE4() argument
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()
1175 key_serial_t ringid) in keyctl_instantiate_key_common()
1253 key_serial_t ringid) in keyctl_instantiate_key()
1282 key_serial_t ringid) in keyctl_instantiate_key_iov()
1315 long keyctl_negate_key(key_serial_t id, unsigned timeout, key_serial_t ringid) in keyctl_negate_key()
1966 (key_serial_t) arg2, in SYSCALL_DEFINE5()
[all …]
A Dproc.c78 static struct key *find_ge_key(struct seq_file *p, key_serial_t id) in find_ge_key()
115 key_serial_t pos = *_pos; in proc_keys_start()
129 static inline key_serial_t key_node_serial(struct rb_node *n) in key_node_serial()
A Dkeyctl_pkey.c78 static int keyctl_pkey_params_get(key_serial_t id, in keyctl_pkey_params_get()
169 long keyctl_pkey_query(key_serial_t id, in keyctl_pkey_query()
A Dpersistent.c129 long keyctl_get_persistent(uid_t _uid, key_serial_t destid) in keyctl_get_persistent()
A Dkeyring.c455 key_serial_t *buffer;
489 if (buflen & (sizeof(key_serial_t) - 1)) in keyring_read()
494 ctx.buffer = (key_serial_t *)buffer; in keyring_read()
506 ret = keyring->keys.nr_leaves_on_tree * sizeof(key_serial_t); in keyring_read()
A Drequest_key_auth.c246 struct key *key_get_instantiation_authkey(key_serial_t target_id) in key_get_instantiation_authkey()
A Ddh.c18 static ssize_t dh_data_from_key(key_serial_t keyid, const void **data) in dh_data_from_key()
A Drequest_key.c123 key_serial_t prkey, sskey; in call_sbin_request_key()
A Dprocess_keys.c611 key_ref_t lookup_user_key(key_serial_t id, unsigned long lflags, in lookup_user_key()
A Dkey.c673 struct key *key_lookup(key_serial_t id) in key_lookup()

Completed in 19 milliseconds