summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-13 19:17:16 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 22:59:22 +0200
commit827e65e77c32da30ce675e8e7c05de73d9aeab5a (patch)
treefd0eeb20b7eecb859756abdc4941fab3cb0ca4ae /ncr-int.h
parent7c70b1f992d02daa3c5d435355ac7875a6b1b95b (diff)
downloadcryptodev-linux-827e65e77c32da30ce675e8e7c05de73d9aeab5a.tar.gz
cryptodev-linux-827e65e77c32da30ce675e8e7c05de73d9aeab5a.tar.xz
cryptodev-linux-827e65e77c32da30ce675e8e7c05de73d9aeab5a.zip
Convert *_KEY_EXPORT
Diffstat (limited to 'ncr-int.h')
-rw-r--r--ncr-int.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ncr-int.h b/ncr-int.h
index 9330abf..050bf35 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -121,7 +121,8 @@ void ncr_key_assign_flags(struct key_item_st* item, unsigned int flags);
/* key handling */
int ncr_key_init(struct ncr_lists *lst);
int ncr_key_deinit(struct ncr_lists *lst, void __user* arg);
-int ncr_key_export(struct ncr_lists *lst, void __user* arg);
+int ncr_key_export(struct ncr_lists *lst, const struct ncr_key_export *data,
+ struct nlattr *tb[]);
int ncr_key_import(struct ncr_lists *lst, void __user* arg);
void ncr_key_list_deinit(struct ncr_lists *lst);
int ncr_key_generate(struct ncr_lists *lst, const struct ncr_key_generate *gen,