Searched refs:digest (Results 1 – 1 of 1) sorted by relevance
217 asm static BOOL OSi_VerifyStaticSegmentHash(const u8 *src, u32 len, const void *digest) in OSi_VerifyStaticSegmentHash() argument355 u8 *digest = &work[sizeof(SVCHMACSHA1Context)]; in OSi_VerifyStaticSegments() local357 BOOL OSi_VerifyStaticSegmentHash(const u8 *src, u32 len, const void *digest); in OSi_VerifyStaticSegments()396 SVC_HMACSHA1GetHash(context, digest); in OSi_VerifyStaticSegments()397 result &= (SVC_CompareSHA1(digest, compareDigests[i]) != FALSE); in OSi_VerifyStaticSegments()