Home
last modified time | relevance | path

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

/external/vboot_reference/cgpt/
Dcgpt_wrapper.c70 uint8_t *modified_hash = NULL; in wrap_cgpt() local
128 modified_hash = DigestFile(rw_gpt_path, SHA1_DIGEST_ALGORITHM); in wrap_cgpt()
129 if (original_hash != NULL && modified_hash != NULL) { in wrap_cgpt()
130 if (memcmp(original_hash, modified_hash, SHA1_DIGEST_SIZE) != 0) { in wrap_cgpt()
139 free(modified_hash); in wrap_cgpt()
/external/autotest/server/site_tests/firmware_ECUpdateId/
Dfirmware_ECUpdateId.py117 modified_hash = self.faft_client.updater.get_ec_hash()
126 self.check_state((self.active_hash_checker, modified_hash))
146 self.check_state((self.active_hash_checker, modified_hash))