OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
2491
i::Handle<i::Object>
original_hash
;
local
[
all
...]
Completed in 70 milliseconds