Searched refs:ThisPlainMessageSize (Results 1 – 1 of 1) sorted by relevance
48 UINT16 ThisPlainMessageSize; in TlsEncryptPacket() local113 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() local277 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()