Searched defs:smb2_preauth_neg_context (Results 1 – 2 of 2) sorted by relevance
283 struct smb2_preauth_neg_context { struct284 __le16 ContextType; /* 1 */285 __le16 DataLength;286 __le32 Reserved;287 __le16 HashAlgorithmCount; /* 1 */288 __le16 SaltLength;289 __le16 HashAlgorithms; /* HashAlgorithms[0] since only one defined */290 __u8 Salt[SMB311_SALT_SIZE];
348 struct smb2_preauth_neg_context { struct349 __le16 ContextType; /* 1 */350 __le16 DataLength;351 __le32 Reserved;352 __le16 HashAlgorithmCount; /* 1 */353 __le16 SaltLength;354 __le16 HashAlgorithms; /* HashAlgorithms[0] since only one defined */355 __u8 Salt[SMB311_LINUX_CLIENT_SALT_SIZE];