OSDN Git Service

[CIFS] SMB3 Signing enablement
[uclinux-h8/linux.git] / fs / cifs / cifspdu.h
index 7e8523c..11ca24a 100644 (file)
  */
 #define CIFS_SESS_KEY_SIZE (16)
 
+/*
+ * Size of the smb3 signing key
+ */
+#define SMB3_SIGN_KEY_SIZE (16)
+
 #define CIFS_CLIENT_CHALLENGE_SIZE (8)
 #define CIFS_SERVER_CHALLENGE_SIZE (8)
 #define CIFS_HMAC_MD5_HASH_SIZE (16)