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

  /external/vboot_reference/cgpt/
cgpt_wrapper.c 70 uint8_t *modified_hash = NULL; local
128 modified_hash = DigestFile(rw_gpt_path, SHA1_DIGEST_ALGORITHM);
129 if (original_hash != NULL && modified_hash != NULL) {
130 if (memcmp(original_hash, modified_hash, SHA1_DIGEST_SIZE) != 0) {
139 free(modified_hash);
  /external/autotest/server/site_tests/firmware_ECUpdateId/
firmware_ECUpdateId.py 112 modified_hash = self.faft_client.updater.get_ec_hash()
121 self.check_state((self.active_hash_checker, modified_hash))
141 self.check_state((self.active_hash_checker, modified_hash))

Completed in 81 milliseconds