summaryrefslogtreecommitdiffstats
path: root/ncr-int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-12 21:51:20 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-24 22:59:21 +0200
commit7c70b1f992d02daa3c5d435355ac7875a6b1b95b (patch)
tree2a668303bcc6d2d724385206d15dfede4ba9af91 /ncr-int.h
parentd6e4385206d32171d63abe33ee11a349dc9d6e3a (diff)
downloadcryptodev-linux-7c70b1f992d02daa3c5d435355ac7875a6b1b95b.tar.gz
cryptodev-linux-7c70b1f992d02daa3c5d435355ac7875a6b1b95b.tar.xz
cryptodev-linux-7c70b1f992d02daa3c5d435355ac7875a6b1b95b.zip
Convert *_KEY_GET_INFO
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 0ae042b..9330abf 100644
--- a/ncr-int.h
+++ b/ncr-int.h
@@ -15,6 +15,7 @@
#define err() printk(KERN_DEBUG"ncr: %s: %s: %d\n", __FILE__, __func__, __LINE__)
struct nlattr;
+struct ncr_out;
struct algo_properties_st {
ncr_algorithm_t algo;
@@ -125,7 +126,8 @@ 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, const struct ncr_key_generate *gen,
struct nlattr *tb[]);
-int ncr_key_info(struct ncr_lists *lst, void __user* arg);
+int ncr_key_get_info(struct ncr_lists *lst, struct ncr_out *out,
+ const struct ncr_key_get_info *info, struct nlattr *tb[]);
int ncr_key_generate_pair(struct ncr_lists *lst,
const struct ncr_key_generate_pair *gen,