OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kOrbit
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/quic/crypto/
strike_register_test.cc
19
const uint8
kOrbit
[8] = { 1, 2, 3, 4, 5, 6, 7, 8 };
35
100 /* window secs */,
kOrbit
,
38
SetNonce(nonce, 999,
kOrbit
);
40
SetNonce(nonce, 1000,
kOrbit
);
48
100 /* window secs */,
kOrbit
,
51
SetNonce(nonce, 0,
kOrbit
);
59
100 /* window secs */,
kOrbit
,
62
SetNonce(nonce, 1101,
kOrbit
);
64
SetNonce(nonce, 999,
kOrbit
);
71
100 /* window secs */,
kOrbit
,
[
all
...]
local_strike_register_client_test.cc
47
const uint8
kOrbit
[] = "\x12\x34\x56\x78\x9A\xBC\xDE\xF0";
59
kMaxEntries, kCurrentTimeExternalSecs, kWindowSecs,
kOrbit
,
68
StringPiece(reinterpret_cast<const char*>(
kOrbit
), kOrbitSize)));
70
StringPiece(reinterpret_cast<const char*>(
kOrbit
), kOrbitSize - 1)));
72
StringPiece(reinterpret_cast<const char*>(
kOrbit
), kOrbitSize + 1)));
74
StringPiece(reinterpret_cast<const char*>(
kOrbit
) + 1, kOrbitSize)));
81
valid_nonce.append(string(reinterpret_cast<const char*>(
kOrbit
), kOrbitSize));
crypto_server_test.cc
665
const string
kOrbit
= "12345678";
666
config_options_.orbit =
kOrbit
;
671
reinterpret_cast<const uint8 *>(
kOrbit
.data()),
quic_crypto_server_config_test.cc
394
const char
kOrbit
[] = "12345678";
422
options.orbit =
kOrbit
;
Completed in 171 milliseconds