summaryrefslogtreecommitdiffstats
path: root/ncr-pk.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-pk.h
parentb327f41fefe390d6db4832fe44f3cf37d86514c0 (diff)
downloadkernel-crypto-d6e4385206d32171d63abe33ee11a349dc9d6e3a.tar.gz
kernel-crypto-d6e4385206d32171d63abe33ee11a349dc9d6e3a.tar.xz
kernel-crypto-d6e4385206d32171d63abe33ee11a349dc9d6e3a.zip
Convert *_KEY_DERIVE
Diffstat (limited to 'ncr-pk.h')
-rw-r--r--ncr-pk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncr-pk.h b/ncr-pk.h
index 722d1eae12b..ba35e45634d 100644
--- a/ncr-pk.h
+++ b/ncr-pk.h
@@ -51,7 +51,7 @@ int ncr_pk_cipher_verify(const struct ncr_pk_ctx* ctx,
int _ncr_tomerr(int err);
int ncr_pk_derive(struct key_item_st* newkey, struct key_item_st* oldkey,
- struct ncr_key_derivation_params_st * params);
+ struct nlattr *tb[]);
int ncr_pk_get_rsa_size( rsa_key* key);
int ncr_pk_get_dsa_size( dsa_key* key);