diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cryptohash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cryptohash.h b/include/linux/cryptohash.h index 50e6fa516ca6..7d9e3576dfed 100644 --- a/include/linux/cryptohash.h +++ b/include/linux/cryptohash.h @@ -7,4 +7,6 @@ void sha_init(__u32 *buf); void sha_transform(__u32 *digest, const char *data, __u32 *W); +__u32 half_md4_transform(__u32 const buf[4], __u32 const in[8]); + #endif |
