Home
last modified time | relevance | path

Searched refs:identity_len (Results 1 – 1 of 1) sorted by relevance

/curl/lib/
H A Dcurl_ntlm_core.c515 size_t identity_len; in Curl_ntlm_core_mk_ntlmv2_hash() local
522 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 8 milliseconds