]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/cryptohash.h
TCPCT part 1b: generate Responder Cookie secret
[karo-tx-linux.git] / include / linux / cryptohash.h
index c118b2ad9807062bdb732aec90479ad9a4f59f16..ec78a4bbe1d5b6ebbb2f4e1ab10406d700c7efe5 100644 (file)
@@ -2,6 +2,7 @@
 #define __CRYPTOHASH_H
 
 #define SHA_DIGEST_WORDS 5
+#define SHA_MESSAGE_BYTES (512 /*bits*/ / 8)
 #define SHA_WORKSPACE_WORDS 80
 
 void sha_init(__u32 *buf);