Home
last modified time | relevance | path

Searched refs:NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY (Results 1 – 2 of 2) sorted by relevance

/external/curl/tests/python_dependencies/impacket/
Dntlm.py110 NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY = 0x00080000 variable
506 if flags & NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY:
581 …auth['flags'] |= NTLMSSP_NEGOTIATE_NTLM | NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY | NTLMSSP_NEG…
621 if (ntlmChallenge['flags'] & NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY) == 0:
623 responseFlags &= 0xffffffff ^ NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY
707 elif flags & NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY:
763 if flags & NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY:
795 if flags & NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY:
809 if flags & NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY:
850 if flags & NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY:
Dsmbserver.py2274 if negotiateMessage['flags'] & ntlm.NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY:
2275 ansFlags |= ntlm.NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY
2617 if negotiateMessage['flags'] & ntlm.NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY:
2618 ansFlags |= ntlm.NTLMSSP_NEGOTIATE_EXTENDED_SESSIONSECURITY