Home
last modified time | relevance | path

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

/external/curl/tests/python_dependencies/impacket/
Dntlm.py929 class NTLM_HTTP(object): class
941 for _cls in NTLM_HTTP.__subclasses__():
948 class NTLM_HTTP_AuthRequired(NTLM_HTTP):
957 class NTLM_HTTP_AuthNegotiate(NTLM_HTTP, NTLMAuthNegotiate):
965 class NTLM_HTTP_AuthChallengeResponse(NTLM_HTTP, NTLMAuthChallengeResponse):