Home
last modified time | relevance | path

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

12345678910>>...23

/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/TlsDxe/
DTlsImpl.c76 BufferIn = AllocateZeroPool (BufferInSize); in TlsEncryptPacket()
94 BufferOut = AllocateZeroPool (MAX_BUFFER_SIZE); in TlsEncryptPacket()
142 *FragmentTable = AllocateZeroPool (sizeof (EFI_TLS_FRAGMENT_DATA)); in TlsEncryptPacket()
227 BufferIn = AllocateZeroPool (BufferInSize); in TlsDecryptPacket()
245 BufferOut = AllocateZeroPool (MAX_BUFFER_SIZE); in TlsDecryptPacket()
301 *FragmentTable = AllocateZeroPool (sizeof (EFI_TLS_FRAGMENT_DATA)); in TlsDecryptPacket()
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellEnvVar.c59 Buffer = AllocateZeroPool(Size); in IsVolatileEnv()
151 VariableName = AllocateZeroPool(NameBufferSize); in GetEnvironmentVariableList()
166 VariableName = AllocateZeroPool(NameBufferSize); in GetEnvironmentVariableList()
176 VarList = AllocateZeroPool(sizeof(ENV_VAR_LIST)); in GetEnvironmentVariableList()
184 VarList->Val = AllocateZeroPool (ValSize + sizeof (CHAR16)); in GetEnvironmentVariableList()
197 VarList->Val = AllocateZeroPool (ValBufferSize + sizeof (CHAR16)); in GetEnvironmentVariableList()
335 Node = AllocateZeroPool(sizeof(ENV_VAR_LIST)); in SetEnvironmentVariables()
341 … Node->Key = AllocateZeroPool((StrStr(CurrentString, L"=") - CurrentString + 1) * sizeof(CHAR16)); in SetEnvironmentVariables()
371 VarList = AllocateZeroPool(sizeof(ENV_VAR_LIST)); in SetEnvironmentVariables()
496 Node = (ENV_VAR_LIST*)AllocateZeroPool (sizeof(ENV_VAR_LIST)); in ShellAddEnvVarToList()
/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()
233 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.c75 SaData = AllocateZeroPool (SaDataSize); in Ikev2GenerateSaPayload()
126 Nonce = AllocateZeroPool (Size); in Ikev2GenerateNoncePayload()
194 Ke = AllocateZeroPool (KeSize); in Ikev2GenerateKePayload()
260 Id = (IKEV2_ID *) AllocateZeroPool (IdSize); in Ikev2GenerateIdPayload()
341 Id = (IKEV2_ID *) AllocateZeroPool (IdSize); in Ikev2GenerateCertIdPayload()
427 Digest = AllocateZeroPool (DigestSize); in Ikev2PskGenerateAuthPayload()
458 KeyBuf = AllocateZeroPool (DigestSize); in Ikev2PskGenerateAuthPayload()
520 Fragments[2].Data = AllocateZeroPool (DigestSize); in Ikev2PskGenerateAuthPayload()
555 PayloadBuf = (IKEV2_AUTH *) AllocateZeroPool (AuthPayload->PayloadSize); in Ikev2PskGenerateAuthPayload()
693 Digest = AllocateZeroPool (DigestSize); in Ikev2CertGenerateAuthPayload()
[all …]
DSa.c1527 IkeSaSession->IkeKeys = AllocateZeroPool (sizeof (IKEV2_SESSION_KEYS)); in Ikev2GenerateSaDhPublicKey()
1533 IkeKeys->DhBuffer = AllocateZeroPool (sizeof (IKEV2_DH_BUFFER)); in Ikev2GenerateSaDhPublicKey()
1543 IkeKeys->DhBuffer->GxBuffer = AllocateZeroPool (IkeKeys->DhBuffer->GxSize); in Ikev2GenerateSaDhPublicKey()
1606 DhBuffer->GxyBuffer = AllocateZeroPool (DhBuffer->GxySize); in Ikev2GenerateSaDhComputeKey()
1633 DhBuffer->GyBuffer = AllocateZeroPool (DhBuffer->GySize); in Ikev2GenerateSaDhComputeKey()
1721 KeyBuffer = AllocateZeroPool (KeyBufferSize); in Ikev2GenerateSaKeys()
1734 Digest = AllocateZeroPool (DigestSize); in Ikev2GenerateSaKeys()
1775 OutputKey = AllocateZeroPool (OutputKeyLength); in Ikev2GenerateSaKeys()
1801 IkeSaSession->IkeKeys->SkdKey = AllocateZeroPool (PrfAlgKeyLen); in Ikev2GenerateSaKeys()
1814 IkeSaSession->IkeKeys->SkAiKey = AllocateZeroPool (IntegrityAlgKeyLen); in Ikev2GenerateSaKeys()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/PeiMain/
DPeiMain.c255 …OldCoreData->PeiCodeMemoryRangeUsageBitMap = AllocateZeroPool (((PcdGet32(PcdLoadFixAddressPeiCode… in PeiCore()
322 …PrivateData.PpiData.PpiListPtrs = AllocateZeroPool (sizeof (PEI_PPI_LIST_POINTERS) * PcdGet32 (Pc… in PeiCore()
324 …PrivateData.Fv = AllocateZeroPool (sizeof (PEI_CORE_FV_HANDLE) * PcdGet32 (PcdPe… in PeiCore()
326 …PrivateData.Fv[0].PeimState = AllocateZeroPool (sizeof (UINT8) * PcdGet32 (PcdPeiCoreMaxPeimP… in PeiCore()
328 …PrivateData.Fv[0].FvFileHandles = AllocateZeroPool (sizeof (EFI_PEI_FILE_HANDLE) * PcdGet32 (PcdP… in PeiCore()
334 …PrivateData.UnknownFvInfo = AllocateZeroPool (sizeof (PEI_CORE_UNKNOW_FORMAT_FV_INFO) * Pcd… in PeiCore()
336 …PrivateData.CurrentFvFileHandles = AllocateZeroPool (sizeof (EFI_PEI_FILE_HANDLE) * PcdGet32 (PcdP… in PeiCore()
/device/linaro/bootloader/edk2/NetworkPkg/HttpUtilitiesDxe/
DHttpUtilitiesProtocol.c116 TempHeaderFields = AllocateZeroPool (SeedFieldCount * sizeof(EFI_HTTP_HEADER)); in HttpUtilitiesBuild()
146 NewHeaderFields = AllocateZeroPool ((TempFieldCount + AppendCount) * sizeof (EFI_HTTP_HEADER)); in HttpUtilitiesBuild()
210 *NewMessage = AllocateZeroPool (*NewMessageSize); in HttpUtilitiesBuild()
314 TempHttpMessage = AllocateZeroPool (HttpMessageSize); in HttpUtilitiesParse()
346 *HeaderFields = AllocateZeroPool ((*FieldCount) * sizeof(EFI_HTTP_HEADER)); in HttpUtilitiesParse()
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpsSupport.c1005 BufferOut = AllocateZeroPool (BufferOutSize); in TlsConnectSession()
1020 BufferOut = AllocateZeroPool (BufferOutSize); in TlsConnectSession()
1070 BufferIn = AllocateZeroPool (BufferInSize); in TlsConnectSession()
1085 BufferOut = AllocateZeroPool (BufferOutSize); in TlsConnectSession()
1100 BufferOut = AllocateZeroPool (BufferOutSize); in TlsConnectSession()
1152 GetSessionDataBuffer = AllocateZeroPool (GetSessionDataBufferSize); in TlsConnectSession()
1166 GetSessionDataBuffer = AllocateZeroPool (GetSessionDataBufferSize); in TlsConnectSession()
1248 BufferOut = AllocateZeroPool (BufferOutSize); in TlsCloseSession()
1263 BufferOut = AllocateZeroPool (BufferOutSize); in TlsCloseSession()
1349 FragmentTable = AllocateZeroPool (FragmentCount * sizeof (EFI_TLS_FRAGMENT_DATA)); in TlsProcessMessage()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/MemorySubClassDxe/
DMemorySubClass.c301 Type16Record = AllocateZeroPool(sizeof(SMBIOS_TABLE_TYPE16) + 1 + 1); in SmbiosAddType16Table()
370 Type19Record = AllocateZeroPool(sizeof(SMBIOS_TABLE_TYPE19) + 1 + 1); in SmbiosAddType19Table()
458 StringBuffer = AllocateZeroPool (StringBufferSize); in SmbiosAddType17Table()
468 ManufactureStr = AllocateZeroPool (StringBufferSize); in SmbiosAddType17Table()
479 SerialNumberStr = AllocateZeroPool (StringBufferSize); in SmbiosAddType17Table()
490 AssertTagStr = AllocateZeroPool (StringBufferSize); in SmbiosAddType17Table()
501 PartNumberStr = AllocateZeroPool (StringBufferSize); in SmbiosAddType17Table()
556 DeviceLocatorStr = AllocateZeroPool ((sizeof (CHAR16)) * SMBIOS_STRING_MAX_LENGTH); in SmbiosAddType17Table()
578 BankLocatorStr = AllocateZeroPool ((sizeof (CHAR16)) * SMBIOS_STRING_MAX_LENGTH); in SmbiosAddType17Table()
596 Type17Record = AllocateZeroPool (TableSize); in SmbiosAddType17Table()
/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/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/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/BootMaintenanceManagerUiLib/
DVariable.c136 BootOrderList = AllocateZeroPool (BootOrderListSize * sizeof (UINT16)); in Var_ChangeBootOrder()
269 DriverOrderList = AllocateZeroPool (DriverOrderListSize * sizeof (UINT16)); in Var_ChangeDriverOrder()
545 NewLoadContext->Description = AllocateZeroPool (StrSize (DescriptionData)); in Var_UpdateDriverOption()
554 …NewLoadContext->FilePathList = AllocateZeroPool (GetDevicePathSize (CallbackData->LoadContext->Fil… in Var_UpdateDriverOption()
568 NewLoadContext->OptionalData = AllocateZeroPool (LoadOption.OptionalDataSize); in Var_UpdateDriverOption()
663 NewLoadContext->Description = AllocateZeroPool (StrSize (NvRamMap->BootDescriptionData)); in Var_UpdateBootOption()
674 …NewLoadContext->FilePathList = AllocateZeroPool (GetDevicePathSize (CallbackData->LoadContext->Fil… in Var_UpdateBootOption()
688 NewLoadContext->OptionalData = AllocateZeroPool (LoadOption.OptionalDataSize); in Var_UpdateBootOption()
856 NewDriverOrderList = AllocateZeroPool (DriverOrderListSize); in Var_UpdateDriverOrder()
/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()
458 Instance = AllocateZeroPool (sizeof (FV_FILESYSTEM_INSTANCE)); in FvSimpleFileSystemDriverStart()
499 Instance->VolumeLabel = AllocateZeroPool (FVFS_VOLUME_LABEL_SIZE); in FvSimpleFileSystemDriverStart()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DSetVar.c135 Buffer = AllocateZeroPool(Size); in ShellCommandRunSetVar()
173 Buffer = AllocateZeroPool(Size); in ShellCommandRunSetVar()
206 Buffer = AllocateZeroPool((StrLen(Data) / 2)); in ShellCommandRunSetVar()
228 Buffer = AllocateZeroPool(StrSize(Data) / 2); in ShellCommandRunSetVar()
248 Buffer = AllocateZeroPool(StrSize(Data)); in ShellCommandRunSetVar()
/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()
DBootOption.c79 MenuEntry = AllocateZeroPool (sizeof (BM_MENU_ENTRY)); in BOpt_CreateMenuEntry()
84 MenuEntry->VariableContext = AllocateZeroPool (ContextSize); in BOpt_CreateMenuEntry()
285 Buffer = AllocateZeroPool (BlkIo->Media->BlockSize); in BOpt_FindFileSystem()
380 MenuEntry->DisplayString = AllocateZeroPool (MAX_CHAR); in BOpt_FindFileSystem()
428 MenuEntry->DisplayString = AllocateZeroPool (MAX_CHAR); in BOpt_FindFileSystem()
487 MenuEntry->DisplayString = AllocateZeroPool (MAX_CHAR); in BOpt_FindFileSystem()
597 DirInfo = AllocateZeroPool (DirBufferSize); in BOpt_FindFiles()
659 NewMenuEntry->DisplayString = AllocateZeroPool (BufferSize); in BOpt_FindFiles()
927 LoadOption = AllocateZeroPool (BootOptionSize); in BOpt_GetBootOptions()
1020 NewLoadContext->FilePathList = AllocateZeroPool (NewLoadContext->FilePathListLength); in BOpt_GetBootOptions()
[all …]
/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/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>>...23