HomeSort by relevance Sort by last modified time
    Searched full:orbit (Results 1 - 25 of 37) sorted by null

1 2

  /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;
crypto_utils.h 34 // <8 bytes> |orbit| (or random if |orbit| is empty)
38 base::StringPiece orbit,
strike_register.h 34 // the orbit values included). Internal nodes contain the bit number at which
65 // This may be because the strike-register is using an orbit randomly
71 // An external node takes 24 bytes as we don't record the orbit.
91 // orbit value other than |orbit| will be rejected.
98 const uint8 orbit[8],
106 // a) for the wrong orbit
115 // 8 bytes of orbit value (a cluster id)
121 // orbit returns a pointer to the 8-byte orbit value for thi
    [all...]
strike_register_client.h 42 // Returns true iff the strike register knows about the given orbit.
43 virtual bool IsKnownOrbit(base::StringPiece orbit) const = 0;
crypto_utils.cc 25 StringPiece orbit,
39 if (orbit.size() == 8) {
40 memcpy(&(*nonce)[bytes_written], orbit.data(), orbit.size());
41 bytes_written += orbit.size();
strike_register_test.cc 23 void SetNonce(uint8 nonce[32], unsigned time, const uint8 orbit[8]) {
28 memcpy(nonce + 4, orbit, 8);
69 // The set must reject values with the wrong orbit
89 // The set must reject values with the wrong orbit
146 uint32 window_secs, const uint8 orbit[8])
151 memcpy(orbit_, orbit, sizeof(orbit_));
157 // Check to see if the orbit is correct.
quic_crypto_server_config.cc 213 // Generate a random key and orbit for server nonces.
285 if (options.orbit.size() == sizeof(orbit_bytes)) {
286 memcpy(orbit_bytes, options.orbit.data(), sizeof(orbit_bytes));
288 DCHECK(options.orbit.empty());
416 << " orbit: " << base::HexEncode(
417 reinterpret_cast<const char *>(config->orbit), kOrbitSize)
429 << " orbit: " << base::HexEncode(
430 reinterpret_cast<const char *>(config->orbit), kOrbitSize)
484 memcpy(primary_orbit, primary_config_->orbit, sizeof(primary_orbit));
844 DVLOG(1) << "New primary config. orbit:
1163 StringPiece orbit; local
    [all...]
quic_crypto_server_config.h 119 // orbit contains the kOrbitSize bytes of the orbit value for the server
120 // config. If |orbit| is empty then a random orbit is generated.
121 std::string orbit; member in struct:net::QuicCryptoServerConfig::ConfigOptions
132 // |server_nonce_entropy|: an entropy source used to generate the orbit and
256 // frontends can share an orbit value without a shared strike-register.
321 // orbit contains the orbit value for this config: an opaque identifier
323 unsigned char orbit[kOrbitSize] member in class:net::QuicCryptoServerConfig::Config
    [all...]
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());
666 config_options_.orbit = kOrbit;
strike_register.cc 73 const uint8 orbit[8],
86 memcpy(orbit_, orbit, sizeof(orbit_));
118 // Check to see if the orbit is correct.
136 // We strip the orbit out of the nonce.
246 const uint8* StrikeRegister::orbit() const { function in class:net::StrikeRegister
crypto_protocol.h 88 const QuicTag kORBT = TAG('O', 'B', 'I', 'T'); // Server orbit.
147 const size_t kOrbitSize = 8; // Number of bytes in an orbit value.
quic_crypto_client_config.cc 413 StringPiece orbit; local
414 if (!scfg->GetStringPiece(kORBT, &orbit) || orbit.size() != kOrbitSize) {
419 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),
79 string orbit = local
85 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 135 * background. This is the duration of one orbit of the earth about the sun
526 // Parameters of the Sun's orbit as of the epoch Jan 0.0 1990
533 #define SUN_E 0.016713 // Eccentricity of orbit
573 // * Return the sun's eccentricity of orbit for the current time.
584 * its mean anomaly and the eccentricity of its orbit. This uses
588 * a regular, circular orbit, measured in radians
591 * @param eccentricity The eccentricity of the orbit
645 // circular orbit has travelled since the epoch.
653 // by solving Kepler's equation for an elliptical orbit
935 // // 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...]
islamcal.h 59 * eccentricities of the moon's orbit, and even the weather at the observation
  /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.

Completed in 753 milliseconds

1 2