Home
last modified time | relevance | path

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

/third_party/curl/lib/vauth/
Dntlm.c498 unsigned char ntlmbuf[NTLM_BUFSIZE]; in Curl_auth_create_ntlm_type3_message()
670 size = msnprintf((char *)ntlmbuf, NTLM_BUFSIZE, in Curl_auth_create_ntlm_type3_message()
757 if(size < (NTLM_BUFSIZE - 0x18)) { in Curl_auth_create_ntlm_type3_message()
795 if(size + userlen + domlen + hostlen >= NTLM_BUFSIZE) { in Curl_auth_create_ntlm_type3_message()
Dntlm.h30 #define NTLM_BUFSIZE 1024 macro