summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/crypto/md5.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/crypto/md5.h b/include/crypto/md5.h
index 65f299b08b0d..146af825eedb 100644
--- a/include/crypto/md5.h
+++ b/include/crypto/md5.h
@@ -8,6 +8,11 @@
8#define MD5_BLOCK_WORDS 16 8#define MD5_BLOCK_WORDS 16
9#define MD5_HASH_WORDS 4 9#define MD5_HASH_WORDS 4
10 10
11#define MD5_H0 0x67452301UL
12#define MD5_H1 0xefcdab89UL
13#define MD5_H2 0x98badcfeUL
14#define MD5_H3 0x10325476UL
15
11struct md5_state { 16struct md5_state {
12 u32 hash[MD5_HASH_WORDS]; 17 u32 hash[MD5_HASH_WORDS];
13 u32 block[MD5_BLOCK_WORDS]; 18 u32 block[MD5_BLOCK_WORDS];