Searched refs:NTLM_HMAC_MD5_LEN (Results 1 - 1 of 1) sorted by relevance

/external/curl/lib/
H A Dcurl_ntlm_core.c116 #define NTLM_HMAC_MD5_LEN (16) macro
666 unsigned char hmac_output[NTLM_HMAC_MD5_LEN];
684 len = NTLM_HMAC_MD5_LEN + NTLMv2_BLOB_LEN;
694 snprintf((char *)ptr + NTLM_HMAC_MD5_LEN, NTLMv2_BLOB_LEN,
705 result = Curl_hmac_md5(ntlmv2hash, NTLM_HMAC_MD5_LEN, ptr + 8,
713 memcpy(ptr, hmac_output, NTLM_HMAC_MD5_LEN);

Completed in 173 milliseconds