HomeSort by relevance Sort by last modified time
    Searched refs:negotiated (Results 1 - 23 of 23) sorted by null

  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java 42 public boolean negotiated = false; field in class:DataChannel.Init
51 String protocol, boolean negotiated, int id) {
56 this.negotiated = negotiated;
  /external/webrtc/talk/app/webrtc/
datachannelinterface.h 50 negotiated(false),
62 bool negotiated; // True if the channel has been externally negotiated member in struct:webrtc::DataChannelInit
141 virtual bool negotiated() const { return false; } function in class:webrtc::DataChannelInterface
datachannel.h 74 // The default role is kOpener because the default |negotiated| is false.
78 // If the channel is externally negotiated, do not send the OPEN message.
79 if (base.negotiated) {
145 virtual bool negotiated() const { return config_.negotiated; } function in class:webrtc::DataChannel
289 PROXY_CONSTMETHOD0(bool, negotiated)
datachannel_unittest.cc 373 // Tests that no CONTROL message is sent if the datachannel is negotiated and
378 config.negotiated = true;
394 config.negotiated = true;
412 EXPECT_FALSE(init.negotiated);
415 base.negotiated = true;
datachannel.cc 185 case webrtc::InternalDataChannelInit::kNone: // pre-negotiated
625 (!is_open_message || !config_.negotiated));
webrtcsession_unittest.cc     [all...]
  /external/u-boot/include/linux/
mii.h 144 * @negotiated: value of MII ANAR and'd with ANLPAR
156 static inline unsigned int mii_nway_result (unsigned int negotiated)
160 if (negotiated & LPA_100FULL)
162 else if (negotiated & LPA_100BASE4)
164 else if (negotiated & LPA_100HALF)
166 else if (negotiated & LPA_10FULL)
177 * @negotiated: value of MII ANAR and'd with ANLPAR
184 unsigned int negotiated)
188 if (mii_nway_result(negotiated) & LPA_DUPLEX)
  /external/curl/docs/cmdline-opts/
http2-prior-knowledge.d 11 away. HTTPS requests will still do HTTP/2 the standard way with negotiated
socks5-gssapi-nec.d 5 As part of the GSS-API negotiation a protection mode is negotiated. RFC 1961
  /external/webrtc/talk/app/webrtc/objc/
RTCDataChannel.mm 122 return _dataChannelInit.negotiated;
126 _dataChannelInit.negotiated = isNegotiated;
224 return _dataChannel->negotiated();
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
NativeCryptoTest.java     [all...]
  /external/webrtc/talk/session/media/
mediasession.cc 828 C negotiated = *ours; local
829 negotiated.IntersectFeedbackParams(*theirs);
830 if (IsRtxCodec(negotiated)) {
847 negotiated.SetParam(kCodecParamAssociatedPayloadType,
851 negotiated.id = theirs->id;
856 negotiated.preference = theirs->preference;
857 negotiated_codecs->push_back(negotiated);
    [all...]
  /external/boringssl/src/ssl/test/runner/
common.go 247 NegotiatedProtocol string // negotiated next protocol (from Config.NextProtos)
248 NegotiatedProtocolIsMutual bool // negotiated protocol was advertised by server
249 NegotiatedProtocolFromALPN bool // protocol negotiated with ALPN
254 TokenBindingNegotiated bool // whether Token Binding was negotiated
255 TokenBindingParam uint8 // the negotiated Token Binding key parameter
256 SRTPProtectionProfile uint16 // the negotiated DTLS-SRTP protection profile
281 vers uint16 // SSL/TLS version negotiated for the session
282 wireVersion uint16 // Wire SSL/TLS version negotiated for the session
283 cipherSuite uint16 // Ciphersuite negotiated for the session
452 // Channel ID. If negotiated, the client's public key i
    [all...]
runner.go 486 // negotiated.
489 // must be negotiated on resumption. If zero, expectedVersion is used.
492 // should be negotiated.
495 // negotiated a Channel ID with channelIDKey.
498 // negotiated Token Binding.
501 // have been negotiated (if expectTokenBinding is true).
507 // negotiated.
513 // should be negotiated. If zero, none should be negotiated.
807 return fmt.Errorf("no channel ID negotiated")
    [all...]
handshake_client.go 289 // Try to resume a previously negotiated TLS session, if
    [all...]
conn.go 40 haveVers bool // version has been negotiated
    [all...]
handshake_server.go     [all...]
  /external/scapy/scapy/layers/tls/crypto/
prf.py 171 (for TLS 1.2) possibly the Hash algorithm of the negotiated cipher suite.
234 prior to this document when TLS 1.2 is negotiated."
  /external/syzkaller/vendor/golang.org/x/net/http2/
http2.go 63 // NextProtoTLS is the NPN/ALPN protocol negotiated during
server.go 419 // the prohibited cipher suites are negotiated."
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 167 jfieldID negotiated_id = GetFieldID(jni, j_init_class, "negotiated", "Z");
175 init.negotiated = GetBooleanField(jni, j_init, negotiated_id);
    [all...]
  /external/v8/src/js/
intl.js 273 * specified through Unicode locale extension sequences are negotiated
    [all...]

Completed in 1055 milliseconds