Home | History | Annotate | Download | only in lib

Lines Matching refs:ntbuffer

537     unsigned char ntbuffer[0x18];
544 result = Curl_ntlm_core_mk_nt_hash(data, passwdp, ntbuffer);
549 ntbuffer, ntlmv2hash);
575 unsigned char ntbuffer[0x18];
598 result = Curl_ntlm_core_mk_nt_hash(data, passwdp, ntbuffer);
602 Curl_ntlm_core_lm_resp(ntbuffer, md5sum, ntresp);
612 unsigned char ntbuffer[0x18];
617 result = Curl_ntlm_core_mk_nt_hash(data, passwdp, ntbuffer);
621 Curl_ntlm_core_lm_resp(ntbuffer, &ntlm->nonce[0], ntresp);
631 * Curl_ntlm_core_lm_resp(ntbuffer, &ntlm->nonce[0], lmresp);