Searched refs:sha_so_far (Results 1 – 1 of 1) sorted by relevance
156 uint8_t sha_so_far[SHA_DIGEST_LENGTH]; in LoadPartitionContents() local157 SHA1_Final(sha_so_far, &temp_ctx); in LoadPartitionContents()165 if (memcmp(sha_so_far, parsed_sha, SHA_DIGEST_LENGTH) == 0) { in LoadPartitionContents()