Searched refs:request_key_tag (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | key.h | 322 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)
|
/linux/Documentation/security/keys/ |
H A D | request-key.rst | 18 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 D | core.rst | 1168 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
|
/linux/security/keys/ |
H A D | request_key.c | 706 struct key *request_key_tag(struct key_type *type, in request_key_tag() function 729 EXPORT_SYMBOL(request_key_tag);
|