Home | History | Annotate | Download | only in TlsAuthConfigDxe

Lines Matching refs:AllocateZeroPool

134   Buffer = (CHAR16 *) AllocateZeroPool (sizeof (CHAR16) * (StrLen + 1));
341 Data = (UINT8 *) AllocateZeroPool (DataSize);
352 GuidStr = AllocateZeroPool (100);
490 OldData = (UINT8 *) AllocateZeroPool (DataSize);
504 Data = (UINT8*) AllocateZeroPool (DataSize);
688 Buffer = AllocateZeroPool(BufferSize);
963 Data = AllocateZeroPool (SigDataSize);
1340 Private->FileContext = AllocateZeroPool (sizeof (TLS_AUTH_CONFIG_FILE_CONTEXT));
1509 ConfigRequest = AllocateZeroPool (Size);
1692 IfrNvData = AllocateZeroPool (BufferSize);
1714 Private->CertGuid = (EFI_GUID *) AllocateZeroPool (sizeof (EFI_GUID));