Searched refs:SetDtlsSrtpCryptoSuites (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/base/ |
D | sslstreamadapter_unittest.cc | 463 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 …]
|
D | sslstreamadapter.cc | 70 bool SSLStreamAdapter::SetDtlsSrtpCryptoSuites( in SetDtlsSrtpCryptoSuites() function in rtc::SSLStreamAdapter
|
D | sslstreamadapter.h | 184 virtual bool SetDtlsSrtpCryptoSuites(const std::vector<int>& crypto_suites);
|
D | opensslstreamadapter.h | 104 bool SetDtlsSrtpCryptoSuites(const std::vector<int>& crypto_suites) override;
|
D | opensslstreamadapter.cc | 413 bool OpenSSLStreamAdapter::SetDtlsSrtpCryptoSuites( in SetDtlsSrtpCryptoSuites() function in rtc::OpenSSLStreamAdapter
|
/external/webrtc/webrtc/p2p/base/ |
D | dtlstransportchannel.cc | 282 if (!dtls_->SetDtlsSrtpCryptoSuites(srtp_ciphers_)) { in SetupDtls()
|
/external/webrtc/talk/session/media/ |
D | channel.cc | 226 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
|
D | channel.h | 250 bool SetDtlsSrtpCryptoSuites(TransportChannel* tc, bool rtcp);
|