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

  /external/curl/lib/
curl_ntlm_core.h 96 unsigned char *lmresp);
curl_ntlm_msgs.c 491 unsigned char lmresp[24]; /* fixed-size */ local
556 &ntlm->nonce[0], lmresp);
584 /* 8 bytes random data as challenge in lmresp */
585 memcpy(lmresp, entropy, 8);
588 memset(lmresp + 8, 0, 0x10);
628 Curl_ntlm_core_lm_resp(lmbuffer, &ntlm->nonce[0], lmresp);
631 * Curl_ntlm_core_lm_resp(ntbuffer, &ntlm->nonce[0], lmresp);
740 memcpy(&ntlmbuf[size], lmresp, 0x18);
745 fprintf(stderr, "**** TYPE3 header lmresp=");
curl_ntlm_core.c 732 * lmresp [out] - The LMv2 response (24 bytes)
739 unsigned char *lmresp)
753 memcpy(lmresp, hmac_output, 16);
754 memcpy(lmresp+16, challenge_client, 8);

Completed in 48 milliseconds