Searched refs:compareDigests (Results 1 – 1 of 1) sorted by relevance
232 const void *(compareDigests[SEGMENT_TOTAL]); in OSi_VerifyStaticSegments() local237 compareDigests[0] = &((const u8 *)header)[0x3A0]; in OSi_VerifyStaticSegments()238 compareDigests[1] = header->sub_static_digest; in OSi_VerifyStaticSegments()239 compareDigests[2] = header->main_ltd_static_digest; in OSi_VerifyStaticSegments()240 compareDigests[3] = header->sub_ltd_static_digest; in OSi_VerifyStaticSegments()264 result &= (SVC_CompareSHA1(digest, compareDigests[i]) != FALSE); in OSi_VerifyStaticSegments()