HomeSort by relevance Sort by last modified time
    Searched refs:ntresp (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
curl_ntlm_core.h 90 unsigned char **ntresp,
curl_ntlm_core.c 659 * ntresp [out] - The address where a pointer to newly allocated
668 unsigned char **ntresp,
739 *ntresp = ptr;
  /external/curl/lib/vauth/
ntlm.c 515 unsigned char ntresp[24]; /* fixed-size */ local
516 unsigned char *ptr_ntresp = &ntresp[0];
624 Curl_ntlm_core_lm_resp(ntbuffer, md5sum, ntresp);
643 Curl_ntlm_core_lm_resp(ntbuffer, &ntlm->nonce[0], ntresp);
779 fprintf(stderr, "\n ntresp=");

Completed in 379 milliseconds