summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-18 03:28:31 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 22:58:02 +0200
commitd6e4385206d32171d63abe33ee11a349dc9d6e3a (patch)
tree279ce2bdb969803cc815c5d11470003497d3f220 /ncr-int.h
parentb327f41fefe390d6db4832fe44f3cf37d86514c0 (diff)
downloadcryptodev-linux-d6e4385206d32171d63abe33ee11a349dc9d6e3a.tar.gz
cryptodev-linux-d6e4385206d32171d63abe33ee11a349dc9d6e3a.tar.xz
cryptodev-linux-d6e4385206d32171d63abe33ee11a349dc9d6e3a.zip
Convert *_KEY_DERIVE
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 172c51c..0ae042b 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -111,7 +111,8 @@ long ncr_compat_ioctl(struct ncr_lists *lst, unsigned int cmd,
unsigned long arg);
/* key derivation */
-int ncr_key_derive(struct ncr_lists *lst, void __user* arg);
+int ncr_key_derive(struct ncr_lists *lst, const struct ncr_key_derive *data,
+ struct nlattr *tb[]);
void ncr_key_clear(struct key_item_st* item);
void ncr_key_assign_flags(struct key_item_st* item, unsigned int flags);