Searched refs:compareDigests (Results 1 – 1 of 1) sorted by relevance
243 const void *(compareDigests[SEGMENT_TOTAL]); in OSi_VerifyStaticSegments() local248 compareDigests[0] = &((const u8 *)header)[0x3A0]; in OSi_VerifyStaticSegments()249 compareDigests[1] = header->sub_static_digest; in OSi_VerifyStaticSegments()250 compareDigests[2] = header->main_ltd_static_digest; in OSi_VerifyStaticSegments()251 compareDigests[3] = header->sub_ltd_static_digest; in OSi_VerifyStaticSegments()275 result &= (SVC_CompareSHA1(digest, compareDigests[i]) != FALSE); in OSi_VerifyStaticSegments()