summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-16 16:56:49 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 23:46:25 +0200
commit2039b544b32e37bb4aea4ed06ac9ef905f656326 (patch)
tree82e17ef30d23f4f2ecffe981e8910e228f7d9512 /ncr-int.h
parent96ec7e16575010e4d48c47ade593ca91690c105b (diff)
downloadcryptodev-linux-2039b544b32e37bb4aea4ed06ac9ef905f656326.tar.gz
cryptodev-linux-2039b544b32e37bb4aea4ed06ac9ef905f656326.tar.xz
cryptodev-linux-2039b544b32e37bb4aea4ed06ac9ef905f656326.zip
Convert *_KEY_STORAGE_WRAP
Diffstat (limited to 'ncr-int.h')
-rw-r--r--ncr-int.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ncr-int.h b/ncr-int.h
index 6f4fb94..419b9e6 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -157,7 +157,9 @@ 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, 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_wrap(struct ncr_lists *lst,
+ const struct ncr_key_storage_wrap *wrap,
+ struct nlattr *tb[]);
int ncr_key_storage_unwrap(struct ncr_lists *lst, void __user* arg);
/* sessions */