summaryrefslogtreecommitdiffstats
path: root/ncr_int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-07-24 01:23:49 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-07-24 01:23:49 +0200
commit9ea47f5b396bb1e767d4a231bc7166efd3dffd3e (patch)
tree4af8aeed00c3cb2aa47c67367abc58d2bb33d352 /ncr_int.h
parent7188e485061fc6bbad9075333a289941f38a131e (diff)
downloadcryptodev-linux-9ea47f5b396bb1e767d4a231bc7166efd3dffd3e.tar.gz
cryptodev-linux-9ea47f5b396bb1e767d4a231bc7166efd3dffd3e.tar.xz
cryptodev-linux-9ea47f5b396bb1e767d4a231bc7166efd3dffd3e.zip
Use algo_properties_st in ncr_algorithm_to_key_type
An intermediary patch, the function will be removed in next commit.
Diffstat (limited to 'ncr_int.h')
-rw-r--r--ncr_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncr_int.h b/ncr_int.h
index 47eb419..93936ca 100644
--- a/ncr_int.h
+++ b/ncr_int.h
@@ -154,7 +154,7 @@ int ncr_limits_add_and_check(uid_t uid, pid_t pid, limits_type_t type);
void ncr_limits_init(void);
void ncr_limits_deinit(void);
-ncr_key_type_t ncr_algorithm_to_key_type(ncr_algorithm_t algo);
+ncr_key_type_t ncr_algorithm_to_key_type(const struct algo_properties_st *algo);
int ncr_key_wrap(struct list_sem_st* keys, struct list_sem_st* data, void __user* arg);
int ncr_key_unwrap(struct list_sem_st*, struct list_sem_st* data, void __user* arg);