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

  /system/update_engine/common/
hash_calculator.h 71 static bool RawHashOfBytes(const void* data,
hash_calculator.cc 83 bool HashCalculator::RawHashOfBytes(const void* data,
95 return RawHashOfBytes(data.data(), data.size(), out_hash);
  /system/update_engine/payload_generator/
payload_signer.cc 193 HashCalculator::RawHashOfBytes(payload.data(), metadata_size,
422 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfBytes(x_blob.data(),
507 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfBytes(metadata,
544 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfBytes(
payload_signer_unittest.cc 110 EXPECT_TRUE(HashCalculator::RawHashOfBytes(data_blob.data(),
  /system/update_engine/payload_consumer/
download_action_unittest.cc 147 EXPECT_TRUE(HashCalculator::RawHashOfBytes(
delta_performer.cc     [all...]

Completed in 456 milliseconds