mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
keys: Kill off request_key_async{,_with_auxdata}
Kill off request_key_async{,_with_auxdata}() as they're not currently used. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
7743c48e54
commit
3b8c4a08a4
4 changed files with 2 additions and 114 deletions
|
@ -283,17 +283,6 @@ extern struct key *request_key_with_auxdata(struct key_type *type,
|
|||
size_t callout_len,
|
||||
void *aux);
|
||||
|
||||
extern struct key *request_key_async(struct key_type *type,
|
||||
const char *description,
|
||||
const void *callout_info,
|
||||
size_t callout_len);
|
||||
|
||||
extern struct key *request_key_async_with_auxdata(struct key_type *type,
|
||||
const char *description,
|
||||
const void *callout_info,
|
||||
size_t callout_len,
|
||||
void *aux);
|
||||
|
||||
extern int wait_for_key_construction(struct key *key, bool intr);
|
||||
|
||||
extern int key_validate(const struct key *key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue