summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-18 03:42:55 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 22:52:39 +0200
commit2c51dc1a549816a34cb78230bf656537ecd21961 (patch)
treeef746b51a12d651384b4ae87db677630db4e578a /ncr-int.h
parent491fc6dd6fff9b4d9676e03189ae76538184b51d (diff)
downloadcryptodev-linux-2c51dc1a549816a34cb78230bf656537ecd21961.tar.gz
cryptodev-linux-2c51dc1a549816a34cb78230bf656537ecd21961.tar.xz
cryptodev-linux-2c51dc1a549816a34cb78230bf656537ecd21961.zip
Convert *_KEY_GENERATE
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 06ed483..2a7e2f4 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -122,7 +122,8 @@ 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_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, void __user* arg);
+int ncr_key_generate(struct ncr_lists *lst, const struct ncr_key_generate *gen,
+ struct nlattr *tb[]);
int ncr_key_info(struct ncr_lists *lst, void __user* arg);
int ncr_key_generate_pair(struct ncr_lists *lst, void __user* arg);