Home
last modified time | relevance | path

Searched defs:ntlmssp_auth (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
Dntlmssp.h157 struct ntlmssp_auth { struct
159 bool sesskey_per_smbsess;
161 __u32 client_flags;
163 __u32 conn_flags;
165 unsigned char ciphertext[CIFS_CPHTXT_SIZE];
167 char cryptkey[CIFS_CRYPTO_KEY_SIZE];
/kernel/linux/linux-6.6/fs/smb/client/
Dcifsglob.h193 struct ntlmssp_auth { struct
194 bool sesskey_per_smbsess; /* whether session key is per smb session */
195 __u32 client_flags; /* sent by client in type 1 ntlmsssp exchange */
196 __u32 server_flags; /* sent by server in type 2 ntlmssp exchange */
197 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */
198 char cryptkey[CIFS_CRYPTO_KEY_SIZE]; /* used by ntlmssp */
/kernel/linux/linux-5.10/fs/cifs/
Dcifsglob.h160 struct ntlmssp_auth { struct
161 bool sesskey_per_smbsess; /* whether session key is per smb session */
162 __u32 client_flags; /* sent by client in type 1 ntlmsssp exchange */
163 __u32 server_flags; /* sent by server in type 2 ntlmssp exchange */
164 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */
165 char cryptkey[CIFS_CRYPTO_KEY_SIZE]; /* used by ntlmssp */