HomeSort by relevance Sort by last modified time
    Searched refs:raw_hash (Results 1 - 10 of 10) sorted by null

  /system/update_engine/common/
hash_calculator_unittest.cc 56 brillo::Blob raw_hash(std::begin(kExpectedRawHash),
58 EXPECT_TRUE(raw_hash == calc.raw_hash());
67 brillo::Blob raw_hash(std::begin(kExpectedRawHash),
69 EXPECT_TRUE(raw_hash == calc.raw_hash());
82 brillo::Blob raw_hash(std::begin(kExpectedRawHash),
84 EXPECT_TRUE(raw_hash == calc_next.raw_hash());
125 brillo::Blob raw_hash(std::begin(kExpectedRawHash)
149 brillo::Blob raw_hash; local
    [all...]
hash_calculator.h 64 const brillo::Blob& raw_hash() const { function in class:chromeos_update_engine::HashCalculator
hash_calculator.cc 95 *out_hash = calc.raw_hash();
114 *out_hash = calc.raw_hash();
  /art/compiler/utils/
dedupe_set-inl.h 194 HashType raw_hash = HashFunc()(key); local
199 HashType shard_hash = raw_hash / kShard;
200 HashType shard_bin = raw_hash % kShard;
  /system/update_engine/payload_consumer/
filesystem_verifier_action.cc 206 if (partition.target_hash != hasher_->raw_hash()) {
221 if (partition.source_hash != hasher_->raw_hash()) {
234 << StringForHashBytes(hasher_->raw_hash())
delta_performer.cc     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 752 static inline size_t raw_hash(const char* p, size_t size) function
772 static inline size_t raw_hash(const T& t) function
774 return raw_hash((const char*)&t, sizeof(t));
792 return raw_hash(__val);
803 return raw_hash(__val.p, strlen(__val.p));
818 return raw_hash(p);
  /system/update_engine/payload_generator/
payload_file.cc 318 const brillo::Blob& hash = hasher.raw_hash();
payload_signer.cc 207 *out_hash_data = calc.raw_hash();
delta_diff_utils.cc 755 const brillo::Blob& hash = hasher.raw_hash();
    [all...]

Completed in 1168 milliseconds