Home
last modified time | relevance | path

Searched refs:do_dtls_ (Results 1 – 5 of 5) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/p2p/base/
H A Dfake_dtls_transport.h104 do_dtls_ = true;
107 do_dtls_ = false;
165 do_dtls_ = true; in SetLocalCertificate()
172 bool IsDtlsActive() const override { return do_dtls_; } in IsDtlsActive()
174 if (!do_dtls_) { in GetSslVersionBytes()
181 if (!do_dtls_) { in GetSrtpCryptoSuite()
214 if (!do_dtls_) { in ExportKeyingMaterial()
294 bool do_dtls_ = false; variable
/dports/net-im/tg_owt/tg_owt-d578c76/src/p2p/base/
H A Dfake_dtls_transport.h110 do_dtls_ = true;
113 do_dtls_ = false;
162 do_dtls_ = true; in SetLocalCertificate()
169 bool IsDtlsActive() const override { return do_dtls_; } in IsDtlsActive()
171 if (!do_dtls_) { in GetSslVersionBytes()
178 if (!do_dtls_) { in GetSrtpCryptoSuite()
211 if (!do_dtls_) { in ExportKeyingMaterial()
291 bool do_dtls_ = false; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/p2p/base/
H A Dfake_dtls_transport.h104 do_dtls_ = true;
107 do_dtls_ = false;
165 do_dtls_ = true; in SetLocalCertificate()
172 bool IsDtlsActive() const override { return do_dtls_; } in IsDtlsActive()
174 if (!do_dtls_) { in GetSslVersionBytes()
181 if (!do_dtls_) { in GetSrtpCryptoSuite()
214 if (!do_dtls_) { in ExportKeyingMaterial()
294 bool do_dtls_ = false; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/p2p/base/
H A Dfakesession.h53 do_dtls_(false), in FakeTransportChannel()
157 do_dtls_ = true; in SetDestination()
158 dest_->do_dtls_ = true; in SetDestination()
232 return do_dtls_; in IsDtlsActive()
312 bool do_dtls_; variable
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/p2p/base/
H A Dfaketransportcontroller.h368 do_dtls_ = true;
465 bool IsDtlsActive() const override { return do_dtls_; } in IsDtlsActive()
546 bool do_dtls_ = false; variable