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 37 # define USE_NTRESPONSES 0
43 /* Define USE_NTRESPONSES to 1 in order to make the type-3 message include
45 #ifndef USE_NTRESPONSES
46 #define USE_NTRESPONSES 1
50 NTLM2Session response message, requires USE_NTRESPONSES defined to 1 and a
52 #if !defined(USE_NTLM2SESSION) && USE_NTRESPONSES && !defined(USE_WIN32_CRYPTO)
57 LMv2 and NTLMv2 response messages, requires USE_NTRESPONSES defined to 1
59 #if !defined(USE_NTLM_V2) && USE_NTRESPONSES && (CURL_SIZEOF_CURL_OFF_T > 4)
71 #if USE_NTRESPONSES
100 #endif /* USE_NTRESPONSES */
    [all...]
curl_ntlm_core.c 479 #if USE_NTRESPONSES
757 #endif /* USE_NTRESPONSES */
smb.c 444 #if USE_NTRESPONSES
  /external/curl/lib/vauth/
ntlm.c 383 #if USE_NTRESPONSES && USE_NTLM2SESSION
498 #if USE_NTRESPONSES
541 #if USE_NTRESPONSES && USE_NTLM_V2
578 #if USE_NTRESPONSES && USE_NTLM2SESSION
579 /* We don't support NTLM2 if we don't have USE_NTRESPONSES */
617 #if USE_NTRESPONSES
622 #if USE_NTRESPONSES
648 #if USE_NTRESPONSES
708 #if USE_NTRESPONSES
755 #if USE_NTRESPONSES
    [all...]

Completed in 116 milliseconds