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

/macosx-10.9.5/WebCore-7537.78.1/Modules/websockets/
H A DWebSocketHandshake.cpp114 static const size_t sha1HashSize = 20; // FIXME: This should be defined in SHA1.h. local
119 Vector<uint8_t, sha1HashSize> hash;
121 return base64Encode(reinterpret_cast<const char*>(hash.data()), sha1HashSize);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DResourceHandleSoup.cpp212 static const size_t sha1HashSize = 20; local
217 Vector<uint8_t, sha1HashSize> digest;
220 return base64Encode(reinterpret_cast<const char*>(digest.data()), sha1HashSize);

Completed in 114 milliseconds