Searched refs:NTLM_BUFSIZE (Results 1 – 3 of 3) sorted by relevance
383 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()
30 #define NTLM_BUFSIZE 1024 macro
260 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()