HomeSort by relevance Sort by last modified time
    Searched refs:srtp_ciphers_ (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.cc 281 if (!srtp_ciphers_.empty()) {
282 if (!dtls_->SetDtlsSrtpCryptoSuites(srtp_ciphers_)) {
296 if (srtp_ciphers_ == ciphers)
334 srtp_ciphers_ = ciphers;
366 ASSERT(!srtp_ciphers_.empty());
501 ASSERT(!srtp_ciphers_.empty());
faketransportcontroller.h 246 srtp_ciphers_ = ciphers;
287 for (std::vector<int>::const_iterator it1 = srtp_ciphers_.begin();
288 it1 != srtp_ciphers_.end(); ++it1) {
289 for (std::vector<int>::const_iterator it2 = dest_->srtp_ciphers_.begin();
290 it2 != dest_->srtp_ciphers_.end(); ++it2) {
324 std::vector<int> srtp_ciphers_; member in class:cricket::FakeTransportChannel
dtlstransportchannel.h 227 std::vector<int> srtp_ciphers_; // SRTP ciphers to use with DTLS. member in class:cricket::DtlsTransportChannelWrapper
  /external/webrtc/webrtc/base/
opensslstreamadapter.h 202 std::string srtp_ciphers_; member in class:rtc::OpenSSLStreamAdapter
opensslstreamadapter.cc 444 srtp_ciphers_ = internal_ciphers;
1016 if (!srtp_ciphers_.empty()) {
1017 if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_ciphers_.c_str())) {
    [all...]

Completed in 60 milliseconds