summaryrefslogtreecommitdiffstats
path: root/ncr_int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-07-24 02:04:11 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-07-24 04:25:17 +0200
commitd11063f50e61ba5880324908ea6cccb0314f0d46 (patch)
tree4f000394fa0e798a8a4206996ce51ec4919cd909 /ncr_int.h
parent442669bac9acde432d01d423a3fd1dd2c7a27fd7 (diff)
downloadcryptodev-linux-d11063f50e61ba5880324908ea6cccb0314f0d46.tar.gz
cryptodev-linux-d11063f50e61ba5880324908ea6cccb0314f0d46.tar.xz
cryptodev-linux-d11063f50e61ba5880324908ea6cccb0314f0d46.zip
Use algo_properties_st in ncr_key_params_get_sign_hash
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 720fd52..fc6e0c6 100644
--- a/ncr_int.h
+++ b/ncr_int.h
@@ -208,6 +208,6 @@ inline static unsigned int data_flags_to_key(unsigned int data_flags)
const struct algo_properties_st *_ncr_algo_to_properties(ncr_algorithm_t algo);
const char* _ncr_algo_to_str(ncr_algorithm_t algo);
int _ncr_algo_digest_size(ncr_algorithm_t algo);
-int ncr_key_params_get_sign_hash(ncr_algorithm_t algo, struct ncr_key_params_st * params);
+const struct algo_properties_st *ncr_key_params_get_sign_hash(const struct algo_properties_st *algo, struct ncr_key_params_st * params);
#endif