Searched refs:hmac_output (Results 1 – 1 of 1) sorted by relevance
578 unsigned char hmac_output[HMAC_MD5_LENGTH]; in Curl_ntlm_core_mk_ntlmv2_resp() local617 NTLMv2_BLOB_LEN + 8, hmac_output); in Curl_ntlm_core_mk_ntlmv2_resp()624 memcpy(ptr, hmac_output, HMAC_MD5_LENGTH); in Curl_ntlm_core_mk_ntlmv2_resp()653 unsigned char hmac_output[16]; in Curl_ntlm_core_mk_lmv2_resp() local660 hmac_output); in Curl_ntlm_core_mk_lmv2_resp()665 memcpy(lmresp, hmac_output, 16); in Curl_ntlm_core_mk_lmv2_resp()
Completed in 4 milliseconds