Home
last modified time | relevance | path

Searched defs:ConnectionState (Results 1 – 25 of 27) sorted by relevance

12

/external/boringssl/src/ssl/test/runner/
Dcommon.go261 type ConnectionState struct { struct
262 … uint16 // TLS version used by the connection (e.g. VersionTLS12)
263 HandshakeComplete bool // TLS handshake is complete
264 DidResume bool // connection resumes a previous TLS connection
265 …erSuite uint16 // cipher suite in use (TLS_RSA_WITH_RC4_128_SHA, ...)
266 …gotiatedProtocol string // negotiated next protocol (from Config.NextProtos)
267 NegotiatedProtocolIsMutual bool // negotiated protocol was advertised by server
268 NegotiatedProtocolFromALPN bool // protocol negotiated with ALPN
269 … string // server name requested by client, if any (server side only)
270 PeerCertificates []*x509.Certificate // certificate chain presented by remote peer
[all …]
Dconn.go1840 func (c *Conn) ConnectionState() ConnectionState { func
/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dcommon.go259 type ConnectionState struct { struct
260 … uint16 // TLS version used by the connection (e.g. VersionTLS12)
261 HandshakeComplete bool // TLS handshake is complete
262 DidResume bool // connection resumes a previous TLS connection
263 …erSuite uint16 // cipher suite in use (TLS_RSA_WITH_RC4_128_SHA, ...)
264 …gotiatedProtocol string // negotiated next protocol (from Config.NextProtos)
265 NegotiatedProtocolIsMutual bool // negotiated protocol was advertised by server
266 NegotiatedProtocolFromALPN bool // protocol negotiated with ALPN
267 … string // server name requested by client, if any (server side only)
268 PeerCertificates []*x509.Certificate // certificate chain presented by remote peer
[all …]
Dconn.go1839 func (c *Conn) ConnectionState() ConnectionState { func
/external/grpc-grpc/src/core/lib/event_engine/windows/
Dwindows_engine.h111 struct ConnectionState { struct
/external/rust/crates/grpcio-sys/grpc/src/core/lib/event_engine/windows/
Dwindows_engine.h102 struct ConnectionState { struct
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_jni/java/src/jmh/java/com/google/security/cryptauth/lib/securegcm/ukey2/
DUkey2Benchmark.java43 public static class ConnectionState { class in Ukey2Benchmark
/external/googleapis/google/cloud/cloudcontrolspartner/v1beta/
Dekm_connections.proto70 enum ConnectionState { enum
/external/googleapis/google/cloud/cloudcontrolspartner/v1/
Dekm_connections.proto70 enum ConnectionState { enum
/external/ot-br-posix/src/rest/
Dtypes.hpp89 enum class ConnectionState : std::uint8_t enum
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DDirectRTCClient.java58 private enum ConnectionState { NEW, CONNECTED, CLOSED, ERROR } enum in DirectRTCClient
DWebSocketRTCClient.java44 private enum ConnectionState { NEW, CONNECTED, CLOSED, ERROR } enum in WebSocketRTCClient
/external/grpc-grpc/src/core/ext/transport/inproc/
Dinproc_transport.cc101 enum class ConnectionState : uint8_t { kInitial, kReady, kDisconnected }; enum in grpc_core::__anon4dd38ba90111::InprocServerTransport
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
Dpeer.h82 enum class ConnectionState { enum
/external/aws-sdk-java-v2/services/cloudwatchevents/src/main/resources/codegen-resources/
Dservice-2.json1164 "ConnectionState":{ object
1392 "ConnectionState":{ object
1651 "ConnectionState":{ object
1770 "ConnectionState":{ object
1835 "ConnectionState":{ object
2037 "ConnectionState":{ object
2680 "ConnectionState":{ object
4471 "ConnectionState":{ object
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_connection_manager.cc36 using ConnectionState = Peer::ConnectionState; typedef
/external/aws-sdk-java-v2/services/iotsecuretunneling/src/main/resources/codegen-resources/
Dservice-2.json156 "ConnectionState":{ object
/external/aws-sdk-java-v2/services/eventbridge/src/main/resources/codegen-resources/
Dservice-2.json1246 "ConnectionState":{ object
1474 "ConnectionState":{ object
1733 "ConnectionState":{ object
1921 "ConnectionState":{ object
1986 "ConnectionState":{ object
2203 "ConnectionState":{ object
3094 "ConnectionState":{ object
5007 "ConnectionState":{ object
/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
Dtsprotocol.go4035 type ConnectionState float64 type
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go4035 type ConnectionState float64 type
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/protocol/
Dtsprotocol.go4035 type ConnectionState float64 type
/external/aws-sdk-java-v2/services/workspaces/src/main/resources/codegen-resources/
Dservice-2.json1798 "ConnectionState":{ object
5108 "ConnectionState":{ object
/external/aws-sdk-java-v2/services/directconnect/src/main/resources/codegen-resources/
Dservice-2.json1522 "ConnectionState":{ object
/external/aws-sdk-java-v2/services/medialive/src/main/resources/codegen-resources/
Dservice-2.json6274 "ConnectionState": { object
9962 "ConnectionState": { object
10322 "ConnectionState": { object
16315 "ConnectionState": { object
/external/aws-sdk-java-v2/services/kms/src/main/resources/codegen-resources/
Dservice-2.json1409 "ConnectionState":{ object

12