Searched refs:ContextSize (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecCryptIo.c280 UINTN ContextSize; local
302 ContextSize = mIpsecEncryptAlgorithmList[Index].CipherGetContextSize ();
303 Context = AllocateZeroPool (ContextSize);
366 UINTN ContextSize; local
389 ContextSize = mIpsecEncryptAlgorithmList[Index].CipherGetContextSize();
390 Context = AllocateZeroPool (ContextSize);
450 UINTN ContextSize; local
490 ContextSize = mIpsecAuthAlgorithmList[Index].HmacGetContextSize();
491 HashContext = AllocateZeroPool (ContextSize);
570 UINTN ContextSize; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c37 UINTN ContextSize; local
44 ContextSize = sizeof (BM_LOAD_CONTEXT);
48 ContextSize = sizeof (BM_FILE_CONTEXT);
52 ContextSize = sizeof (BM_CONSOLE_CONTEXT);
56 ContextSize = sizeof (BM_TERMINAL_CONTEXT);
60 ContextSize = sizeof (BM_HANDLE_CONTEXT);
64 ContextSize = sizeof (BM_LEGACY_DEVICE_CONTEXT);
68 ContextSize = 0;
72 if (ContextSize == 0) {
84 MenuEntry->VariableContext = AllocateZeroPool (ContextSize);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c215 UINTN ContextSize; local
225 ContextSize = sizeof (SECUREBOOT_FILE_CONTEXT);
226 MenuEntry->FileContext = AllocateZeroPool (ContextSize);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp820 PoolParams.ContextSize = 0; /** @todo Do we need to consider underlying drivers? I think not. */
1220 0 /* ContextSize */,
1239 0 /** @todo ContextSize */,

Completed in 71 milliseconds