mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
keys: Implement update for the big_key type
Implement the ->update op for the big_key type. Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
@@ -18,5 +18,6 @@ extern void big_key_revoke(struct key *key);
|
||||
extern void big_key_destroy(struct key *key);
|
||||
extern void big_key_describe(const struct key *big_key, struct seq_file *m);
|
||||
extern long big_key_read(const struct key *key, char *buffer, size_t buflen);
|
||||
extern int big_key_update(struct key *key, struct key_preparsed_payload *prep);
|
||||
|
||||
#endif /* _KEYS_BIG_KEY_TYPE_H */
|
||||
|
||||
Reference in New Issue
Block a user