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

/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocketHandshake.cpp105 static const size_t nonceSize = 16; local
106 unsigned char key[nonceSize];
107 cryptographicallyRandomValues(key, nonceSize);
108 return base64Encode(reinterpret_cast<char*>(key), nonceSize);

Completed in 155 milliseconds