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

/external/chromium_org/net/websockets/
H A Dwebsocket_handshake_handler_spdy_unittest.cc77 static const char expected_challenge[] = "dGhlIHNhbXBsZSBub25jZQ=="; local
79 EXPECT_EQ(expected_challenge, challenge);
153 const char expected_challenge[] = "dGhlIHNhbXBsZSBub25jZQ=="; local
155 EXPECT_EQ(expected_challenge, challenge);
H A Dwebsocket_handshake_handler_unittest.cc387 const char expected_challenge[] = "\x31\x6e\x41\x13\x0f\x7e\xd6\x3c^n:ds[4U"; local
389 EXPECT_EQ(expected_challenge, challenge);
/external/chromium/net/websockets/
H A Dwebsocket_handshake_handler_unittest.cc217 const char expected_challenge[] = "\x31\x6e\x41\x13\x0f\x7e\xd6\x3c^n:ds[4U"; local
219 EXPECT_EQ(expected_challenge, challenge);
302 const char expected_challenge[] = "\x31\x6e\x41\x13\x0f\x7e\xd6\x3c^n:ds[4U"; local
304 EXPECT_EQ(expected_challenge, challenge);
371 const char expected_challenge[] = "\x31\x6e\x41\x13\x0f\x7e\xd6\x3c^n:ds[4U"; local
373 EXPECT_EQ(expected_challenge, challenge);

Completed in 114 milliseconds