Searched refs:ntbuffer (Results 1 – 3 of 3) sorted by relevance
/external/curl/lib/ |
D | curl_ntlm_core.c | 547 unsigned char *ntbuffer /* 21 bytes */) in Curl_ntlm_core_mk_nt_hash() argument 574 MD4_Final(ntbuffer, &MD4pw); in Curl_ntlm_core_mk_nt_hash() 579 md4_digest(&MD4pw, MD4_DIGEST_SIZE, ntbuffer); in Curl_ntlm_core_mk_nt_hash() 584 memcpy(ntbuffer, gcry_md_read(MD4pw, 0), MD4_DIGEST_LENGTH); in Curl_ntlm_core_mk_nt_hash() 587 Curl_md4it(ntbuffer, pw, 2 * len); in Curl_ntlm_core_mk_nt_hash() 590 mbedtls_md4(pw, 2 * len, ntbuffer); in Curl_ntlm_core_mk_nt_hash() 592 Curl_md4it(ntbuffer, pw, 2 * len); in Curl_ntlm_core_mk_nt_hash() 595 (void)CC_MD4(pw, (CC_LONG)(2 * len), ntbuffer); in Curl_ntlm_core_mk_nt_hash() 597 Curl_md4it(ntbuffer, pw, 2 * len); in Curl_ntlm_core_mk_nt_hash() 606 CryptGetHashParam(hhash, HP_HASHVAL, ntbuffer, &length, 0); in Curl_ntlm_core_mk_nt_hash() [all …]
|
D | curl_ntlm_core.h | 75 unsigned char *ntbuffer /* 21 bytes */);
|
/external/curl/lib/vauth/ |
D | ntlm.c | 567 unsigned char ntbuffer[0x18]; in Curl_auth_create_ntlm_type3_message() local 575 result = Curl_ntlm_core_mk_nt_hash(data, passwdp, ntbuffer); in Curl_auth_create_ntlm_type3_message() 580 ntbuffer, ntlmv2hash); in Curl_auth_create_ntlm_type3_message() 604 unsigned char ntbuffer[0x18]; in Curl_auth_create_ntlm_type3_message() local 628 result = Curl_ntlm_core_mk_nt_hash(data, passwdp, ntbuffer); in Curl_auth_create_ntlm_type3_message() 632 Curl_ntlm_core_lm_resp(ntbuffer, md5sum, ntresp); in Curl_auth_create_ntlm_type3_message() 644 unsigned char ntbuffer[0x18]; in Curl_auth_create_ntlm_type3_message() local 649 result = Curl_ntlm_core_mk_nt_hash(data, passwdp, ntbuffer); in Curl_auth_create_ntlm_type3_message() 653 Curl_ntlm_core_lm_resp(ntbuffer, &ntlm->nonce[0], ntresp); in Curl_auth_create_ntlm_type3_message()
|