Home
last modified time | relevance | path

Searched refs:ntresp (Results 1 - 3 of 3) sorted by relevance

/third_party/curl/lib/vauth/
H A Dntlm.c489 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 Dcurl_ntlm_core.h67 unsigned char **ntresp,
H A Dcurl_ntlm_core.c545 * 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