Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifsglob.h150 struct ntlmssp_auth { struct
151 bool sesskey_per_smbsess; /* whether session key is per smb session */
152 __u32 client_flags; /* sent by client in type 1 ntlmsssp exchange */
153 __u32 server_flags; /* sent by server in type 2 ntlmssp exchange */
154 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */
155 char cryptkey[CIFS_CRYPTO_KEY_SIZE]; /* used by ntlmssp */