Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.cpp156 uint8_t sha_so_far[SHA_DIGEST_LENGTH]; in LoadPartitionContents() local
157 SHA1_Final(sha_so_far, &temp_ctx); in LoadPartitionContents()
165 if (memcmp(sha_so_far, parsed_sha, SHA_DIGEST_LENGTH) == 0) { in LoadPartitionContents()