HomeSort by relevance Sort by last modified time
    Searched full:lm_response (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/plugins/
winbind.c 256 const u_char *lm_response,
371 sprintf(lm_hex_hash + i * 2, "%02X", lm_response[i]);
557 u_char *lm_response = NULL; local
572 lm_response = rmd->LANManResp;
589 lm_response,
590 lm_response ? lm_response_size: 0,
  /external/chromium_org/net/http/
http_auth_handler_ntlm_portable.cc 298 // LM_Response generates the LM response given a 16-byte password hash and the
307 static void LM_Response(const uint8* hash,
560 LM_Response(ntlm_hash, session_hash.a, ntlm_resp);
563 LM_Response(ntlm_hash, msg.challenge, ntlm_resp);
568 LM_Response(lm_hash, msg.challenge, lm_resp);
573 LM_Response(ntlm_hash, msg.challenge, lm_resp);

Completed in 2189 milliseconds