Searched refs:domain_tag (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | key.h | 130 struct key_tag *domain_tag; /* Domain of operation */ member 252 struct key_tag *domain_tag; /* Domain of operation */ member 305 extern void key_remove_domain(struct key_tag *domain_tag); 325 struct key_tag *domain_tag, 330 struct key_tag *domain_tag); 334 struct key_tag *domain_tag,
|
| /linux/security/keys/ |
| H A D | request_key.c | 549 * @domain_tag: The domain in which the key operates. 556 * A key matching the specified criteria (type, description, domain_tag) is 576 struct key_tag *domain_tag, in request_key_and_link() argument 585 .index_key.domain_tag = domain_tag, in request_key_and_link() 695 * @domain_tag: The domain in which the key operates. 708 struct key_tag *domain_tag, in request_key_tag() argument 717 key = request_key_and_link(type, description, domain_tag, in request_key_tag() 735 * @domain_tag: The domain in which the key operates. 748 struct key_tag *domain_tag, in request_key_with_auxdata() argument 784 request_key_rcu(struct key_type * type,const char * description,struct key_tag * domain_tag) request_key_rcu() argument [all...] |
| H A D | keyring.c | 176 piece = (unsigned long)index_key->domain_tag; in hash_key_type_and_desc() 221 if (!index_key->domain_tag) { in key_set_index_key() 223 index_key->domain_tag = current->nsproxy->net_ns->key_domain; in key_set_index_key() 225 index_key->domain_tag = &default_domain_tag; in key_set_index_key() 250 * @domain_tag: The domain tag to release. 256 void key_remove_domain(struct key_tag *domain_tag) in key_remove_domain() argument 258 domain_tag->removed = true; in key_remove_domain() 259 if (!key_put_tag(domain_tag)) in key_remove_domain() 284 return (unsigned long)index_key->domain_tag; in keyring_get_key_chunk() 315 key->index_key.domain_tag in keyring_compare_object() [all...] |
| H A D | internal.h | 152 struct key_tag *domain_tag, 233 key->domain_tag->removed;
|
| H A D | gc.c | 163 key_put_tag(key->domain_tag); in key_gc_unused_keys()
|
| H A D | key.c | 321 refcount_inc(&key->domain_tag->usage); in key_alloc()
|
| /linux/Documentation/security/keys/ |
| H A D | request-key.rst | 20 const struct key_tag *domain_tag, 27 const struct key_tag *domain_tag, 36 const struct key_tag *domain_tag);
|
| H A D | core.rst | 1170 struct key_tag *domain_tag, 1175 tag. The domain_tag may be NULL, specifying a global domain that is 1183 struct key_tag *domain_tag, 1198 struct key_tag *domain_tag);
|