OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kORBT
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/crypto/
crypto_protocol.h
81
const QuicTag
kORBT
= TAG('O', 'B', 'I', 'T'); // Server orbit.
crypto_server_test.cc
40
CHECK(msg->GetStringPiece(
kORBT
, &orbit));
quic_crypto_client_config.cc
358
if (!scfg->GetStringPiece(
kORBT
, &orbit) || orbit.size() != kOrbitSize) {
quic_crypto_server_config.cc
264
msg.SetStringPiece(
kORBT
, StringPiece(orbit_bytes, sizeof(orbit_bytes)));
[
all
...]
Completed in 24 milliseconds