Searched refs:request_key_tag (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | key.h | 316 extern struct key *request_key_tag(struct key_type *type, 338 * As for request_key_tag(), but with the default global domain tag. 344 return request_key_tag(type, description, NULL, callout_info); in request_key() 364 request_key_tag(type, description, net->key_domain, callout_info);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | key.h | 322 extern struct key *request_key_tag(struct key_type *type, 344 * As for request_key_tag(), but with the default global domain tag. 350 return request_key_tag(type, description, NULL, callout_info); in request_key() 370 request_key_tag(type, description, net->key_domain, callout_info)
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | request_key.c | 692 * request_key_tag - Request a key and wait for construction 706 struct key *request_key_tag(struct key_type *type, in request_key_tag() function 729 EXPORT_SYMBOL(request_key_tag); variable
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | request_key.c | 692 * request_key_tag - Request a key and wait for construction 706 struct key *request_key_tag(struct key_type *type, in request_key_tag() function 729 EXPORT_SYMBOL(request_key_tag); variable
|
Completed in 4 milliseconds