Searched defs:ConnectionState (Results 1 – 10 of 10) sorted by relevance
| /external/cronet/third_party/boringssl/src/ssl/test/runner/ |
| D | common.go | 254 type ConnectionState struct { struct 255 … uint16 // TLS version used by the connection (e.g. VersionTLS12) 256 HandshakeComplete bool // TLS handshake is complete 257 DidResume bool // connection resumes a previous TLS connection 258 …erSuite uint16 // cipher suite in use (TLS_RSA_WITH_RC4_128_SHA, ...) 259 …gotiatedProtocol string // negotiated next protocol (from Config.NextProtos) 260 NegotiatedProtocolIsMutual bool // negotiated protocol was advertised by server 261 NegotiatedProtocolFromALPN bool // protocol negotiated with ALPN 262 … string // server name requested by client, if any (server side only) 263 PeerCertificates []*x509.Certificate // certificate chain presented by remote peer [all …]
|
| D | conn.go | 1834 func (c *Conn) ConnectionState() ConnectionState { func
|
| /external/boringssl/src/ssl/test/runner/ |
| D | common.go | 258 type ConnectionState struct { struct 259 … uint16 // TLS version used by the connection (e.g. VersionTLS12) 260 HandshakeComplete bool // TLS handshake is complete 261 DidResume bool // connection resumes a previous TLS connection 262 …erSuite uint16 // cipher suite in use (TLS_RSA_WITH_RC4_128_SHA, ...) 263 …gotiatedProtocol string // negotiated next protocol (from Config.NextProtos) 264 NegotiatedProtocolIsMutual bool // negotiated protocol was advertised by server 265 NegotiatedProtocolFromALPN bool // protocol negotiated with ALPN 266 … string // server name requested by client, if any (server side only) 267 PeerCertificates []*x509.Certificate // certificate chain presented by remote peer [all …]
|
| D | conn.go | 1834 func (c *Conn) ConnectionState() ConnectionState { func
|
| /external/ot-br-posix/src/rest/ |
| D | types.hpp | 75 enum class ConnectionState : std::uint8_t enum
|
| /external/webrtc/examples/androidapp/src/org/appspot/apprtc/ |
| D | DirectRTCClient.java | 58 private enum ConnectionState { NEW, CONNECTED, CLOSED, ERROR } enum in DirectRTCClient
|
| D | WebSocketRTCClient.java | 44 private enum ConnectionState { NEW, CONNECTED, CLOSED, ERROR } enum in WebSocketRTCClient
|
| /external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
| D | tsprotocol.go | 4035 type ConnectionState float64 type
|
| /external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/ |
| D | tsprotocol.go | 4035 type ConnectionState float64 type
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/protocol/ |
| D | tsprotocol.go | 4035 type ConnectionState float64 type
|