HomeSort by relevance Sort by last modified time
    Searched defs:SetDtlsSrtpCryptoSuites (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/base/
sslstreamadapter.cc 70 bool SSLStreamAdapter::SetDtlsSrtpCryptoSuites(
opensslstreamadapter.cc 413 bool OpenSSLStreamAdapter::SetDtlsSrtpCryptoSuites(
    [all...]
sslstreamadapter_unittest.cc 463 void SetDtlsSrtpCryptoSuites(const std::vector<int>& ciphers, bool client) {
465 client_ssl_->SetDtlsSrtpCryptoSuites(ciphers);
467 server_ssl_->SetDtlsSrtpCryptoSuites(ciphers);
912 SetDtlsSrtpCryptoSuites(high, true);
913 SetDtlsSrtpCryptoSuites(high, false);
930 SetDtlsSrtpCryptoSuites(low, true);
931 SetDtlsSrtpCryptoSuites(low, false);
951 SetDtlsSrtpCryptoSuites(high, true);
952 SetDtlsSrtpCryptoSuites(low, false);
967 SetDtlsSrtpCryptoSuites(mixed, true)
    [all...]
  /external/webrtc/talk/session/media/
channel.cc 226 if (!SetDtlsSrtpCryptoSuites(transport_channel(), false)) {
230 !SetDtlsSrtpCryptoSuites(rtcp_transport_channel(), true)) {
853 bool BaseChannel::SetDtlsSrtpCryptoSuites(TransportChannel* tc, bool rtcp) {
    [all...]

Completed in 101 milliseconds