Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dconn.go173 type halfConn struct { struct
174 sync.Mutex
176 err error // first permanent error
177 version uint16 // protocol version
178 wireVersion uint16 // wire version
179 isDTLS bool
180 cipher any // cipher algorithm
181 mac macFunction
182 seq [8]byte // 64-bit sequence number
183 outSeq [8]byte // Mapped sequence number
[all …]
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dconn.go173 type halfConn struct { struct
174 sync.Mutex
176 err error // first permanent error
177 version uint16 // protocol version
178 wireVersion uint16 // wire version
179 isDTLS bool
180 cipher any // cipher algorithm
181 mac macFunction
182 seq [8]byte // 64-bit sequence number
183 outSeq [8]byte // Mapped sequence number
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dconn.go171 type halfConn struct { struct
172 sync.Mutex
174 err error // first permanent error
175 version uint16 // protocol version
176 cipher any // cipher algorithm
177 mac hash.Hash
178 seq [8]byte // 64-bit sequence number
180 scratchBuf [13]byte // to avoid allocs; interface method args escape
182 nextCipher any // next encryption state
183 nextMac hash.Hash // next MAC algorithm
[all …]