Searched refs:BytesCopied (Results 1 – 3 of 3) sorted by relevance
43 UINT32 BytesCopied; in TlsEncryptPacket() local56 BytesCopied = 0; in TlsEncryptPacket()87 (BufferIn + BytesCopied), in TlsEncryptPacket()91 BytesCopied += (*FragmentTable)[Index].FragmentLength; in TlsEncryptPacket()194 UINT32 BytesCopied; in TlsDecryptPacket() local207 BytesCopied = 0; in TlsDecryptPacket()238 (BufferIn + BytesCopied), in TlsDecryptPacket()242 BytesCopied += (*FragmentTable)[Index].FragmentLength; in TlsDecryptPacket()
1712 UINTN BytesCopied; in IpSecEspOutboundPacket() local1847 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()
1332 UINT32 BytesCopied; in TlsProcessMessage() local1341 BytesCopied = 0; in TlsProcessMessage()1397 (Buffer + BytesCopied), in TlsProcessMessage()1401 BytesCopied += FragmentTable[Index].FragmentLength; in TlsProcessMessage()