Searched refs:ntresp (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/lib/vauth/ |
H A D | ntlm.c | 489 unsigned char ntresp[24]; /* fixed-size */ in Curl_auth_create_ntlm_type3_message() local 490 unsigned char *ptr_ntresp = &ntresp[0]; in Curl_auth_create_ntlm_type3_message() 504 memset(ntresp, 0, sizeof(ntresp)); in Curl_auth_create_ntlm_type3_message() 581 Curl_ntlm_core_lm_resp(ntbuffer, &ntlm->nonce[0], ntresp); in Curl_auth_create_ntlm_type3_message() 709 fprintf(stderr, "\n ntresp="); in Curl_auth_create_ntlm_type3_message()
|
/third_party/curl/lib/ |
H A D | curl_ntlm_core.h | 67 unsigned char **ntresp,
|
H A D | curl_ntlm_core.c | 545 * ntresp [out] - The address where a pointer to newly allocated 554 unsigned char **ntresp, in Curl_ntlm_core_mk_ntlmv2_resp() 623 *ntresp = ptr; in Curl_ntlm_core_mk_ntlmv2_resp() 551 Curl_ntlm_core_mk_ntlmv2_resp(unsigned char *ntlmv2hash, unsigned char *challenge_client, struct ntlmdata *ntlm, unsigned char **ntresp, unsigned int *ntresp_len) Curl_ntlm_core_mk_ntlmv2_resp() argument
|
Completed in 4 milliseconds