| /linux-6.15/security/keys/ |
| H A D | internal.h | 240 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 …]
|
| H 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() 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 …]
|
| H 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()
|
| H 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()
|
| H A D | persistent.c | 129 long keyctl_get_persistent(uid_t _uid, key_serial_t destid) in keyctl_get_persistent()
|
| H 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()
|
| H A D | request_key_auth.c | 246 struct key *key_get_instantiation_authkey(key_serial_t target_id) in key_get_instantiation_authkey()
|
| H A D | dh.c | 18 static ssize_t dh_data_from_key(key_serial_t keyid, const void **data) in dh_data_from_key()
|
| /linux-6.15/include/linux/ |
| H A D | nvme-keyring.h | 16 key_serial_t nvme_tls_psk_default(struct key *keyring, 19 key_serial_t nvme_keyring_id(void); 20 struct key *nvme_tls_key_lookup(key_serial_t key_id); 28 static inline key_serial_t nvme_tls_psk_default(struct key *keyring, in nvme_tls_psk_default() 33 static inline key_serial_t nvme_keyring_id(void) in nvme_keyring_id() 37 static inline struct key *nvme_tls_key_lookup(key_serial_t key_id) in nvme_tls_key_lookup()
|
| H A D | key.h | 28 typedef int32_t key_serial_t; typedef 197 key_serial_t serial; /* key serial number */ 443 extern struct key *key_lookup(key_serial_t id); 445 static inline key_serial_t key_serial(const struct key *key) in key_serial() 452 extern key_ref_t lookup_user_key(key_serial_t id, unsigned long flags,
|
| H A D | lsm_audit.h | 91 key_serial_t key;
|
| /linux-6.15/include/net/ |
| H A D | handshake.h | 21 key_serial_t peerid); 29 key_serial_t ta_keyring; 30 key_serial_t ta_my_cert; 31 key_serial_t ta_my_privkey; 33 key_serial_t ta_my_peerids[5];
|
| /linux-6.15/drivers/nvme/common/ |
| H A D | keyring.c | 16 key_serial_t nvme_keyring_id(void) in nvme_keyring_id() 28 struct key *nvme_tls_key_lookup(key_serial_t key_id) in nvme_tls_key_lookup() 98 key_serial_t keyring_id; in nvme_tls_psk_lookup() 152 key_serial_t keyring_id; in nvme_tls_psk_refresh() 231 key_serial_t nvme_tls_psk_default(struct key *keyring, in nvme_tls_psk_default() 235 key_serial_t tls_key_id; in nvme_tls_psk_default()
|
| /linux-6.15/net/handshake/ |
| H A D | tlshd.c | 29 key_serial_t peerid); 36 key_serial_t th_keyring; 37 key_serial_t th_certificate; 38 key_serial_t th_privkey; 41 key_serial_t th_peerid[5];
|
| /linux-6.15/Documentation/security/keys/ |
| H 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 …]
|
| H A D | request-key.rst | 40 key_serial_t request_key(const char *type, 43 key_serial_t dest_keyring);
|
| /linux-6.15/Documentation/networking/ |
| H A D | tls-handshake.rst | 58 key_serial_t ta_keyring; 59 key_serial_t ta_my_cert; 60 key_serial_t ta_my_privkey; 62 key_serial_t ta_my_peerids[5]; 172 key_serial_t peerid);
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | cert_store.c | 319 key_serial_t *key_array; in invalidate_keyring_keys() 324 num_keys = keyring_payload_len / sizeof(key_serial_t); in invalidate_keyring_keys() 325 key_array = kcalloc(num_keys, sizeof(key_serial_t), GFP_KERNEL); in invalidate_keyring_keys()
|
| /linux-6.15/include/linux/sunrpc/ |
| H A D | xprt.h | 133 key_serial_t cert_serial; 134 key_serial_t privkey_serial;
|
| /linux-6.15/drivers/nvme/target/ |
| H A D | debugfs.c | 139 key_serial_t keyid = nvmet_queue_tls_keyid(ctrl->sqs[0]); in nvmet_ctrl_tls_key_show()
|
| H A D | nvmet.h | 863 static inline key_serial_t nvmet_queue_tls_keyid(struct nvmet_sq *sq) in nvmet_queue_tls_keyid() 875 static inline key_serial_t nvmet_queue_tls_keyid(struct nvmet_sq *sq) { return 0; } in nvmet_queue_tls_keyid()
|
| H A D | fabrics-cmd.c | 240 key_serial_t keyid = nvmet_queue_tls_keyid(sq); in nvmet_connect_result()
|
| /linux-6.15/drivers/nvdimm/ |
| H 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.15/fs/bcachefs/ |
| H A D | checksum.c | 467 key_serial_t key_id; in __bch2_request_key() 526 key_serial_t key_id; in bch2_revoke_key()
|
| /linux-6.15/Documentation/admin-guide/nfs/ |
| H A D | nfs-idmapper.rst | 70 description. The serialized key is first converted into a key_serial_t, and
|