Searched refs:hmac_output (Results 1 – 1 of 1) sorted by relevance
661 unsigned char hmac_output[NTLM_HMAC_MD5_LEN]; in Curl_ntlm_core_mk_ntlmv2_resp() local702 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()709 memcpy(ptr, hmac_output, NTLM_HMAC_MD5_LEN); in Curl_ntlm_core_mk_ntlmv2_resp()738 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local744 result = Curl_hmac_md5(ntlmv2hash, 16, &data[0], 16, hmac_output); in Curl_ntlm_core_mk_lmv2_resp()749 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()