Searched refs:context (Results 1 – 1 of 1) sorted by relevance
354 SVCHMACSHA1Context *context = (SVCHMACSHA1Context *)&work[0]; in OSi_VerifyStaticSegments() local394 SVC_HMACSHA1Init(context, hmacKey, sizeof(hmacKey)); in OSi_VerifyStaticSegments()395 SVC_HMACSHA1Update(context, address, size); in OSi_VerifyStaticSegments()396 SVC_HMACSHA1GetHash(context, digest); in OSi_VerifyStaticSegments()