Home
last modified time | relevance | path

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

/external/curl/lib/vauth/
Dntlm.c392 unsigned char ntlmbuf[NTLM_BUFSIZE]; in Curl_auth_create_ntlm_type1_message()
413 msnprintf((char *)ntlmbuf, NTLM_BUFSIZE, in Curl_auth_create_ntlm_type1_message()
520 unsigned char ntlmbuf[NTLM_BUFSIZE]; in Curl_auth_create_ntlm_type3_message()
684 size = msnprintf((char *)ntlmbuf, NTLM_BUFSIZE, in Curl_auth_create_ntlm_type3_message()
771 if(size < (NTLM_BUFSIZE - 0x18)) { in Curl_auth_create_ntlm_type3_message()
809 if(size + userlen + domlen + hostlen >= NTLM_BUFSIZE) { in Curl_auth_create_ntlm_type3_message()
Dntlm.h30 #define NTLM_BUFSIZE 1024 macro
/external/curl/lib/
Dcurl_ntlm_wb.c259 char *buf = malloc(NTLM_BUFSIZE); in ntlm_wb_response()
282 size = sread(conn->ntlm_auth_hlpr_socket, buf + len_out, NTLM_BUFSIZE); in ntlm_wb_response()
303 newbuf = Curl_saferealloc(buf, len_out + NTLM_BUFSIZE); in ntlm_wb_response()