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

  /external/vboot_reference/cgpt/
cgpt_wrapper.c 69 uint8_t *original_hash = NULL; local
83 original_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) {
138 free(original_hash);
  /external/v8/test/cctest/
test-api.cc 2804 i::Object* original_hash = i_global_proxy->GetHash(); local
    [all...]

Completed in 87 milliseconds