Searched refs:AllocateZeroPool (Results 26 - 50 of 311) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DPayload.c71 SaData = AllocateZeroPool (SaDataSize);
119 Nonce = AllocateZeroPool (Size);
181 Ke = AllocateZeroPool (KeSize);
242 Id = (IKEV2_ID *) AllocateZeroPool (IdSize);
320 Id = (IKEV2_ID *) AllocateZeroPool (IdSize);
401 Digest = AllocateZeroPool (DigestSize);
431 KeyBuf = AllocateZeroPool (DigestSize);
489 Fragments[2].Data = AllocateZeroPool (DigestSize);
516 PayloadBuf = (IKEV2_AUTH *) AllocateZeroPool (AuthPayload->PayloadSize);
653 Digest = AllocateZeroPool (DigestSiz
[all...]
H A DSa.c1366 IkeSaSession->IkeKeys = AllocateZeroPool (sizeof (IKEV2_SESSION_KEYS));
1369 IkeKeys->DhBuffer = AllocateZeroPool (sizeof (IKEV2_DH_BUFFER));
1376 IkeKeys->DhBuffer->GxBuffer = AllocateZeroPool (IkeKeys->DhBuffer->GxSize);
1428 DhBuffer->GxyBuffer = AllocateZeroPool (DhBuffer->GxySize);
1450 DhBuffer->GyBuffer = AllocateZeroPool (DhBuffer->GySize);
1533 KeyBuffer = AllocateZeroPool (KeyBufferSize);
1543 Digest = AllocateZeroPool (DigestSize);
1584 OutputKey = AllocateZeroPool (OutputKeyLength);
1610 IkeSaSession->IkeKeys->SkdKey = AllocateZeroPool (PrfAlgKeyLen);
1623 IkeSaSession->IkeKeys->SkAiKey = AllocateZeroPool (IntegrityAlgKeyLe
[all...]
H A DUtility.c58 IkeSaSession = AllocateZeroPool (sizeof (IKEV2_SA_SESSION));
514 ChildSaSession = AllocateZeroPool (sizeof (IKEV2_CHILD_SA_SESSION));
915 Selector = AllocateZeroPool (SelectorSize);
930 Selector = AllocateZeroPool (SelectorSize);
949 RemoteSelector = AllocateZeroPool (SelectorSize);
960 LocalSelector = AllocateZeroPool (SelectorSize);
1237 SaData = AllocateZeroPool (
1243 SaData = AllocateZeroPool (
1276 ProposalData->Spi = AllocateZeroPool (sizeof (ChildSaSession->LocalPeerSpi));
1344 ProposalData->Spi = AllocateZeroPool (sizeo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DUefiShellCommandLib.c362 Node = AllocateZeroPool(sizeof(SHELL_COMMAND_INTERNAL_LIST_ENTRY));
364 Node->CommandString = AllocateZeroPool(StrSize(CommandString));
579 Node = AllocateZeroPool(sizeof(ALIAS_LIST));
581 Node->CommandString = AllocateZeroPool(StrSize(Command));
582 Node->Alias = AllocateZeroPool(StrSize(Alias));
855 Node = AllocateZeroPool(sizeof(SCRIPT_FILE_LIST));
886 String = AllocateZeroPool(PcdGet8(PcdShellMapNameLength) * sizeof(String[0]));
933 MapListNode = AllocateZeroPool(sizeof(SHELL_MAP_LIST));
938 MapListNode->MapName = AllocateZeroPool(StrSize(Name));
1052 DevicePathList = AllocateZeroPool(sizeo
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.c200 Desc = AllocateZeroPool ((UINTN) CtrlLen);
259 Setting->Endpoints = AllocateZeroPool (sizeof (USB_ENDPOINT_DESC *) * NumEp);
325 Config->Interfaces = AllocateZeroPool (sizeof (USB_INTERFACE_DESC *) * NumIf);
335 Interface = AllocateZeroPool (sizeof (USB_INTERFACE_DESC));
566 DevDesc = AllocateZeroPool (sizeof (USB_DEVICE_DESC));
623 Buf = AllocateZeroPool (Desc.Length);
736 Buf = AllocateZeroPool (Desc.TotalLength);
791 DevDesc->Configs = AllocateZeroPool (NumConfig * sizeof (USB_CONFIG_DESC *));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/
H A DDebugImageInfo.c203 NewTable = AllocateZeroPool (TableSize + EFI_PAGE_SIZE);
232 Table[Index].NormalImage = AllocateZeroPool (sizeof (EFI_DEBUG_IMAGE_INFO_NORMAL));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DDatabase.c46 DatabaseRecord = (HII_DATABASE_RECORD *) AllocateZeroPool (sizeof (HII_DATABASE_RECORD));
52 DatabaseRecord->PackageList = AllocateZeroPool (sizeof (HII_DATABASE_PACKAGE_LIST_INSTANCE));
72 HiiHandle = (HII_HANDLE *) AllocateZeroPool (sizeof (HII_HANDLE));
193 Buffer = (UINT8 *) AllocateZeroPool (BufferSize);
215 Buffer = (UINT8 *) AllocateZeroPool (BufferSize);
233 Buffer = (UINT8 *) AllocateZeroPool (BufferSize);
251 Buffer = (UINT8 *) AllocateZeroPool (BufferSize);
293 Buffer = (UINT8 *) AllocateZeroPool (BufferSize);
381 GuidPackage = (HII_GUID_PACKAGE_INSTANCE *) AllocateZeroPool (sizeof (HII_GUID_PACKAGE_INSTANCE));
385 GuidPackage->GuidPkg = (UINT8 *) AllocateZeroPool (PackageHeade
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPrint.c62 Buffer = AllocateZeroPool (0x10000);
63 BackupBuffer = AllocateZeroPool (0x10000);
H A DProcessOptions.c449 *OptionString = AllocateZeroPool (Question->MaxContainers * BufferSize);
532 *OptionString = AllocateZeroPool (BufferSize);
615 *OptionString = AllocateZeroPool (BufferSize);
662 *OptionString = AllocateZeroPool (BufferSize);
685 *OptionString = AllocateZeroPool (BufferSize);
717 *OptionString = AllocateZeroPool (BufferSize);
744 StringPtr = AllocateZeroPool ((Maximum + 1) * sizeof (CHAR16));
764 *OptionString = AllocateZeroPool (BufferSize);
780 StringPtr = AllocateZeroPool ((Maximum + 1) * sizeof (CHAR16));
883 TempString = AllocateZeroPool ((Maximu
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DEfiCompress.c117 InBuffer = AllocateZeroPool((UINTN)InSize);
125 OutBuffer = AllocateZeroPool((UINTN)OutSize);
H A DCompress.c195 mText = AllocateZeroPool (WNDSIZ * 2 + MAXMATCH);
196 mLevel = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mLevel));
197 mChildCount = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mChildCount));
198 mPosition = AllocateZeroPool ((WNDSIZ + UINT8_MAX + 1) * sizeof (*mPosition));
199 mParent = AllocateZeroPool (WNDSIZ * 2 * sizeof (*mParent));
200 mPrev = AllocateZeroPool (WNDSIZ * 2 * sizeof (*mPrev));
201 mNext = AllocateZeroPool ((MAX_HASH_VAL + 1) * sizeof (*mNext));
204 mBuf = AllocateZeroPool (mBufSiz);
211 mBuf = AllocateZeroPool (mBufSiz);
625 Temp = AllocateZeroPool (WNDSI
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Main/
H A DMain.c103 gMD->NCmdLine = (char *)AllocateZeroPool(nArgvSize+1);
142 gMD = AllocateZeroPool(sizeof(struct __MainData));
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/
H A DVBoxInterceptor.c81 gThis = AllocateZeroPool(sizeof(VBOXINTERCEPTOR));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBmLib.c132 *Buffer = AllocateZeroPool (BufferSize);
271 Dest = AllocateZeroPool (Size);
370 NewPool = AllocateZeroPool (NewSize);
H A DVariable.c141 BootOrderList = AllocateZeroPool (BootOrderListSize * sizeof (UINT16));
279 DriverOrderList = AllocateZeroPool (DriverOrderListSize * sizeof (UINT16));
582 Buffer = AllocateZeroPool (BufferSize);
614 NewLoadContext->Description = AllocateZeroPool (StrSize (DescriptionData));
630 NewLoadContext->FilePathList = AllocateZeroPool (GetDevicePathSize (CallbackData->LoadContext->FilePathList));
676 NewDriverOrderList = AllocateZeroPool (DriverOrderListSize + sizeof (UINT16));
754 Buffer = AllocateZeroPool (BufferSize);
785 NewLoadContext->Description = AllocateZeroPool (StrSize (NvRamMap->DescriptionData));
802 NewLoadContext->FilePathList = AllocateZeroPool (GetDevicePathSize (CallbackData->LoadContext->FilePathList));
846 NewBootOrderList = AllocateZeroPool (BootOrderListSiz
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Application/VariableInfo/
H A DVariableInfo.c107 CommBuffer = AllocateZeroPool (CommSize);
115 CommBuffer = AllocateZeroPool (CommSize);
151 CommBuffer = AllocateZeroPool (CommSize);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
H A DUsbCredentialProvider.c77 NewTable = AllocateZeroPool (
200 Var = AllocateZeroPool (VarSize);
219 mUsbTable = AllocateZeroPool (
355 FileInfo = AllocateZeroPool (ScratchBufferSize);
378 *Buffer = AllocateZeroPool (*BufferSize);
571 UserInfo = AllocateZeroPool (UserInfoSize);
618 CallbackInfo = AllocateZeroPool (sizeof (USB_PROVIDER_CALLBACK_INFO));
1183 mUsbInfoHandle = AllocateZeroPool (InfoLen);
1193 Info = AllocateZeroPool (InfoLen);
1211 Info = AllocateZeroPool (InfoLe
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/UserProfileManagerDxe/
H A DUserProfileDelete.c43 Info = AllocateZeroPool (MemSize);
74 Info = AllocateZeroPool (MemSize);
222 Info = AllocateZeroPool (InfoSize);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DConsoleWrappers.c132 ProtocolToReturn = AllocateZeroPool(sizeof(SHELL_EFI_SIMPLE_TEXT_INPUT_PROTOCOL));
413 ProtocolToReturn = AllocateZeroPool(sizeof(SHELL_EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL));
427 ProtocolToReturn->SimpleTextOut.Mode = AllocateZeroPool(sizeof(EFI_SIMPLE_TEXT_OUTPUT_MODE));
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DDiskImage.c134 HDiskImage.Name = AllocateZeroPool (2 * (Len + 1));
222 Buffer = AllocateZeroPool (Bytes);
395 Buffer = AllocateZeroPool (Bytes);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIpSecCryptIo.c303 Context = AllocateZeroPool (ContextSize);
390 Context = AllocateZeroPool (ContextSize);
491 HashContext = AllocateZeroPool (ContextSize);
609 HashContext = AllocateZeroPool (ContextSize);
847 Signature = AllocateZeroPool (SigSize);
968 *PublicKey = AllocateZeroPool (*PublicKeyLen);
1010 *CertSubject = AllocateZeroPool (*SubjectSize);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigImpl.c157 NewData = (UINT8*) AllocateZeroPool (DescriptorSize + PayloadSize);
282 *PkCert = (EFI_SIGNATURE_LIST*) AllocateZeroPool (
496 KeyBuffer = AllocateZeroPool (KeyLenInBytes);
516 KekSigList = (EFI_SIGNATURE_LIST*) AllocateZeroPool (KekSigListSize);
645 KekSigList = (EFI_SIGNATURE_LIST*) AllocateZeroPool (KekSigListSize);
803 Data = AllocateZeroPool (SigDBSize);
1107 SectionHeader = (EFI_IMAGE_SECTION_HEADER *) AllocateZeroPool (sizeof (EFI_IMAGE_SECTION_HEADER) * mNtHeader.Pe32->FileHeader.NumberOfSections);
1360 Data = (UINT8*) AllocateZeroPool (SigDBSize);
1576 Data = (UINT8 *) AllocateZeroPool (DataSize);
1587 GuidStr = AllocateZeroPool (10
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c306 OptionPtr = AllocateZeroPool (OptionSize);
390 OptionOrderPtr = AllocateZeroPool ( OrderItemNum * sizeof (UINT16));
724 Option = AllocateZeroPool (sizeof (BDS_COMMON_OPTION));
732 Option->DevicePath = AllocateZeroPool (GetDevicePathSize (DevicePath));
737 Option->Description = AllocateZeroPool (StrSize (Description));
741 Option->LoadOptions = AllocateZeroPool (LoadOptionsSize);
748 Option->OptionName = AllocateZeroPool (TempSize);
908 Buffer = AllocateZeroPool (BufferSize);
1201 StringBuffer1 = AllocateZeroPool (MAX_STRING_LEN * sizeof (CHAR16));
1203 StringBuffer2 = AllocateZeroPool (MAX_STRING_LE
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
H A DPwdCredentialProvider.c99 NewTable = (CREDENTIAL_TABLE *) AllocateZeroPool (
223 Var = AllocateZeroPool (VarSize);
242 mPwdTable = AllocateZeroPool (
483 UserInfo = AllocateZeroPool (UserInfoSize);
670 CallbackInfo = AllocateZeroPool (sizeof (PWD_PROVIDER_CALLBACK_INFO));
1234 mPwdInfoHandle = AllocateZeroPool (InfoLen);
1244 Info = AllocateZeroPool (InfoLen);
1262 Info = AllocateZeroPool (InfoLen);
1279 Info = AllocateZeroPool (InfoLen);
1297 Info = AllocateZeroPool (InfoLe
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiHandleParsingLib/
H A DUefiHandleParsingLib.c206 RetVal = AllocateZeroPool(Size);
265 RetVal = AllocateZeroPool(VersionStringSize);
680 ListWalker = AllocateZeroPool(sizeof(HANDLE_LIST));
722 ListWalker = AllocateZeroPool(sizeof(HANDLE_LIST));
835 *HandleType = AllocateZeroPool (*HandleCount * sizeof (UINTN));
1040 *MatchingHandleBuffer = AllocateZeroPool ((*MatchingHandleCount +1)* sizeof (EFI_HANDLE));
1220 *DestinationBuffer = AllocateZeroPool(LocalDestinationFinalSize);
1336 HandleList = AllocateZeroPool(Size + sizeof(EFI_HANDLE));
1346 HandleList = AllocateZeroPool(Size + sizeof(EFI_HANDLE));
1405 HandleList = AllocateZeroPool(TotalSiz
[all...]

Completed in 108 milliseconds

1234567891011>>