Home
last modified time | relevance | path

Searched refs:OutputBuffer (Results 1 – 25 of 39) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionPei/
DSectionExtractionPei.c81 OUT VOID **OutputBuffer,
152 OUT VOID **OutputBuffer, in CustomGuidedSectionExtract() argument
197 *OutputBuffer = AllocatePages (EFI_SIZE_TO_PAGES (OutputBufferSize) + 1); in CustomGuidedSectionExtract()
198 if (*OutputBuffer == NULL) { in CustomGuidedSectionExtract()
201 …ded section Memory Size required is 0x%x and address is 0x%p\n", OutputBufferSize, *OutputBuffer)); in CustomGuidedSectionExtract()
206 …*OutputBuffer = (VOID *)((UINT8 *) *OutputBuffer + EFI_PAGE_SIZE - sizeof (EFI_COMMON_SECTION_HEAD… in CustomGuidedSectionExtract()
211 OutputBuffer, in CustomGuidedSectionExtract()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SectionExtractionDxe/
DSectionExtractionDxe.c111 OUT VOID **OutputBuffer,
216 OUT VOID **OutputBuffer, in CustomGuidedSectionExtract() argument
268 *OutputBuffer = AllocatedOutputBuffer; in CustomGuidedSectionExtract()
276 OutputBuffer, in CustomGuidedSectionExtract()
294 if (*OutputBuffer != AllocatedOutputBuffer) { in CustomGuidedSectionExtract()
299 CopyMem (AllocatedOutputBuffer, *OutputBuffer, OutputBufferSize); in CustomGuidedSectionExtract()
300 *OutputBuffer = AllocatedOutputBuffer; in CustomGuidedSectionExtract()
/device/linaro/bootloader/edk2/IntelFspPkg/FspDxeIpl/
DDxeIpl.c165 OUT VOID **OutputBuffer, in CustomGuidedSectionExtract() argument
210 *OutputBuffer = AllocatePages (EFI_SIZE_TO_PAGES (OutputBufferSize) + 1); in CustomGuidedSectionExtract()
211 if (*OutputBuffer == NULL) { in CustomGuidedSectionExtract()
214 …ded section Memory Size required is 0x%x and address is 0x%p\n", OutputBufferSize, *OutputBuffer)); in CustomGuidedSectionExtract()
219 …*OutputBuffer = (VOID *)((UINT8 *) *OutputBuffer + EFI_PAGE_SIZE - sizeof (EFI_COMMON_SECTION_HEAD… in CustomGuidedSectionExtract()
224 OutputBuffer, in CustomGuidedSectionExtract()
268 OUT VOID **OutputBuffer, in Decompress() argument
386 *OutputBuffer = DstBuffer; in Decompress()
DDxeIpl.h158 OUT VOID **OutputBuffer,
188 OUT VOID **OutputBuffer,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
DGuidedSectionExtraction.c136 OUT VOID **OutputBuffer, in LzmaGuidedSectionExtraction() argument
141 ASSERT (OutputBuffer != NULL); in LzmaGuidedSectionExtraction()
159 *OutputBuffer, in LzmaGuidedSectionExtraction()
177 *OutputBuffer, in LzmaGuidedSectionExtraction()
DF86GuidedSectionExtraction.c138 OUT VOID **OutputBuffer, in LzmaArchGuidedSectionExtraction() argument
151 ASSERT (OutputBuffer != NULL); in LzmaArchGuidedSectionExtraction()
176 *OutputBuffer, in LzmaArchGuidedSectionExtraction()
193 x86_Convert(*OutputBuffer, OutputBufferSize, 0, &X86State, 0); in LzmaArchGuidedSectionExtraction()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
DGuidedSectionExtraction.c136 OUT VOID **OutputBuffer, in LzmaGuidedSectionExtraction() argument
141 ASSERT (OutputBuffer != NULL); in LzmaGuidedSectionExtraction()
159 *OutputBuffer, in LzmaGuidedSectionExtraction()
177 *OutputBuffer, in LzmaGuidedSectionExtraction()
DF86GuidedSectionExtraction.c138 OUT VOID **OutputBuffer, in LzmaArchGuidedSectionExtraction() argument
151 ASSERT (OutputBuffer != NULL); in LzmaArchGuidedSectionExtraction()
176 *OutputBuffer, in LzmaArchGuidedSectionExtraction()
193 x86_Convert(*OutputBuffer, OutputBufferSize, 0, &X86State, 0); in LzmaArchGuidedSectionExtraction()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/
DDxeCrc32GuidedSectionExtractLib.c120 OUT VOID **OutputBuffer, in Crc32GuidedSectionHandler() argument
145 …*OutputBuffer = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOf… in Crc32GuidedSectionHandler()
167 …*OutputBuffer = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOff… in Crc32GuidedSectionHandler()
195 Status = gBS->CalculateCrc32 (*OutputBuffer, OutputBufferSize, &Crc32Checksum); in Crc32GuidedSectionHandler()
/device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/
DPeiRsa2048Sha256GuidedSectionExtractLib.c129 OUT VOID **OutputBuffer, in Rsa2048Sha256GuidedSectionHandler() argument
164 …CopyMem (*OutputBuffer, (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION2_HEADER), OutputB… in Rsa2048Sha256GuidedSectionHandler()
167 *OutputBuffer = (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION2_HEADER); in Rsa2048Sha256GuidedSectionHandler()
192 …CopyMem (*OutputBuffer, (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION_HEADER), OutputBu… in Rsa2048Sha256GuidedSectionHandler()
195 *OutputBuffer = (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION_HEADER); in Rsa2048Sha256GuidedSectionHandler()
315 CryptoStatus = Sha256Update (HashContext, *OutputBuffer, OutputBufferSize); in Rsa2048Sha256GuidedSectionHandler()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DDxeLoad.c551 OUT VOID **OutputBuffer, in CustomGuidedSectionExtract() argument
596 *OutputBuffer = AllocatePages (EFI_SIZE_TO_PAGES (OutputBufferSize) + 1); in CustomGuidedSectionExtract()
597 if (*OutputBuffer == NULL) { in CustomGuidedSectionExtract()
600 …ded section Memory Size required is 0x%x and address is 0x%p\n", OutputBufferSize, *OutputBuffer)); in CustomGuidedSectionExtract()
605 …*OutputBuffer = (VOID *)((UINT8 *) *OutputBuffer + EFI_PAGE_SIZE - sizeof (EFI_COMMON_SECTION_HEAD… in CustomGuidedSectionExtract()
610 OutputBuffer, in CustomGuidedSectionExtract()
654 OUT VOID **OutputBuffer, in Decompress() argument
781 *OutputBuffer = DstBuffer; in Decompress()
DDxeIpl.h208 OUT VOID **OutputBuffer,
239 OUT VOID **OutputBuffer,
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/
DDxeRsa2048Sha256GuidedSectionExtractLib.c131 OUT VOID **OutputBuffer, in Rsa2048Sha256GuidedSectionHandler() argument
167 …CopyMem (*OutputBuffer, (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION2_HEADER), OutputB… in Rsa2048Sha256GuidedSectionHandler()
170 *OutputBuffer = (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION2_HEADER); in Rsa2048Sha256GuidedSectionHandler()
195 …CopyMem (*OutputBuffer, (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION_HEADER), OutputBu… in Rsa2048Sha256GuidedSectionHandler()
198 *OutputBuffer = (UINT8 *)InputSection + sizeof (RSA_2048_SHA_256_SECTION_HEADER); in Rsa2048Sha256GuidedSectionHandler()
331 CryptoStatus = Sha256Update (HashContext, *OutputBuffer, OutputBufferSize); in Rsa2048Sha256GuidedSectionHandler()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/
DPeiCrc32GuidedSectionExtractLib.c201 OUT VOID **OutputBuffer, in Crc32GuidedSectionHandler() argument
225 …*OutputBuffer = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION2 *) InputSection)->DataOf… in Crc32GuidedSectionHandler()
247 …*OutputBuffer = (UINT8 *) InputSection + ((EFI_GUID_DEFINED_SECTION *) InputSection)->DataOff… in Crc32GuidedSectionHandler()
265 …Status = PeiCrc32GuidedSectionExtractLibCalculateCrc32 (*OutputBuffer, OutputBufferSize, &Crc32Che… in Crc32GuidedSectionHandler()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DExtractGuidedSectionLib.h105 OUT VOID **OutputBuffer,
244 OUT VOID **OutputBuffer,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenSection/
DGenSection.c418 UINT8 *OutputBuffer; in GenSectionCompressionSection() local
430 OutputBuffer = NULL; in GenSectionCompressionSection()
493 Status = CompressFunction (FileBuffer, InputLength, OutputBuffer, &CompressedLength); in GenSectionCompressionSection()
495 OutputBuffer = malloc (CompressedLength); in GenSectionCompressionSection()
496 if (!OutputBuffer) { in GenSectionCompressionSection()
501 Status = CompressFunction (FileBuffer, InputLength, OutputBuffer, &CompressedLength); in GenSectionCompressionSection()
505 FileBuffer = OutputBuffer; in GenSectionCompressionSection()
522 if (OutputBuffer != NULL) { in GenSectionCompressionSection()
523 free (OutputBuffer); in GenSectionCompressionSection()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/
DPrePiExtractGuidedSectionLib.c168 OUT VOID **OutputBuffer, in ExtractGuidedSectionDecode() argument
180 ASSERT (OutputBuffer != NULL); in ExtractGuidedSectionDecode()
206 OutputBuffer, in ExtractGuidedSectionDecode()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeExtractGuidedSectionLib/
DDxeExtractGuidedSectionLib.c349 OUT VOID **OutputBuffer, in ExtractGuidedSectionDecode() argument
361 ASSERT (OutputBuffer != NULL); in ExtractGuidedSectionDecode()
380 OutputBuffer, in ExtractGuidedSectionDecode()
/device/linaro/bootloader/edk2/OvmfPkg/PlatformDxe/
DPlatform.c502 VOID *OutputBuffer; in CreateResolutionOptions() local
505 OutputBuffer = HiiAllocateOpCodeHandle (); in CreateResolutionOptions()
506 if (OutputBuffer == NULL) { in CreateResolutionOptions()
523 OpCode = HiiCreateOneOfOptionOpCode (OutputBuffer, NewString, in CreateResolutionOptions()
531 *OpCodeBuffer = OutputBuffer; in CreateResolutionOptions()
535 HiiFreeOpCodeHandle (OutputBuffer); in CreateResolutionOptions()
/device/linaro/bootloader/edk2/OvmfPkg/Sec/
DSecMain.c334 VOID *OutputBuffer; in DecompressMemFvs() local
366 OutputBuffer = (VOID*) ((UINT8*)(UINTN) PcdGet32 (PcdOvmfDxeMemFvBase) + SIZE_1MB); in DecompressMemFvs()
367 ScratchBuffer = ALIGN_POINTER ((UINT8*) OutputBuffer + OutputBufferSize, SIZE_1MB); in DecompressMemFvs()
370 "PcdOvmfDecompressionScratchEnd=0x%x\n", __FUNCTION__, OutputBuffer, in DecompressMemFvs()
378 &OutputBuffer, in DecompressMemFvs()
388 OutputBuffer, in DecompressMemFvs()
413 OutputBuffer, in DecompressMemFvs()
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
DDecompress.h56 OUT VOID **OutputBuffer,
DGuidedSectionExtraction.h85 OUT VOID **OutputBuffer,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/GuidedSectionExtraction/
DGuidedSectionExtraction.h33 OUT VOID **OutputBuffer,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DGuidedSectionExtraction.h123 OUT VOID **OutputBuffer,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Decompress/
DDecompress.h37 OUT VOID **OutputBuffer,

12