diff options
Diffstat (limited to 'fs/cifs/cifspdu.h')
-rw-r--r-- | fs/cifs/cifspdu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/cifs/cifspdu.h b/fs/cifs/cifspdu.h index a152cd6db99b..de36b09763a8 100644 --- a/fs/cifs/cifspdu.h +++ b/fs/cifs/cifspdu.h | |||
@@ -140,6 +140,12 @@ | |||
140 | */ | 140 | */ |
141 | #define CIFS_SESS_KEY_SIZE (16) | 141 | #define CIFS_SESS_KEY_SIZE (16) |
142 | 142 | ||
143 | #define CIFS_CLIENT_CHALLENGE_SIZE (8) | ||
144 | #define CIFS_SERVER_CHALLENGE_SIZE (8) | ||
145 | #define CIFS_HMAC_MD5_HASH_SIZE (16) | ||
146 | #define CIFS_CPHTXT_SIZE (16) | ||
147 | #define CIFS_NTHASH_SIZE (16) | ||
148 | |||
143 | /* | 149 | /* |
144 | * Maximum user name length | 150 | * Maximum user name length |
145 | */ | 151 | */ |