HomeSort by relevance Sort by last modified time
    Searched refs:USE_NTRESPONSES (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
curl_ntlm_core.h 44 /* Define USE_NTRESPONSES in order to make the type-3 message include
47 #define USE_NTRESPONSES
51 NTLM2Session response message, requires USE_NTRESPONSES defined to 1 and a
53 #if defined(USE_NTRESPONSES) && !defined(USE_WIN32_CRYPTO)
58 LMv2 and NTLMv2 response messages, requires USE_NTRESPONSES defined to 1
60 #if defined(USE_NTRESPONSES) && (CURL_SIZEOF_CURL_OFF_T > 4)
72 #ifdef USE_NTRESPONSES
101 #endif /* USE_NTRESPONSES */
curl_ntlm_core.c 526 #ifdef USE_NTRESPONSES
833 #endif /* USE_NTRESPONSES */
smb.c 444 #ifdef USE_NTRESPONSES
  /external/curl/lib/vauth/
ntlm.c 401 #if defined(USE_NTRESPONSES) && defined(USE_NTLM2SESSION)
516 #ifdef USE_NTRESPONSES
558 #if defined(USE_NTRESPONSES) && defined(USE_NTLM_V2)
594 #if defined(USE_NTRESPONSES) && defined(USE_NTLM2SESSION)
595 /* We don't support NTLM2 if we don't have USE_NTRESPONSES */
634 #ifdef USE_NTRESPONSES
639 #ifdef USE_NTRESPONSES
665 #ifdef USE_NTRESPONSES
725 #ifdef USE_NTRESPONSES
772 #ifdef USE_NTRESPONSES
    [all...]

Completed in 85 milliseconds