Home
last modified time | relevance | path

Searched refs:domain_tag (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dkey.h124 struct key_tag *domain_tag; /* Domain of operation */ member
245 struct key_tag *domain_tag; /* Domain of operation */ member
298 extern void key_remove_domain(struct key_tag *domain_tag);
318 struct key_tag *domain_tag,
323 struct key_tag *domain_tag);
327 struct key_tag *domain_tag,
/kernel/linux/linux-6.6/include/linux/
H A Dkey.h130 struct key_tag *domain_tag; /* Domain of operation */ member
251 struct key_tag *domain_tag; /* Domain of operation */ member
304 extern void key_remove_domain(struct key_tag *domain_tag);
324 struct key_tag *domain_tag,
329 struct key_tag *domain_tag);
333 struct key_tag *domain_tag,
/kernel/linux/linux-5.10/security/keys/
H A Drequest_key.c549 * @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()
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()
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()
574 request_key_and_link(struct key_type *type, const char *description, struct key_tag *domain_tag, const void *callout_info, size_t callout_len, void *aux, struct key *dest_keyring, unsigned long flags) request_key_and_link() argument
706 request_key_tag(struct key_type *type, const char *description, struct key_tag *domain_tag, const char *callout_info) request_key_tag() argument
746 request_key_with_auxdata(struct key_type *type, const char *description, struct key_tag *domain_tag, const void *callout_info, size_t callout_len, void *aux) request_key_with_auxdata() argument
782 request_key_rcu(struct key_type *type, const char *description, struct key_tag *domain_tag) request_key_rcu() argument
[all...]
H A Dkeyring.c176 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 Dinternal.h159 struct key_tag *domain_tag,
240 key->domain_tag->removed; in key_is_dead()
H A Dgc.c171 key_put_tag(key->domain_tag); in key_gc_unused_keys()
H A Dkey.c320 refcount_inc(&key->domain_tag->usage); in key_alloc()
/kernel/linux/linux-6.6/security/keys/
H A Drequest_key.c549 * @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()
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()
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()
574 request_key_and_link(struct key_type *type, const char *description, struct key_tag *domain_tag, const void *callout_info, size_t callout_len, void *aux, struct key *dest_keyring, unsigned long flags) request_key_and_link() argument
706 request_key_tag(struct key_type *type, const char *description, struct key_tag *domain_tag, const char *callout_info) request_key_tag() argument
746 request_key_with_auxdata(struct key_type *type, const char *description, struct key_tag *domain_tag, const void *callout_info, size_t callout_len, void *aux) request_key_with_auxdata() argument
782 request_key_rcu(struct key_type *type, const char *description, struct key_tag *domain_tag) request_key_rcu() argument
[all...]
H A Dkeyring.c176 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 Dinternal.h159 struct key_tag *domain_tag,
238 key->domain_tag->removed; in key_is_dead()
H A Dgc.c171 key_put_tag(key->domain_tag); in key_gc_unused_keys()
H A Dkey.c320 refcount_inc(&key->domain_tag->usage); in key_alloc()

Completed in 11 milliseconds