OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRawChallengeLength
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/websockets/
websocket_handshake_constants.cc
12
const size_t
kRawChallengeLength
= 16;
websocket_handshake_constants.h
28
extern const size_t
kRawChallengeLength
;
websocket_basic_handshake_stream.cc
81
std::string raw_challenge(websockets::
kRawChallengeLength
, '\0');
Completed in 37 milliseconds