Searched refs:request_key_tag (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| A D | key.h | 316 extern struct key *request_key_tag(struct key_type *type, 344 return request_key_tag(type, description, NULL, callout_info); in request_key() 364 request_key_tag(type, description, net->key_domain, callout_info)
|
| /linux/Documentation/security/keys/ |
| 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
|
| 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/ |
| A D | request_key.c | 690 struct key *request_key_tag(struct key_type *type, in request_key_tag() function 713 EXPORT_SYMBOL(request_key_tag);
|
| /linux/ |
| A D | vmlinux.symvers | 2657 0x00000000 request_key_tag vmlinux EXPORT_SYMBOL
|
| A D | System.map | 14606 ffff800010431a20 T request_key_tag
|
| A D | .tmp_System.map | 14606 ffff800010431a20 T request_key_tag
|
Completed in 303 milliseconds