Searched defs:mHashCtx (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.c33 VOID *mHashCtx = NULL; variable
173 mHashCtx = AllocateRuntimePool (CtxSize);
174 if (mHashCtx == NULL) {
554 Status = Sha256Init (mHashCtx);
558 Status = Sha256Update (mHashCtx, Data + AUTHINFO_SIZE, (UINTN) (DataSize - AUTHINFO_SIZE));
565 Status = Sha256Update (mHashCtx, &CertData->MonotonicCount, sizeof (UINT64));
569 Status = Sha256Final (mHashCtx, Digest);

Completed in 34 milliseconds