Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.c264 const uint8_t* sha_so_far = SHA_final(&temp_ctx); in LoadPartitionContents() local
274 if (memcmp(sha_so_far, parsed_sha, SHA_DIGEST_SIZE) == 0) { in LoadPartitionContents()