Home
last modified time | relevance | path

Searched refs:update_check_response_hash (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
Ddelta_performer.cc874 string update_check_response_hash; in PreparePartitionsForUpdate() local
876 &update_check_response_hash)); in PreparePartitionsForUpdate()
881 update_check_response_hash, in PreparePartitionsForUpdate()
891 const std::string& update_check_response_hash, in PreparePartitionsForUpdate() argument
898 bool is_resume = !update_check_response_hash.empty() && in PreparePartitionsForUpdate()
899 last_hash == update_check_response_hash; in PreparePartitionsForUpdate()
906 << last_hash << ", new hash = " << update_check_response_hash; in PreparePartitionsForUpdate()
926 update_check_response_hash)); in PreparePartitionsForUpdate()
1319 const brillo::Blob& update_check_response_hash, in VerifyPayload() argument
1334 if (payload_hash_calculator_.raw_hash() != update_check_response_hash) { in VerifyPayload()
[all …]
Ddelta_performer.h121 ErrorCode VerifyPayload(const brillo::Blob& update_check_response_hash,
142 const std::string& update_check_response_hash);
191 const std::string& update_check_response_hash,