Searched defs:halfConn (Results 1 – 3 of 3) sorted by relevance
173 type halfConn struct { struct174 sync.Mutex176 err error // first permanent error177 version uint16 // protocol version178 wireVersion uint16 // wire version179 isDTLS bool180 cipher any // cipher algorithm181 mac macFunction182 seq [8]byte // 64-bit sequence number183 outSeq [8]byte // Mapped sequence number[all …]
171 type halfConn struct { struct172 sync.Mutex174 err error // first permanent error175 version uint16 // protocol version176 cipher any // cipher algorithm177 mac hash.Hash178 seq [8]byte // 64-bit sequence number180 scratchBuf [13]byte // to avoid allocs; interface method args escape182 nextCipher any // next encryption state183 nextMac hash.Hash // next MAC algorithm[all …]