Searched refs:HashContext (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Library/DxeImageVerificationLib/
H A DDxeImageVerificationLib.h102 Initializes user-supplied memory pointed by HashContext as hash context for
105 If HashContext is NULL, then ASSERT().
107 @param[in, out] HashContext Pointer to Context being initialized.
116 IN OUT VOID *HashContext
124 If HashContext is NULL, then ASSERT().
126 @param[in, out] HashContext Pointer to the MD5 context.
138 IN OUT VOID *HashContext,
147 If HashContext is NULL, then ASSERT().
150 @param[in, out] HashContext Pointer to the MD5 context
161 IN OUT VOID *HashContext,
[all...]
/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...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DInitVariable.c179 mVariableModuleGlobal->HashContext[Virtual] = mVariableModuleGlobal->HashContext[Physical];
180 EfiConvertPointer (0x0, (VOID **) &mVariableModuleGlobal->HashContext[Virtual]);
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/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.h251 Initializes user-supplied memory pointed by HashContext as hash context for
254 If HashContext is NULL, then ASSERT().
256 @param[in, out] HashContext Pointer to Context being initialized.
265 IN OUT VOID *HashContext
273 If HashContext is NULL, then ASSERT().
275 @param[in, out] HashContext Pointer to the MD5 context.
287 IN OUT VOID *HashContext,
296 If HashContext is NULL, then ASSERT().
299 @param[in, out] HashContext Pointer to the MD5 context
310 IN OUT VOID *HashContext,
[all...]

Completed in 1668 milliseconds