Searched refs:update_check_response_hash (Results 1 – 3 of 3) sorted by relevance
94 string update_check_response_hash; in PerformAction() local111 update_check_response_hash += package.hash + ":"; in PerformAction()116 system_state_->prefs(), update_check_response_hash); in PerformAction()126 update_check_response_hash)) in PerformAction()
123 ErrorCode VerifyPayload(const brillo::Blob& update_check_response_hash,144 const std::string& update_check_response_hash);204 const std::string& update_check_response_hash,
929 string update_check_response_hash; in PreparePartitionsForUpdate() local931 &update_check_response_hash)); in PreparePartitionsForUpdate()936 update_check_response_hash, in PreparePartitionsForUpdate()945 const std::string& update_check_response_hash, in PreparePartitionsForUpdate() argument951 bool is_resume = !update_check_response_hash.empty() && in PreparePartitionsForUpdate()952 last_hash == update_check_response_hash; in PreparePartitionsForUpdate()959 << last_hash << ", new hash = " << update_check_response_hash; in PreparePartitionsForUpdate()974 update_check_response_hash)); in PreparePartitionsForUpdate()1722 const brillo::Blob& update_check_response_hash, in VerifyPayload() argument1739 payload_hash_calculator_.raw_hash() == update_check_response_hash); in VerifyPayload()[all …]