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

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dcurl_ntlm_core.h61 CURLcode Curl_hmac_md5(const unsigned char *key, unsigned int keylen,
H A Dcurl_ntlm_core.c471 CURLcode Curl_hmac_md5(const unsigned char *key, unsigned int keylen, function
508 res = Curl_hmac_md5(ntlmhash, 16, identity, curlx_uztoui(identity_len),
595 res = Curl_hmac_md5(ntlmv2hash, NTLM_HMAC_MD5_LEN, ptr + 8,
638 res = Curl_hmac_md5(ntlmv2hash, 16, &data[0], 16, hmac_output);

Completed in 79 milliseconds