Home
last modified time | relevance | path

Searched defs:smb2_preauth_neg_context (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h283 struct smb2_preauth_neg_context { struct
284 __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];
/Linux-v5.15/fs/cifs/
Dsmb2pdu.h348 struct smb2_preauth_neg_context { struct
349 __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];