Home
last modified time | relevance | path

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

/external/curl/lib/vauth/
Dntlm.c383 unsigned char ntlmbuf[NTLM_BUFSIZE]; in Curl_auth_create_ntlm_type1_message()
402 snprintf((char *)ntlmbuf, NTLM_BUFSIZE, in Curl_auth_create_ntlm_type1_message()
509 unsigned char ntlmbuf[NTLM_BUFSIZE]; in Curl_auth_create_ntlm_type3_message()
674 size = snprintf((char *)ntlmbuf, NTLM_BUFSIZE, in Curl_auth_create_ntlm_type3_message()
761 if(size < (NTLM_BUFSIZE - 0x18)) { in Curl_auth_create_ntlm_type3_message()
772 if(size < (NTLM_BUFSIZE - ntresplen)) { in Curl_auth_create_ntlm_type3_message()
796 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.c260 char *buf = malloc(NTLM_BUFSIZE); in ntlm_wb_response()
283 size = sread(conn->ntlm_auth_hlpr_socket, buf + len_out, NTLM_BUFSIZE); in ntlm_wb_response()
297 newbuf = Curl_saferealloc(buf, len_out + NTLM_BUFSIZE); in ntlm_wb_response()