Searched refs:identity_len (Results 1 – 1 of 1) sorted by relevance
515 size_t identity_len; in Curl_ntlm_core_mk_ntlmv2_hash() local522 identity_len = (userlen + domlen) * 2; in Curl_ntlm_core_mk_ntlmv2_hash()523 identity = malloc(identity_len + 1); in Curl_ntlm_core_mk_ntlmv2_hash()531 result = Curl_hmacit(&Curl_HMAC_MD5, ntlmhash, 16, identity, identity_len, in Curl_ntlm_core_mk_ntlmv2_hash()
Completed in 5 milliseconds