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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DAuthService.h292 extern VOID *mHashCtx;
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);
H A DVariableDxe.c235 EfiConvertPointer (0x0, (VOID **) &mHashCtx);

Completed in 158 milliseconds