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

/external/chromium/net/websockets/
H A Dwebsocket_handshake.cc230 uint8 randomCharacterInSecWebSocketKey[0x2F - 0x20 + 0x7E - 0x39]; member in namespace:net
234 if (randomCharacterInSecWebSocketKey[0] == '\0') {
237 randomCharacterInSecWebSocketKey[i] = ch;
239 randomCharacterInSecWebSocketKey[i] = ch;
287 int chpos = rand_(0, sizeof(randomCharacterInSecWebSocketKey) - 1);
288 s = s.substr(0, pos).append(1, randomCharacterInSecWebSocketKey[chpos]) +
/external/webkit/Source/WebCore/websockets/
H A DWebSocketHandshake.cpp60 static const char randomCharacterInSecWebSocketKey[] = "!\"#$%&'()*+,-./:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"; member in namespace:WebCore
119 DEFINE_STATIC_LOCAL(String, randomChars, (randomCharacterInSecWebSocketKey));

Completed in 152 milliseconds