Home
last modified time | relevance | path

Searched refs:NTLM_BUFSIZE (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/vauth/
H A Dntlm.c484 unsigned char ntlmbuf[NTLM_BUFSIZE]; in Curl_auth_create_ntlm_type3_message()
608 size = msnprintf((char *)ntlmbuf, NTLM_BUFSIZE, in Curl_auth_create_ntlm_type3_message()
689 if(size < (NTLM_BUFSIZE - 0x18)) { in Curl_auth_create_ntlm_type3_message()
724 if(size + userlen + domlen + hostlen >= NTLM_BUFSIZE) { in Curl_auth_create_ntlm_type3_message()
H A Dntlm.h32 #define NTLM_BUFSIZE 1024 macro

Completed in 2 milliseconds