Home
last modified time | relevance | path

Searched refs:AllocateZeroPool (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellEnvVar.c51 Buffer = AllocateZeroPool(Size); in IsVolatileEnv()
146 VariableName = AllocateZeroPool(NameBufferSize); in GetEnvironmentVariableList()
161 VariableName = AllocateZeroPool(NameBufferSize); in GetEnvironmentVariableList()
171 VarList = AllocateZeroPool(sizeof(ENV_VAR_LIST)); in GetEnvironmentVariableList()
176 VarList->Val = AllocateZeroPool(ValSize); in GetEnvironmentVariableList()
186 VarList->Val = AllocateZeroPool(ValBufferSize); in GetEnvironmentVariableList()
326 Node = AllocateZeroPool(sizeof(ENV_VAR_LIST)); in SetEnvironmentVariables()
332 … Node->Key = AllocateZeroPool((StrStr(CurrentString, L"=") - CurrentString + 1) * sizeof(CHAR16)); in SetEnvironmentVariables()
362 VarList = AllocateZeroPool(sizeof(ENV_VAR_LIST)); in SetEnvironmentVariables()
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DForEach.c46 Selector = AllocateZeroPool (SelectorSize); in ForeachPolicyEntry()
60 Selector = FirstGetNext ? AllocateZeroPool (SelectorSize) : AllocatePool (SelectorSize); in ForeachPolicyEntry()
88 Data = AllocateZeroPool (DataSize); in ForeachPolicyEntry()
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIkePacket.c32 IkePacket = (IKE_PACKET *) AllocateZeroPool (sizeof (IKE_PACKET)); in IkePacketAlloc()
40 IkePacket->Header = (IKE_HEADER *) AllocateZeroPool (sizeof (IKE_HEADER)); in IkePacketAlloc()
153 IkePacket->PayloadsBuf = (UINT8 *) AllocateZeroPool (IkePacket->PayloadTotalSize); in IkePacketFromNetbuf()
226 Fragments = (NET_FRAGMENT *) AllocateZeroPool ((1 + NumPayloads) * sizeof (NET_FRAGMENT)); in IkeNetbufFromPacket()
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
DUserProfileModify.c148 Info = AllocateZeroPool (MemSize); in GetAllUserInfo()
176 Info = AllocateZeroPool (MemSize); in GetAllUserInfo()
215 mUserInfo.AccessPolicy = AllocateZeroPool (DataLen); in GetAllUserInfo()
225 mUserInfo.IdentityPolicy = AllocateZeroPool (DataLen); in GetAllUserInfo()
263 Str = AllocateZeroPool (DateBufLen); in ResolveDate()
344 TmpStr = AllocateZeroPool (StrLength); in AddStr()
698 mAccessInfo.LoadForbid = AllocateZeroPool (ValLen); in ResolveAccessPolicy()
711 mAccessInfo.LoadPermit = AllocateZeroPool (ValLen); in ResolveAccessPolicy()
724 mAccessInfo.ConnectForbid = AllocateZeroPool (ValLen); in ResolveAccessPolicy()
737 mAccessInfo.ConnectPermit = AllocateZeroPool (ValLen); in ResolveAccessPolicy()
[all …]
DUserProfileAdd.c131 NewUserInfo = AllocateZeroPool (sizeof (EFI_USER_INFO) + UserNameLen); in SetUserName()
185 NewUserInfo = AllocateZeroPool ( in SetCreateDate()
230 NewUserInfo = AllocateZeroPool ( in SetIdentityPolicy()
272 NewUserInfo = AllocateZeroPool ( in SetAccessPolicy()
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
DPayload.c72 SaData = AllocateZeroPool (SaDataSize); in Ikev2GenerateSaPayload()
120 Nonce = AllocateZeroPool (Size); in Ikev2GenerateNoncePayload()
182 Ke = AllocateZeroPool (KeSize); in Ikev2GenerateKePayload()
243 Id = (IKEV2_ID *) AllocateZeroPool (IdSize); in Ikev2GenerateIdPayload()
319 Id = (IKEV2_ID *) AllocateZeroPool (IdSize); in Ikev2GenerateCertIdPayload()
400 Digest = AllocateZeroPool (DigestSize); in Ikev2PskGenerateAuthPayload()
430 KeyBuf = AllocateZeroPool (DigestSize); in Ikev2PskGenerateAuthPayload()
488 Fragments[2].Data = AllocateZeroPool (DigestSize); in Ikev2PskGenerateAuthPayload()
515 PayloadBuf = (IKEV2_AUTH *) AllocateZeroPool (AuthPayload->PayloadSize); in Ikev2PskGenerateAuthPayload()
651 Digest = AllocateZeroPool (DigestSize); in Ikev2CertGenerateAuthPayload()
[all …]
DSa.c1362 IkeSaSession->IkeKeys = AllocateZeroPool (sizeof (IKEV2_SESSION_KEYS)); in Ikev2GenerateSaDhPublicKey()
1365 IkeKeys->DhBuffer = AllocateZeroPool (sizeof (IKEV2_DH_BUFFER)); in Ikev2GenerateSaDhPublicKey()
1372 IkeKeys->DhBuffer->GxBuffer = AllocateZeroPool (IkeKeys->DhBuffer->GxSize); in Ikev2GenerateSaDhPublicKey()
1424 DhBuffer->GxyBuffer = AllocateZeroPool (DhBuffer->GxySize); in Ikev2GenerateSaDhComputeKey()
1446 DhBuffer->GyBuffer = AllocateZeroPool (DhBuffer->GySize); in Ikev2GenerateSaDhComputeKey()
1526 KeyBuffer = AllocateZeroPool (KeyBufferSize); in Ikev2GenerateSaKeys()
1536 Digest = AllocateZeroPool (DigestSize); in Ikev2GenerateSaKeys()
1577 OutputKey = AllocateZeroPool (OutputKeyLength); in Ikev2GenerateSaKeys()
1603 IkeSaSession->IkeKeys->SkdKey = AllocateZeroPool (PrfAlgKeyLen); in Ikev2GenerateSaKeys()
1616 IkeSaSession->IkeKeys->SkAiKey = AllocateZeroPool (IntegrityAlgKeyLen); in Ikev2GenerateSaKeys()
[all …]
DUtility.c59 IkeSaSession = AllocateZeroPool (sizeof (IKEV2_SA_SESSION)); in Ikev2SaSessionAlloc()
515 ChildSaSession = AllocateZeroPool (sizeof (IKEV2_CHILD_SA_SESSION)); in Ikev2ChildSaSessionAlloc()
912 Selector = AllocateZeroPool (SelectorSize); in Ikev2ChildSaSilentDelete()
927 Selector = AllocateZeroPool (SelectorSize); in Ikev2ChildSaSilentDelete()
947 RemoteSelector = AllocateZeroPool (SelectorSize); in Ikev2ChildSaSilentDelete()
958 LocalSelector = AllocateZeroPool (SelectorSize); in Ikev2ChildSaSilentDelete()
1235 SaData = AllocateZeroPool ( in Ikev2InitializeSaData()
1241 SaData = AllocateZeroPool ( in Ikev2InitializeSaData()
1274 ProposalData->Spi = AllocateZeroPool (sizeof (ChildSaSession->LocalPeerSpi)); in Ikev2InitializeSaData()
1342 ProposalData->Spi = AllocateZeroPool (sizeof (ChildSaSession->LocalPeerSpi)); in Ikev2InitializeSaData()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/PeiMain/
DPeiMain.c255 …OldCoreData->PeiCodeMemoryRangeUsageBitMap = AllocateZeroPool (((PcdGet32(PcdLoadFixAddressPeiCode… in PeiCore()
320 …PrivateData.PpiData.PpiListPtrs = AllocateZeroPool (sizeof (PEI_PPI_LIST_POINTERS) * PcdGet32 (Pc… in PeiCore()
322 …PrivateData.Fv = AllocateZeroPool (sizeof (PEI_CORE_FV_HANDLE) * PcdGet32 (PcdPe… in PeiCore()
324 …PrivateData.Fv[0].PeimState = AllocateZeroPool (sizeof (UINT8) * PcdGet32 (PcdPeiCoreMaxPeimP… in PeiCore()
326 …PrivateData.Fv[0].FvFileHandles = AllocateZeroPool (sizeof (EFI_PEI_FILE_HANDLE) * PcdGet32 (PcdP… in PeiCore()
332 …PrivateData.UnknownFvInfo = AllocateZeroPool (sizeof (PEI_CORE_UNKNOW_FORMAT_FV_INFO) * Pcd… in PeiCore()
334 …PrivateData.CurrentFvFileHandles = AllocateZeroPool (sizeof (EFI_PEI_FILE_HANDLE) * PcdGet32 (PcdP… in PeiCore()
/device/linaro/bootloader/edk2/NetworkPkg/HttpUtilitiesDxe/
DHttpUtilitiesProtocol.c115 TempHeaderFields = AllocateZeroPool (SeedFieldCount * sizeof(EFI_HTTP_HEADER)); in HttpUtilitiesBuild()
145 NewHeaderFields = AllocateZeroPool ((TempFieldCount + AppendCount) * sizeof (EFI_HTTP_HEADER)); in HttpUtilitiesBuild()
214 *NewMessage = AllocateZeroPool (*NewMessageSize); in HttpUtilitiesBuild()
320 TempHttpMessage = AllocateZeroPool (HttpMessageSize); in HttpUtilitiesParse()
352 *HeaderFields = AllocateZeroPool ((*FieldCount) * sizeof(EFI_HTTP_HEADER)); in HttpUtilitiesParse()
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
DUsbCredentialProvider.c77 NewTable = AllocateZeroPool ( in ExpandTableSize()
200 Var = AllocateZeroPool (VarSize); in InitCredentialTable()
219 mUsbTable = AllocateZeroPool ( in InitCredentialTable()
355 FileInfo = AllocateZeroPool (ScratchBufferSize); in GetFileData()
378 *Buffer = AllocateZeroPool (*BufferSize); in GetFileData()
571 UserInfo = AllocateZeroPool (UserInfoSize); in FindUserInfoByType()
618 CallbackInfo = AllocateZeroPool (sizeof (USB_PROVIDER_CALLBACK_INFO)); in InitFormBrowser()
1183 mUsbInfoHandle = AllocateZeroPool (InfoLen); in CredentialGetNextInfo()
1193 Info = AllocateZeroPool (InfoLen); in CredentialGetNextInfo()
1211 Info = AllocateZeroPool (InfoLen); in CredentialGetNextInfo()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DImage.c281 Palette = AllocateZeroPool (PaletteSize); in Output1bitPixel()
366 Palette = AllocateZeroPool (PaletteSize); in Output4bitPixel()
440 Palette = AllocateZeroPool (PaletteSize); in Output8bitPixel()
667 ImageBlock = (UINT8 *) AllocateZeroPool (BlockSize); in HiiNewImage()
685 NewBlock = AllocateZeroPool (NewBlockSize); in HiiNewImage()
704 …ImagePackage = (HII_IMAGE_PACKAGE_INSTANCE *) AllocateZeroPool (sizeof (HII_IMAGE_PACKAGE_INSTANCE… in HiiNewImage()
732 ImagePackage->ImageBlock = (UINT8 *) AllocateZeroPool (BlockSize); in HiiNewImage()
742 NewBlock = AllocateZeroPool (NewBlockSize); in HiiNewImage()
899 Image->Bitmap = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) AllocateZeroPool (ImageLength); in HiiGetImage()
955 Image->Bitmap = (EFI_GRAPHICS_OUTPUT_BLT_PIXEL *) AllocateZeroPool (ImageLength); in HiiGetImage()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
DUefiIfrParser.c226 Storage = AllocateZeroPool (sizeof (FORMSET_STORAGE)); in CreateStorage()
548 FormSet->StatementBuffer = AllocateZeroPool (NumberOfStatement * sizeof (FORM_BROWSER_STATEMENT)); in ParseOpCodes()
604 CurrentForm = AllocateZeroPool (sizeof (FORM_BROWSER_FORM)); in ParseOpCodes()
623 CurrentForm = AllocateZeroPool (sizeof (FORM_BROWSER_FORM)); in ParseOpCodes()
678 Storage->Name = AllocateZeroPool (AsciiStrSize (AsciiString) * 2); in ParseOpCodes()
721 DefaultStore = AllocateZeroPool (sizeof (FORMSET_DEFAULTSTORE)); in ParseOpCodes()
860 CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth); in ParseOpCodes()
889 CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth); in ParseOpCodes()
907 CurrentStatement->BufferValue = AllocateZeroPool (CurrentStatement->StorageWidth); in ParseOpCodes()
938 CurrentDefault = AllocateZeroPool (sizeof (QUESTION_DEFAULT)); in ParseOpCodes()
[all …]
DHiiDatabase.c360 UnicodeLangCodes639 = AllocateZeroPool (AsciiStrSize (LangCodes639) * sizeof (CHAR16)); in HiiGetPrimaryLanguages()
413 LanguageString = AllocateZeroPool (BufferSize); in HiiGetSupportedSecondaryLanguages()
423 LanguageString = AllocateZeroPool (BufferSize); in HiiGetSupportedSecondaryLanguages()
488 PrimaryLang639 = AllocateZeroPool (StrLen (PrimaryLanguage) + 1); in HiiGetSecondaryLanguages()
512 UnicodeSecLangCodes639 = AllocateZeroPool (AsciiStrSize (SecLangCodes639) * sizeof (CHAR16)); in HiiGetSecondaryLanguages()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
DVariable.c136 BootOrderList = AllocateZeroPool (BootOrderListSize * sizeof (UINT16)); in Var_ChangeBootOrder()
269 DriverOrderList = AllocateZeroPool (DriverOrderListSize * sizeof (UINT16)); in Var_ChangeDriverOrder()
572 Buffer = AllocateZeroPool (BufferSize); in Var_UpdateDriverOption()
604 NewLoadContext->Description = AllocateZeroPool (StrSize (DescriptionData)); in Var_UpdateDriverOption()
620 …NewLoadContext->FilePathList = AllocateZeroPool (GetDevicePathSize (CallbackData->LoadContext->Fil… in Var_UpdateDriverOption()
653 NewDriverOrderList = AllocateZeroPool (DriverOrderListSize + sizeof (UINT16)); in Var_UpdateDriverOption()
731 Buffer = AllocateZeroPool (BufferSize); in Var_UpdateBootOption()
762 NewLoadContext->Description = AllocateZeroPool (StrSize (NvRamMap->BootDescriptionData)); in Var_UpdateBootOption()
779 …NewLoadContext->FilePathList = AllocateZeroPool (GetDevicePathSize (CallbackData->LoadContext->Fil… in Var_UpdateBootOption()
809 NewBootOrderList = AllocateZeroPool (BootOrderListSize + sizeof (UINT16)); in Var_UpdateBootOption()
[all …]
DBootOption.c79 MenuEntry = AllocateZeroPool (sizeof (BM_MENU_ENTRY)); in BOpt_CreateMenuEntry()
84 MenuEntry->VariableContext = AllocateZeroPool (ContextSize); in BOpt_CreateMenuEntry()
316 LoadOption = AllocateZeroPool (BootOptionSize); in BOpt_GetBootOptions()
392 NewLoadContext->Description = AllocateZeroPool (StrSize((UINT16*)LoadOptionPtr)); in BOpt_GetBootOptions()
402 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength); in BOpt_GetBootOptions()
422 NewLoadContext->OptionalData = AllocateZeroPool (OptionalDataSize); in BOpt_GetBootOptions()
694 LoadOption = AllocateZeroPool (DriverOptionSize); in BOpt_GetDriverOptions()
734 NewLoadContext->Description = AllocateZeroPool (StringSize); in BOpt_GetDriverOptions()
746 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength); in BOpt_GetDriverOptions()
766 NewLoadContext->OptionalData = AllocateZeroPool (OptionalDataSize); in BOpt_GetDriverOptions()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
DCapsules.c99 CapsulePtr = (VOID **) AllocateZeroPool (sizeof (VOID *) * CapsuleTotalNumber); in BdsProcessCapsules()
101 CapsulePtrCache = (VOID **) AllocateZeroPool (sizeof (VOID *) * CapsuleTotalNumber); in BdsProcessCapsules()
103 CapsuleGuidCache = (EFI_GUID *) AllocateZeroPool (sizeof (EFI_GUID) * CapsuleTotalNumber); in BdsProcessCapsules()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigFileExplorer.c58 Dest = AllocateZeroPool (Size); in StrDuplicate()
105 *Buffer = AllocateZeroPool (BufferSize); in GrowBuffer()
151 Str = AllocateZeroPool (BufferSize); in AppendFileName()
154 TmpStr = AllocateZeroPool (BufferSize); in AppendFileName()
223 MenuEntry = AllocateZeroPool (sizeof (SECUREBOOT_MENU_ENTRY)); in CreateMenuEntry()
229 MenuEntry->FileContext = AllocateZeroPool (ContextSize); in CreateMenuEntry()
704 Buffer = AllocateZeroPool (BlkIo->Media->BlockSize); in FindFileSystem()
803 MenuEntry->DisplayString = AllocateZeroPool (MAX_CHAR); in FindFileSystem()
892 DirInfo = AllocateZeroPool (DirBufferSize); in FindFiles()
942 NewMenuEntry->DisplayString = AllocateZeroPool (BufferSize); in FindFiles()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
DUsbDesc.c208 Desc = AllocateZeroPool ((UINTN) CtrlLen); in UsbCreateDesc()
267 Setting->Endpoints = AllocateZeroPool (sizeof (USB_ENDPOINT_DESC *) * NumEp); in UsbParseInterfaceDesc()
333 Config->Interfaces = AllocateZeroPool (sizeof (USB_INTERFACE_DESC *) * NumIf); in UsbParseConfigDesc()
343 Interface = AllocateZeroPool (sizeof (USB_INTERFACE_DESC)); in UsbParseConfigDesc()
574 DevDesc = AllocateZeroPool (sizeof (USB_DEVICE_DESC)); in UsbGetDevDesc()
631 Buf = AllocateZeroPool (Desc.Length); in UsbGetOneString()
744 Buf = AllocateZeroPool (Desc.TotalLength); in UsbGetOneConfig()
803 DevDesc->Configs = AllocateZeroPool (NumConfig * sizeof (USB_CONFIG_DESC *)); in UsbBuildDescTable()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/
DEsrtDxe.c284 …EsrtRepositoryNew = AllocateZeroPool(PcdGet32(PcdMaxFmpEsrtCacheNum) * sizeof(EFI_SYSTEM_RESOURCE_… in EsrtDxeSyncFmp()
296 FmpImageInfoBuf = AllocateZeroPool(sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR *) * NumberOfHandles); in EsrtDxeSyncFmp()
302 FmpImageInfoCountBuf = AllocateZeroPool(sizeof(UINT8) * NumberOfHandles); in EsrtDxeSyncFmp()
308 DescriptorSizeBuf = AllocateZeroPool(sizeof(UINTN) * NumberOfHandles); in EsrtDxeSyncFmp()
314 FmpImageInfoDescriptorVerBuf = AllocateZeroPool(sizeof(UINT32) * NumberOfHandles); in EsrtDxeSyncFmp()
347 FmpImageInfoBuf[Index1] = AllocateZeroPool(ImageInfoSize); in EsrtDxeSyncFmp()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/
DFvSimpleFileSystemEntryPoint.c111 Root = AllocateZeroPool (sizeof (FV_FILESYSTEM_FILE)); in FvSimpleFileSystemOpenVolume()
120 Root->FvFileInfo = AllocateZeroPool (sizeof (FV_FILESYSTEM_FILE_INFO)); in FvSimpleFileSystemOpenVolume()
170 Name = AllocateZeroPool (GUID_STRING_SIZE); in FvSimpleFileSystemOpenVolume()
187 FvFileInfo = AllocateZeroPool (sizeof (FV_FILESYSTEM_FILE_INFO) + NameLen - sizeof (CHAR16)); in FvSimpleFileSystemOpenVolume()
454 Instance = AllocateZeroPool (sizeof (FV_FILESYSTEM_INSTANCE)); in FvSimpleFileSystemDriverStart()
496 Instance->VolumeLabel = AllocateZeroPool (FVFS_VOLUME_LABEL_SIZE); in FvSimpleFileSystemDriverStart()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DSetVar.c136 Buffer = AllocateZeroPool(Size); in ShellCommandRunSetVar()
174 Buffer = AllocateZeroPool(Size); in ShellCommandRunSetVar()
207 Buffer = AllocateZeroPool((StrLen(Data) / 2)); in ShellCommandRunSetVar()
229 Buffer = AllocateZeroPool(StrSize(Data) / 2); in ShellCommandRunSetVar()
249 Buffer = AllocateZeroPool(StrSize(Data)); in ShellCommandRunSetVar()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
DIp4Config2Nv.c187 *PtrIpList = AllocateZeroPool(*IpCount * sizeof(EFI_IPv4_ADDRESS)); in Ip4Config2StrToIpList()
199 StrTemp = AllocateZeroPool((EndIndex - BeginIndex + 1) * sizeof(CHAR16)); in Ip4Config2StrToIpList()
236 StrTemp = AllocateZeroPool((EndIndex - BeginIndex + 1) * sizeof(CHAR16)); in Ip4Config2StrToIpList()
319 TempStr = AllocateZeroPool(2 * IP4_STR_MAX_SIZE); in Ip4Config2IpListToStr()
455 Ip4Info = AllocateZeroPool (DataSize); in Ip4Config2ConvertConfigNvDataToIfrNvData()
501 DnsAddress = AllocateZeroPool(DnsSize); in Ip4Config2ConvertConfigNvDataToIfrNvData()
649 Ip4NvData->ManualAddress = AllocateZeroPool(sizeof(EFI_IP4_CONFIG2_MANUAL_ADDRESS)); in Ip4Config2ConvertIfrNvDataToConfigNvData()
664 Ip4NvData->GatewayAddress = AllocateZeroPool(sizeof(EFI_IPv4_ADDRESS)); in Ip4Config2ConvertIfrNvDataToConfigNvData()
898 IfrFormNvData = AllocateZeroPool (sizeof (IP4_CONFIG2_IFR_NVDATA)); in Ip4FormExtractConfig()
913 ConfigRequest = AllocateZeroPool (Size); in Ip4FormExtractConfig()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBmLib.c102 *Buffer = AllocateZeroPool (BufferSize); in EfiGrowBuffer()
250 Dest = AllocateZeroPool (Size); in EfiStrDuplicate()
349 NewPool = AllocateZeroPool (NewSize); in EfiReallocatePool()
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
DPwdCredentialProvider.c99 NewTable = (CREDENTIAL_TABLE *) AllocateZeroPool ( in ExpandTableSize()
223 Var = AllocateZeroPool (VarSize); in InitCredentialTable()
242 mPwdTable = AllocateZeroPool ( in InitCredentialTable()
483 UserInfo = AllocateZeroPool (UserInfoSize); in FindUserInfoByType()
670 CallbackInfo = AllocateZeroPool (sizeof (PWD_PROVIDER_CALLBACK_INFO)); in InitFormBrowser()
1234 mPwdInfoHandle = AllocateZeroPool (InfoLen); in CredentialGetNextInfo()
1244 Info = AllocateZeroPool (InfoLen); in CredentialGetNextInfo()
1262 Info = AllocateZeroPool (InfoLen); in CredentialGetNextInfo()
1279 Info = AllocateZeroPool (InfoLen); in CredentialGetNextInfo()
1297 Info = AllocateZeroPool (InfoLen); in CredentialGetNextInfo()

12345678910>>...20