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_msgs.c 377 #if USE_NTRESPONSES && USE_NTLM2SESSION
492 #if USE_NTRESPONSES
535 #if USE_NTRESPONSES && USE_NTLM_V2
572 #if USE_NTRESPONSES && USE_NTLM2SESSION
573 /* We don't support NTLM2 if we don't have USE_NTRESPONSES */
611 #if USE_NTRESPONSES
616 #if USE_NTRESPONSES
642 #if USE_NTRESPONSES
702 #if USE_NTRESPONSES
749 #if USE_NTRESPONSES
    [all...]
curl_ntlm_core.c 484 #if USE_NTRESPONSES
761 #endif /* USE_NTRESPONSES */
smb.c 442 #if USE_NTRESPONSES

Completed in 113 milliseconds