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

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DAuthService.c59 mVariableModuleGlobal->HashContext[Physical] = AllocateRuntimePool (CtxSize);
60 ASSERT (mVariableModuleGlobal->HashContext[Physical] != NULL);
310 VOID *HashContext; local
340 HashContext = Global->HashContext[VirtualMode];
341 Status = Sha256Init (HashContext);
345 Status = Sha256Update (HashContext, Data + AUTHINFO_SIZE, (UINTN) (DataSize - AUTHINFO_SIZE));
352 Status = Sha256Update (HashContext, &CertData->MonotonicCount, sizeof (UINT64));
356 Status = Sha256Final (HashContext, Digest);
H A DVariable.h112 VOID *HashContext[2]; // Hash context pointer member in struct:__anon12717
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecCryptIo.c453 UINT8 *HashContext; local
491 HashContext = AllocateZeroPool (ContextSize);
493 if (HashContext == NULL) {
501 if (mIpsecAuthAlgorithmList[Index].HmacInitiate(HashContext, Key, KeyLength)) {
504 HashContext,
512 if (mIpsecAuthAlgorithmList[Index].HmacFinal (HashContext, OutHashData)) {
529 if (HashContext != NULL) {
530 FreePool (HashContext);
573 UINT8 *HashContext; local
609 HashContext
[all...]

Completed in 43 milliseconds