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

/external/chromium/net/http/
H A Dhttp_auth_handler_ntlm_portable.cc312 // LM_Response generates the LM response given a 16-byte password hash and the
321 static void LM_Response(const uint8* hash, function in namespace:net
573 LM_Response(ntlm_hash, session_hash.a, ntlm_resp);
576 LM_Response(ntlm_hash, msg.challenge, ntlm_resp);
581 LM_Response(lm_hash, msg.challenge, lm_resp);
586 LM_Response(ntlm_hash, msg.challenge, lm_resp);

Completed in 55 milliseconds