Searched refs:NTLMSSP_NEGOTIATE_SEAL (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/smb/server/
H A Dntlmssp.h39 #define NTLMSSP_NEGOTIATE_SEAL 0x0020 /* Request confidentiality */ macro
H A Dauth.c436 if (cflags & NTLMSSP_NEGOTIATE_SEAL && smb3_encryption_negotiated(conn))
437 flags |= NTLMSSP_NEGOTIATE_SEAL;
/linux-master/fs/smb/client/
H A Dntlmssp.h22 #define NTLMSSP_NEGOTIATE_SEAL 0x0020 /* Request confidentiality */ macro
H A Dsess.c946 if ((ses->ntlmssp->client_flags & (NTLMSSP_NEGOTIATE_SEAL | NTLMSSP_NEGOTIATE_SIGN)) &&
1087 NTLMSSP_NEGOTIATE_ALWAYS_SIGN | NTLMSSP_NEGOTIATE_SEAL |
1149 NTLMSSP_NEGOTIATE_ALWAYS_SIGN | NTLMSSP_NEGOTIATE_SEAL |

Completed in 289 milliseconds