Home
last modified time | relevance | path

Searched defs:halfConn (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/test/runner/
Dconn.go105 type halfConn struct { struct
106 sync.Mutex
108 err error // first permanent error
109 version uint16 // protocol version
110 isDTLS bool
111 cipher interface{} // cipher algorithm
112 mac macFunction
113 seq [8]byte // 64-bit sequence number
114 bfree *block // list of free blocks
116 nextCipher interface{} // next encryption state
[all …]