HomeSort by relevance Sort by last modified time
    Searched full:lmresp (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
curl_ntlm_core.h 96 unsigned char *lmresp);
curl_ntlm_core.c 728 * lmresp [out] - The LMv2 response (24 bytes)
735 unsigned char *lmresp)
749 memcpy(lmresp, hmac_output, 16);
750 memcpy(lmresp+16, challenge_client, 8);
  /external/curl/lib/vauth/
ntlm.c 497 unsigned char lmresp[24]; /* fixed-size */ local
562 &ntlm->nonce[0], lmresp);
590 /* 8 bytes random data as challenge in lmresp */
591 memcpy(lmresp, entropy, 8);
594 memset(lmresp + 8, 0, 0x10);
634 Curl_ntlm_core_lm_resp(lmbuffer, &ntlm->nonce[0], lmresp);
637 * Curl_ntlm_core_lm_resp(ntbuffer, &ntlm->nonce[0], lmresp);
746 memcpy(&ntlmbuf[size], lmresp, 0x18);
751 fprintf(stderr, "**** TYPE3 header lmresp=");
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 

Completed in 521 milliseconds