Home
last modified time | relevance | path

Searched refs:SetDtlsSrtpCryptoSuites (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/base/
Dsslstreamadapter_unittest.cc463 void SetDtlsSrtpCryptoSuites(const std::vector<int>& ciphers, bool client) { in SetDtlsSrtpCryptoSuites() function in SSLStreamAdapterTestBase
465 client_ssl_->SetDtlsSrtpCryptoSuites(ciphers); in SetDtlsSrtpCryptoSuites()
467 server_ssl_->SetDtlsSrtpCryptoSuites(ciphers); in SetDtlsSrtpCryptoSuites()
912 SetDtlsSrtpCryptoSuites(high, true); in TEST_P()
913 SetDtlsSrtpCryptoSuites(high, false); in TEST_P()
930 SetDtlsSrtpCryptoSuites(low, true); in TEST_P()
931 SetDtlsSrtpCryptoSuites(low, false); in TEST_P()
951 SetDtlsSrtpCryptoSuites(high, true); in TEST_P()
952 SetDtlsSrtpCryptoSuites(low, false); in TEST_P()
967 SetDtlsSrtpCryptoSuites(mixed, true); in TEST_P()
[all …]
Dsslstreamadapter.cc70 bool SSLStreamAdapter::SetDtlsSrtpCryptoSuites( in SetDtlsSrtpCryptoSuites() function in rtc::SSLStreamAdapter
Dsslstreamadapter.h184 virtual bool SetDtlsSrtpCryptoSuites(const std::vector<int>& crypto_suites);
Dopensslstreamadapter.h104 bool SetDtlsSrtpCryptoSuites(const std::vector<int>& crypto_suites) override;
Dopensslstreamadapter.cc413 bool OpenSSLStreamAdapter::SetDtlsSrtpCryptoSuites( in SetDtlsSrtpCryptoSuites() function in rtc::OpenSSLStreamAdapter
/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.cc282 if (!dtls_->SetDtlsSrtpCryptoSuites(srtp_ciphers_)) { in SetupDtls()
/external/webrtc/talk/session/media/
Dchannel.cc226 if (!SetDtlsSrtpCryptoSuites(transport_channel(), false)) { in Init()
230 !SetDtlsSrtpCryptoSuites(rtcp_transport_channel(), true)) { in Init()
853 bool BaseChannel::SetDtlsSrtpCryptoSuites(TransportChannel* tc, bool rtcp) { in SetDtlsSrtpCryptoSuites() function in cricket::BaseChannel
Dchannel.h250 bool SetDtlsSrtpCryptoSuites(TransportChannel* tc, bool rtcp);