/linux-6.3-rc2/security/keys/ |
A D | internal.h | 113 key_serial_t target_id); 238 extern long keyctl_revoke_key(key_serial_t); 240 extern long keyctl_keyring_link(key_serial_t, key_serial_t); 241 extern long keyctl_keyring_move(key_serial_t, key_serial_t, key_serial_t, unsigned int); 242 extern long keyctl_keyring_unlink(key_serial_t, key_serial_t); 245 const char __user *, key_serial_t); 250 size_t, key_serial_t); 251 extern long keyctl_negate_key(key_serial_t, unsigned, key_serial_t); 258 extern long keyctl_reject_key(key_serial_t, unsigned, unsigned, key_serial_t); 261 unsigned, key_serial_t); [all …]
|
A D | keyctl.c | 78 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() 1169 key_serial_t ringid) in keyctl_instantiate_key_common() 1247 key_serial_t ringid) in keyctl_instantiate_key() 1277 key_serial_t ringid) in keyctl_instantiate_key_iov() 1310 long keyctl_negate_key(key_serial_t id, unsigned timeout, key_serial_t ringid) in keyctl_negate_key() 1961 (key_serial_t) arg2, in SYSCALL_DEFINE5() [all …]
|
A D | proc.c | 78 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 D | keyctl_pkey.c | 78 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 D | persistent.c | 129 long keyctl_get_persistent(uid_t _uid, key_serial_t destid) in keyctl_get_persistent()
|
A D | keyring.c | 455 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 D | request_key_auth.c | 246 struct key *key_get_instantiation_authkey(key_serial_t target_id) in key_get_instantiation_authkey()
|
A D | dh.c | 18 static ssize_t dh_data_from_key(key_serial_t keyid, const void **data) in dh_data_from_key()
|
A D | request_key.c | 120 key_serial_t prkey, sskey; in call_sbin_request_key()
|
A D | process_keys.c | 611 key_ref_t lookup_user_key(key_serial_t id, unsigned long lflags, in lookup_user_key()
|
A D | key.c | 661 struct key *key_lookup(key_serial_t id) in key_lookup()
|
/linux-6.3-rc2/include/linux/ |
A D | key.h | 28 typedef int32_t key_serial_t; typedef 197 key_serial_t serial; /* key serial number */ 445 extern struct key *key_lookup(key_serial_t id); 447 static inline key_serial_t key_serial(const struct key *key) in key_serial() 454 extern key_ref_t lookup_user_key(key_serial_t id, unsigned long flags,
|
A D | lsm_audit.h | 90 key_serial_t key;
|
A D | syscalls.h | 875 key_serial_t destringid); 879 key_serial_t destringid);
|
/linux-6.3-rc2/Documentation/security/keys/ |
A D | core.rst | 384 key_serial_t keyring); 425 key_serial_t dest_keyring); 447 key_serial_t keyctl(KEYCTL_GET_KEYRING_ID, key_serial_t id, 567 long keyctl(KEYCTL_LINK, key_serial_t keyring, key_serial_t key); 587 key_serial_t id, 588 key_serial_t from_ring_id, 589 key_serial_t to_ring_id, 607 long keyctl(KEYCTL_UNLINK, key_serial_t keyring, key_serial_t key); 619 key_serial_t keyctl(KEYCTL_SEARCH, key_serial_t keyring, 667 key_serial_t keyring); [all …]
|
A D | request-key.rst | 40 key_serial_t request_key(const char *type, 43 key_serial_t dest_keyring);
|
/linux-6.3-rc2/drivers/nvdimm/ |
A D | security.c | 91 key_serial_t id, int subclass) in nvdimm_lookup_user_key() 121 key_serial_t id, int subclass, struct key **key) in nvdimm_get_user_key_payload()
|
/linux-6.3-rc2/Documentation/admin-guide/nfs/ |
A D | nfs-idmapper.rst | 70 description. The serialized key is first converted into a key_serial_t, and
|
/linux-6.3-rc2/crypto/asymmetric_keys/ |
A D | asymmetric_type.c | 532 key_serial_t serial; in asymmetric_lookup_restriction()
|
/linux-6.3-rc2/crypto/ |
A D | af_alg.c | 275 static struct key *lookup_key(key_serial_t serial) in lookup_key() 292 key_serial_t serial; in alg_setkey_by_key_serial()
|
/linux-6.3-rc2/Documentation/crypto/ |
A D | userspace-if.rst | 385 - ALG_SET_KEY_BY_KEY_SERIAL -- Setting the key via keyring key_serial_t. 390 The passed in key_serial_t must have the KEY_(POS|USR|GRP|OTH)_SEARCH
|