Searched refs:compareDigests (Results 1 – 1 of 1) sorted by relevance
362 const void *(compareDigests[SEGMENT_TOTAL]); in OSi_VerifyStaticSegments() local367 compareDigests[0] = &((const u8 *)header)[0x3A0]; in OSi_VerifyStaticSegments()368 compareDigests[1] = header->sub_static_digest; in OSi_VerifyStaticSegments()369 compareDigests[2] = header->main_ltd_static_digest; in OSi_VerifyStaticSegments()370 compareDigests[3] = header->sub_ltd_static_digest; in OSi_VerifyStaticSegments()397 result &= (SVC_CompareSHA1(digest, compareDigests[i]) != FALSE); in OSi_VerifyStaticSegments()399 result &= OSi_VerifyStaticSegmentHash(address, size, compareDigests[i]); in OSi_VerifyStaticSegments()