/external/chromium_org/net/quic/crypto/ |
local_strike_register_client.cc | 18 const uint8 orbit[8], 21 orbit, startup) { 24 bool LocalStrikeRegisterClient::IsKnownOrbit(StringPiece orbit) const { 26 if (orbit.length() != kOrbitSize) { 29 return memcmp(orbit.data(), strike_register_.orbit(), kOrbitSize) == 0;
|
local_strike_register_client.h | 26 const uint8 orbit[8], 29 virtual bool IsKnownOrbit(base::StringPiece orbit) const OVERRIDE;
|
strike_register.h | 28 // Nonce's orbit is invalid or incorrect. 54 // the orbit values included). Internal nodes contain the bit number at which 85 // This may be because the strike-register is using an orbit randomly 91 // An external node takes 24 bytes as we don't record the orbit. 111 // orbit value other than |orbit| will be rejected. 118 const uint8 orbit[8], 126 // a) for the wrong orbit 136 // 8 bytes of orbit value (a cluster id) 142 // orbit returns a pointer to the 8-byte orbit value for thi [all...] |
strike_register_client.h | 44 // Returns true iff the strike register knows about the given orbit. 45 virtual bool IsKnownOrbit(base::StringPiece orbit) const = 0;
|
crypto_utils.h | 34 // <8 bytes> |orbit| (or random if |orbit| is empty) 38 base::StringPiece orbit,
|
crypto_utils.cc | 26 StringPiece orbit, 40 if (orbit.size() == 8) { 41 memcpy(&(*nonce)[bytes_written], orbit.data(), orbit.size()); 42 bytes_written += orbit.size();
|
quic_crypto_server_config.cc | 243 // Generate a random key and orbit for server nonces. 315 if (options.orbit.size() == sizeof(orbit_bytes)) { 316 memcpy(orbit_bytes, options.orbit.data(), sizeof(orbit_bytes)); 318 DCHECK(options.orbit.empty()); 446 << " orbit: " << base::HexEncode( 447 reinterpret_cast<const char *>(config->orbit), kOrbitSize) 459 << " orbit: " << base::HexEncode( 460 reinterpret_cast<const char *>(config->orbit), kOrbitSize) 514 memcpy(primary_orbit, primary_config_->orbit, sizeof(primary_orbit)); 877 DVLOG(1) << "New primary config. orbit: 1237 StringPiece orbit; local [all...] |
quic_crypto_server_config.h | 95 // orbit contains the kOrbitSize bytes of the orbit value for the server 96 // config. If |orbit| is empty then a random orbit is generated. 97 std::string orbit; member in struct:net::QuicCryptoServerConfig::ConfigOptions 108 // |server_nonce_entropy|: an entropy source used to generate the orbit and 246 // frontends can share an orbit value without a shared strike-register. 311 // orbit contains the orbit value for this config: an opaque identifier 313 unsigned char orbit[kOrbitSize] member in class:net::QuicCryptoServerConfig::Config [all...] |
strike_register_test.cc | 28 void SetNonce(uint8 nonce[32], unsigned time, const uint8 orbit[8]) { 33 memcpy(nonce + 4, orbit, 8); 87 // The set must reject values with the wrong orbit 107 // The set must reject values with the wrong orbit 197 uint32 window_secs, const uint8 orbit[8]) 202 memcpy(orbit_, orbit, sizeof(orbit_)); 214 // Check to see if the orbit is correct.
|
crypto_server_test.cc | 100 StringPiece orbit; local 101 CHECK(msg->GetStringPiece(kORBT, &orbit)); 102 CHECK_EQ(sizeof(orbit_), orbit.size()); 103 memcpy(orbit_, orbit.data(), orbit.size()); 667 config_options_.orbit = kOrbit;
|
strike_register.cc | 32 // The orbit can be assumed to be globally unique. Use a horizon 96 const uint8 orbit[8], 105 memcpy(orbit_, orbit, sizeof(orbit_)); 143 // Check to see if the orbit is correct. 157 // We strip the orbit out of the nonce. 269 const uint8* StrikeRegister::orbit() const { function in class:net::StrikeRegister
|
crypto_protocol.h | 97 const QuicTag kORBT = TAG('O', 'B', 'I', 'T'); // Server orbit. 157 const size_t kOrbitSize = 8; // Number of bytes in an orbit value.
|
crypto_handshake.h | 36 // Client orbit is invalid or incorrect.
|
quic_crypto_client_config.cc | 458 StringPiece orbit; local 459 if (!scfg->GetStringPiece(kORBT, &orbit) || orbit.size() != kOrbitSize) { 464 CryptoUtils::GenerateNonce(now, rand, orbit, &out_params->client_nonce);
|
quic_crypto_server_config_test.cc | 191 virtual bool IsKnownOrbit(StringPiece orbit) const OVERRIDE { 422 options.orbit = kOrbit;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/ |
plugin.properties | 13 providerName=Eclipse Orbit
|
/external/chromium_org/net/quic/test_tools/ |
delayed_verify_strike_register_client.cc | 18 const uint8 orbit[8], 21 window_secs, orbit, startup),
|
delayed_verify_strike_register_client.h | 24 const uint8 orbit[8],
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
GenerateExcludeListTask.java | 36 parser.setMapFile("c:\\temp\\orbit.map"); 37 parser.setOutputFile("c:\\temp\\orbit.map.new");
|
/external/chromium_org/net/quic/ |
quic_crypto_server_stream_test.cc | 45 return string(reinterpret_cast<const char*>(config.primary_config_->orbit), 80 string orbit = local 86 reinterpret_cast<const uint8 *>(orbit.data()),
|
/external/chromium_org/net/test/ |
openssl_helper.cc | 178 static const unsigned char orbit[8] = {1, 2, 3, 4, 5, 6, 7, 8}; local 179 SSL_CTX_set_snap_start_orbit(ctx, orbit);
|
/external/chromium_org/third_party/icu/source/i18n/ |
astro.cpp | 134 * background. This is the duration of one orbit of the earth about the sun 525 // Parameters of the Sun's orbit as of the epoch Jan 0.0 1990 532 #define SUN_E 0.016713 // Eccentricity of orbit 572 // * Return the sun's eccentricity of orbit for the current time. 583 * its mean anomaly and the eccentricity of its orbit. This uses 587 * a regular, circular orbit, measured in radians 590 * @param eccentricity The eccentricity of the orbit 644 // circular orbit has travelled since the epoch. 652 // by solving Kepler's equation for an elliptical orbit 940 // // the Sun's apparent orbit (i.e., really the Earth's orbit): w [all...] |
/external/icu/icu4c/source/i18n/ |
astro.cpp | 134 * background. This is the duration of one orbit of the earth about the sun 525 // Parameters of the Sun's orbit as of the epoch Jan 0.0 1990 532 #define SUN_E 0.016713 // Eccentricity of orbit 572 // * Return the sun's eccentricity of orbit for the current time. 583 * its mean anomaly and the eccentricity of its orbit. This uses 587 * a regular, circular orbit, measured in radians 590 * @param eccentricity The eccentricity of the orbit 644 // circular orbit has travelled since the epoch. 652 // by solving Kepler's equation for an elliptical orbit 940 // // the Sun's apparent orbit (i.e., really the Earth's orbit): w [all...] |
/external/ceres-solver/docs/source/ |
bibliography.rst | 104 Determined the Orbit of Ceres**.
|
/external/replicaisland/res/values/ |
kyle.xml | 15 Tell you what, grease ball. You stay out of my way and I might not send your shiny green posterior into outer orbit. My name?s Kyle, and I am the best of the best. One false move and I?ll hit you so hard your code will run in reverse.
|