Home
last modified time | relevance | path

Searched refs:BytesCopied (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/TlsDxe/
DTlsImpl.c43 UINT32 BytesCopied; in TlsEncryptPacket() local
56 BytesCopied = 0; in TlsEncryptPacket()
87 (BufferIn + BytesCopied), in TlsEncryptPacket()
91 BytesCopied += (*FragmentTable)[Index].FragmentLength; in TlsEncryptPacket()
194 UINT32 BytesCopied; in TlsDecryptPacket() local
207 BytesCopied = 0; in TlsDecryptPacket()
238 (BufferIn + BytesCopied), in TlsDecryptPacket()
242 BytesCopied += (*FragmentTable)[Index].FragmentLength; in TlsDecryptPacket()
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecImpl.c1712 UINTN BytesCopied; in IpSecEspOutboundPacket() local
1847 BytesCopied = 0; in IpSecEspOutboundPacket()
1865 RestOfPayload + BytesCopied, in IpSecEspOutboundPacket()
1869 BytesCopied += sizeof (IP4_HEAD) + *OptionsLength; in IpSecEspOutboundPacket()
1874 RestOfPayload + BytesCopied, in IpSecEspOutboundPacket()
1878 BytesCopied += sizeof (EFI_IP6_HEADER) + *OptionsLength; in IpSecEspOutboundPacket()
1884 (RestOfPayload + BytesCopied), in IpSecEspOutboundPacket()
1888 BytesCopied += (*FragmentTable)[Index].FragmentLength; in IpSecEspOutboundPacket()
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpsSupport.c1332 UINT32 BytesCopied; in TlsProcessMessage() local
1341 BytesCopied = 0; in TlsProcessMessage()
1397 (Buffer + BytesCopied), in TlsProcessMessage()
1401 BytesCopied += FragmentTable[Index].FragmentLength; in TlsProcessMessage()