summaryrefslogtreecommitdiffstats
path: root/cryptodev_int.h
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2010-08-25 05:47:28 +0200
committerMiloslav Trmač <mitr@redhat.com>2010-08-25 05:47:28 +0200
commit7f6e65351ae2c214f28496609103711773721ca5 (patch)
tree29c1ce2f7f8c149700bb13c4b8dbf06723dc4ab8 /cryptodev_int.h
parentfb5c4437fbec88cd98074a0d76ce939de2cc530f (diff)
parentd2e5c1885639377eb06a03a852d05faf06b4a3c1 (diff)
downloadcryptodev-linux-7f6e65351ae2c214f28496609103711773721ca5.tar.gz
cryptodev-linux-7f6e65351ae2c214f28496609103711773721ca5.tar.xz
cryptodev-linux-7f6e65351ae2c214f28496609103711773721ca5.zip
Merge branch 'cleanups'
Diffstat (limited to 'cryptodev_int.h')
-rw-r--r--cryptodev_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptodev_int.h b/cryptodev_int.h
index e381505..573fcaa 100644
--- a/cryptodev_int.h
+++ b/cryptodev_int.h
@@ -77,6 +77,6 @@ ssize_t cryptodev_hash_update( struct hash_data* hdata, struct scatterlist *sg,
ssize_t _cryptodev_hash_update( struct hash_data* hdata, const void* data, size_t len);
int cryptodev_hash_reset( struct hash_data* hdata);
void cryptodev_hash_deinit(struct hash_data* hdata);
-int cryptodev_hash_init( struct hash_data* hdata, const char* alg_name, int hmac_mode, void* mackey, size_t mackeylen);
+int cryptodev_hash_init(struct hash_data *hdata, const char *alg_name, const void *mackey, size_t mackeylen);
#endif /* CRYPTODEV_INT_H */