Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/TlsDxe/
DTlsImpl.c48 UINT16 ThisPlainMessageSize; in TlsEncryptPacket() local
113 ThisPlainMessageSize = RecordHeaderIn->Length; in TlsEncryptPacket()
115 TlsWrite (TlsInstance->TlsConn, (UINT8 *) (RecordHeaderIn + 1), ThisPlainMessageSize); in TlsEncryptPacket()
132 BufferInPtr += RECORD_HEADER_LEN + ThisPlainMessageSize; in TlsEncryptPacket()
201 UINT16 ThisPlainMessageSize; in TlsDecryptPacket() local
277 ThisPlainMessageSize = (UINT16) Ret; in TlsDecryptPacket()
284 ThisPlainMessageSize = 0; in TlsDecryptPacket()
288 TempRecordHeader->Length = ThisPlainMessageSize; in TlsDecryptPacket()
289 BufferOutSize += RECORD_HEADER_LEN + ThisPlainMessageSize; in TlsDecryptPacket()
292 TempRecordHeader += RECORD_HEADER_LEN + ThisPlainMessageSize; in TlsDecryptPacket()