Home
last modified time | relevance | path

Searched refs:GetSslVersionBytes (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/p2p/base/
Ddtls_transport_internal.h78 virtual bool GetSslVersionBytes(int* version) const = 0;
Ddtls_transport.h146 bool GetSslVersionBytes(int* version) const override;
Ddtls_transport.cc393 bool DtlsTransport::GetSslVersionBytes(int* version) const { in GetSslVersionBytes() function in cricket::DtlsTransport
398 return dtls_->GetSslVersionBytes(version); in GetSslVersionBytes()
Dfake_dtls_transport.h173 bool GetSslVersionBytes(int* version) const override { in GetSslVersionBytes() function
/external/webrtc/rtc_base/
Dssl_stream_adapter.h206 virtual bool GetSslVersionBytes(int* version) const = 0;
Dopenssl_stream_adapter.h100 bool GetSslVersionBytes(int* version) const override;
Dopenssl_stream_adapter.cc411 bool OpenSSLStreamAdapter::GetSslVersionBytes(int* version) const { in GetSslVersionBytes() function in rtc::OpenSSLStreamAdapter
/external/webrtc/pc/
Ddtls_transport.cc120 success &= internal_dtls_transport_->GetSslVersionBytes(&tls_version); in UpdateInformation()
Djsep_transport.cc710 dtls_transport->GetSslVersionBytes(&substats.ssl_version_bytes); in GetTransportStats()