]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/keys/user-type.h
Merge branch 'clockevents/fixes' of git://git.linaro.org/people/daniel.lezcano/linux...
[karo-tx-linux.git] / include / keys / user-type.h
index bc9ec1d7698cd730df2ef58c4a3ee58f1c067568..5e452c84f1e6741bc1b85405b2fce971c12051f0 100644 (file)
@@ -35,8 +35,10 @@ struct user_key_payload {
 extern struct key_type key_type_user;
 extern struct key_type key_type_logon;
 
-extern int user_instantiate(struct key *key, const void *data, size_t datalen);
-extern int user_update(struct key *key, const void *data, size_t datalen);
+struct key_preparsed_payload;
+
+extern int user_instantiate(struct key *key, struct key_preparsed_payload *prep);
+extern int user_update(struct key *key, struct key_preparsed_payload *prep);
 extern int user_match(const struct key *key, const void *criterion);
 extern void user_revoke(struct key *key);
 extern void user_destroy(struct key *key);