Home
last modified time | relevance | path

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

/external/chromium_org/net/websockets/
Dwebsocket_handshake_constants.cc23 const char* const kWebSocketGuid = "258EAFA5-E914-47DA-95CA-C5AB0DC85B11"; variable
Dwebsocket_handshake_constants.h55 extern const char* const kWebSocketGuid;
Dwebsocket_handshake_handler.cc353 base::SHA1HashString(key + websockets::kWebSocketGuid); in ComputeSecWebSocketAccept()
405 base::SHA1HashString(challenge + websockets::kWebSocketGuid); in ParseResponseHeaderBlock()
/external/chromium_org/net/server/
Dweb_socket.cc203 static const char* const kWebSocketGuid = in Accept() local
206 std::string data = base::StringPrintf("%s%s", key.c_str(), kWebSocketGuid); in Accept()