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

  /external/curl/lib/
curl_ntlm_core.h 74 unsigned char *ntbuffer /* 21 bytes */);
curl_ntlm_msgs.c 537 unsigned char ntbuffer[0x18]; local
544 result = Curl_ntlm_core_mk_nt_hash(data, passwdp, ntbuffer);
549 ntbuffer, ntlmv2hash);
575 unsigned char ntbuffer[0x18]; local
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]; local
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)
    [all...]
curl_ntlm_core.c 515 unsigned char *ntbuffer /* 21 bytes */)
539 MD4_Final(ntbuffer, &MD4pw);
544 md4_digest(&MD4pw, MD4_DIGEST_SIZE, ntbuffer);
549 memcpy (ntbuffer, gcry_md_read (MD4pw, 0), MD4_DIGEST_LENGTH);
552 Curl_md4it(ntbuffer, pw, 2 * len);
554 (void)CC_MD4(pw, (CC_LONG)(2 * len), ntbuffer);
563 CryptGetHashParam(hhash, HP_HASHVAL, ntbuffer, &length, 0);
570 memset(ntbuffer + 16, 0, 21 - 16);

Completed in 57 milliseconds