Home
last modified time | relevance | path

Searched refs:BufferIn (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/TlsDxe/
DTlsImpl.c45 UINT8 *BufferIn; in TlsEncryptPacket() local
58 BufferIn = NULL; in TlsEncryptPacket()
76 BufferIn = AllocateZeroPool (BufferInSize); in TlsEncryptPacket()
77 if (BufferIn == NULL) { in TlsEncryptPacket()
87 (BufferIn + BytesCopied), in TlsEncryptPacket()
103 BufferInPtr = BufferIn; in TlsEncryptPacket()
105 while ((UINTN) BufferInPtr < (UINTN) BufferIn + BufferInSize) { in TlsEncryptPacket()
136 FreePool (BufferIn); in TlsEncryptPacket()
137 BufferIn = NULL; in TlsEncryptPacket()
156 if (BufferIn != NULL) { in TlsEncryptPacket()
[all …]
/device/linaro/bootloader/edk2/CryptoPkg/Library/TlsLib/
DTlsProcess.c81 IN UINT8 *BufferIn, OPTIONAL in TlsDoHandshake() argument
99 (BufferIn == NULL && BufferInSize != 0) || \ in TlsDoHandshake()
100 (BufferIn != NULL && BufferInSize == 0) || \ in TlsDoHandshake()
105 if(BufferIn == NULL && BufferInSize == 0) { in TlsDoHandshake()
120 BIO_write (TlsConn->InBio, BufferIn, (UINT32) BufferInSize); in TlsDoHandshake()
202 IN UINT8 *BufferIn, OPTIONAL in TlsHandleAlert() argument
221 (BufferIn == NULL && BufferInSize != 0) || \ in TlsHandleAlert()
222 (BufferIn != NULL && BufferInSize == 0) || \ in TlsHandleAlert()
228 if (PendingBufferSize == 0 && BufferIn != NULL && BufferInSize != 0) { in TlsHandleAlert()
229 Ret = BIO_write (TlsConn->InBio, BufferIn, (UINT32) BufferInSize); in TlsHandleAlert()
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpsSupport.c976 UINT8 *BufferIn; in TlsConnectSession() local
985 BufferIn = NULL; in TlsConnectSession()
1070 BufferIn = AllocateZeroPool (BufferInSize); in TlsConnectSession()
1071 if (BufferIn == NULL) { in TlsConnectSession()
1077 NetbufCopy (Pdu, 0, (UINT32)BufferInSize, BufferIn); in TlsConnectSession()
1093 BufferIn, in TlsConnectSession()
1102 FreePool (BufferIn); in TlsConnectSession()
1109 BufferIn, in TlsConnectSession()
1116 FreePool (BufferIn); in TlsConnectSession()
1454 UINT8 *BufferIn; in HttpsReceive() local
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2DeviceLibDTpm/
DTpm2Tis.c214 IN UINT8 *BufferIn, in Tpm2TisTpmCommand() argument
237 DEBUG ((EFI_D_VERBOSE, "%02x ", BufferIn[Index])); in Tpm2TisTpmCommand()
242 DEBUG ((EFI_D_VERBOSE, "%02x ", BufferIn[Index])); in Tpm2TisTpmCommand()
265 MmioWrite8((UINTN)&TisReg->DataFifo, *(BufferIn + Index)); in Tpm2TisTpmCommand()
DTpm2Ptp.c152 IN UINT8 *BufferIn, in PtpCrbTpmCommand() argument
174 DEBUG ((EFI_D_VERBOSE, "%02x ", BufferIn[Index])); in PtpCrbTpmCommand()
179 DEBUG ((EFI_D_VERBOSE, "%02x ", BufferIn[Index])); in PtpCrbTpmCommand()
221 MmioWrite8 ((UINTN)&CrbReg->CrbDataBuffer[Index], BufferIn[Index]); in PtpCrbTpmCommand()
326 IN UINT8 *BufferIn,
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm12DeviceLibDTpm/
DTpm12Tis.c258 IN UINT8 *BufferIn, in Tpm12TisTpmCommand() argument
282 DEBUG ((EFI_D_VERBOSE, "%02x ", BufferIn[Index])); in Tpm12TisTpmCommand()
287 DEBUG ((EFI_D_VERBOSE, "%02x ", BufferIn[Index])); in Tpm12TisTpmCommand()
310 MmioWrite8((UINTN)&TisReg->DataFifo, *(BufferIn + Index)); in Tpm12TisTpmCommand()
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
DTlsLib.h143 IN UINT8 *BufferIn, OPTIONAL
178 IN UINT8 *BufferIn, OPTIONAL
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGuidSection.py217 BufferIn = FileHandleIn.read()
220 if BufferIn == BufferOut[TempFileSize - InputFileSize:]:
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
DFont.c609 IN UINT8 *BufferIn, in WriteOutputParam() argument
617 if (BufferIn == NULL || InputCell == NULL) { in WriteOutputParam()
630 CopyMem (*GlyphBuffer, BufferIn, BufferLen); in WriteOutputParam()