summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-16 17:18:10 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 23:46:27 +0200
commite536df1a394cf653ecc5964ece0551b0259abeb4 (patch)
tree3cad0c282d08b0616f34eb01199b3d3277d06621 /ncr-int.h
parent2039b544b32e37bb4aea4ed06ac9ef905f656326 (diff)
downloadcryptodev-linux-e536df1a394cf653ecc5964ece0551b0259abeb4.tar.gz
cryptodev-linux-e536df1a394cf653ecc5964ece0551b0259abeb4.tar.xz
cryptodev-linux-e536df1a394cf653ecc5964ece0551b0259abeb4.zip
Convert *_KEY_STORAGE_UNWRAP
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 419b9e6..b8f1250 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -160,7 +160,9 @@ int ncr_key_unwrap(struct ncr_lists *lst, const struct ncr_key_unwrap *wrap,
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);
+int ncr_key_storage_unwrap(struct ncr_lists *lst,
+ const struct ncr_key_storage_unwrap *wrap,
+ struct nlattr *tb[]);
/* sessions */
struct session_item_st* ncr_session_new(struct ncr_lists *lst);