Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds