Home
last modified time | relevance | path

Searched refs:context (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.4.2/build/libraries/os/common/src/
Dos_reset.c354 SVCHMACSHA1Context *context = (SVCHMACSHA1Context *)&work[0]; in OSi_VerifyStaticSegments() local
394 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()