Home
last modified time | relevance | path

Searched refs:request_key_tag (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dkey.h322 extern struct key *request_key_tag(struct key_type *type,
350 return request_key_tag(type, description, NULL, callout_info); in request_key()
370 request_key_tag(type, description, net->key_domain, callout_info)
/openbmc/linux/Documentation/security/keys/
H A Drequest-key.rst18 struct key *request_key_tag(const struct key_type *type,
50 The request_key_tag() call is like the in-kernel request_key(), except that it
54 The request_key_with_auxdata() calls is like the request_key_tag() call, except
59 The request_key_rcu() call is like the request_key_tag() call, except that it
H A Dcore.rst1168 struct key *request_key_tag(const struct key_type *type,
1188 This is identical to request_key_tag(), except that the auxiliary data is
1200 which is similar to request_key_tag() except that it does not check for
/openbmc/linux/security/keys/
H A Drequest_key.c706 struct key *request_key_tag(struct key_type *type, in request_key_tag() function
729 EXPORT_SYMBOL(request_key_tag);