NTLM_RESP_LEN     536 net/http/http_auth_handler_ntlm_portable.cc              LM_RESP_LEN + NTLM_RESP_LEN;
NTLM_RESP_LEN     545 net/http/http_auth_handler_ntlm_portable.cc   uint8 ntlm_resp[NTLM_RESP_LEN];
NTLM_RESP_LEN     596 net/http/http_auth_handler_ntlm_portable.cc   cursor = WriteSecBuf(cursor, NTLM_RESP_LEN, offset);
NTLM_RESP_LEN     597 net/http/http_auth_handler_ntlm_portable.cc   memcpy(static_cast<uint8*>(*out_buf) + offset, ntlm_resp, NTLM_RESP_LEN);