summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-16 16:18:07 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 23:44:25 +0200
commit96ec7e16575010e4d48c47ade593ca91690c105b (patch)
tree61366a140136256e28165bd143ef1cc1811a7246 /ncr-int.h
parent3ab6fc7d0d19f62b48ecef310249014192289613 (diff)
downloadcryptodev-linux-96ec7e16575010e4d48c47ade593ca91690c105b.tar.gz
cryptodev-linux-96ec7e16575010e4d48c47ade593ca91690c105b.tar.xz
cryptodev-linux-96ec7e16575010e4d48c47ade593ca91690c105b.zip
Convert *_KEY_UNWRAP
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 f49f2ef..6f4fb94 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -155,7 +155,8 @@ void ncr_limits_deinit(void);
int ncr_key_wrap(struct ncr_lists *lst, const struct ncr_key_wrap *wrap,
struct nlattr *tb[]);
-int ncr_key_unwrap(struct ncr_lists *lst, void __user* arg);
+int ncr_key_unwrap(struct ncr_lists *lst, const struct ncr_key_unwrap *wrap,
+ struct nlattr *tb[]);
int ncr_key_storage_wrap(struct ncr_lists *lst, void __user* arg);
int ncr_key_storage_unwrap(struct ncr_lists *lst, void __user* arg);