Searched defs:halfConn (Results 1 – 1 of 1) sorted by relevance
105 type halfConn struct { struct106 sync.Mutex108 err error // first permanent error109 version uint16 // protocol version110 isDTLS bool111 cipher interface{} // cipher algorithm112 mac macFunction113 seq [8]byte // 64-bit sequence number114 bfree *block // list of free blocks116 nextCipher interface{} // next encryption state[all …]