From 3ced79bdd08d2826eed9342bda625c8198638e2f Mon Sep 17 00:00:00 2001 From: Matt Mackall Date: Mon, 7 Mar 2005 18:14:07 -0800 Subject: [PATCH] random: Move halfmd4 to lib Move half-MD4 hash to /lib where we can share it with htree. Signed-off-by: Matt Mackall Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- include/linux/cryptohash.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 -- cgit v1.2.3