Searched refs:RawHashOfBytes (Results 1 – 4 of 4) sorted by relevance
89 bool HashCalculator::RawHashOfBytes(const void* data, in RawHashOfBytes() function in chromeos_update_engine::HashCalculator101 return RawHashOfBytes(data.data(), data.size(), out_hash); in RawHashOfData()
78 static bool RawHashOfBytes(const void* data,
193 HashCalculator::RawHashOfBytes(payload.data(), metadata_size, in CalculateHashFromPayload()422 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfBytes(x_blob.data(), in SignatureBlobLength()507 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfBytes(metadata, in GetMetadataSignature()544 TEST_AND_RETURN_FALSE(HashCalculator::RawHashOfBytes( in ExtractPayloadProperties()
108 EXPECT_TRUE(HashCalculator::RawHashOfBytes(data_blob.data(), in SignSampleData()