Searched refs:compareDigests (Results 1 – 1 of 1) sorted by relevance
357 const void *(compareDigests[SEGMENT_TOTAL]); in OSi_VerifyStaticSegments() local362 compareDigests[0] = &((const u8 *)header)[0x3A0]; in OSi_VerifyStaticSegments()363 compareDigests[1] = header->sub_static_digest; in OSi_VerifyStaticSegments()364 compareDigests[2] = header->main_ltd_static_digest; in OSi_VerifyStaticSegments()365 compareDigests[3] = header->sub_ltd_static_digest; in OSi_VerifyStaticSegments()392 result &= (SVC_CompareSHA1(digest, compareDigests[i]) != FALSE); in OSi_VerifyStaticSegments()394 result &= OSi_VerifyStaticSegmentHash(address, size, compareDigests[i]); in OSi_VerifyStaticSegments()