Home
last modified time | relevance | path

Searched refs:srtp_ciphers_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.cc281 if (!srtp_ciphers_.empty()) { in SetupDtls()
282 if (!dtls_->SetDtlsSrtpCryptoSuites(srtp_ciphers_)) { in SetupDtls()
296 if (srtp_ciphers_ == ciphers) in SetSrtpCryptoSuites()
334 srtp_ciphers_ = ciphers; in SetSrtpCryptoSuites()
366 ASSERT(!srtp_ciphers_.empty()); in SendPacket()
501 ASSERT(!srtp_ciphers_.empty()); in OnReadPacket()
Dfaketransportcontroller.h246 srtp_ciphers_ = ciphers; in SetSrtpCryptoSuites()
287 for (std::vector<int>::const_iterator it1 = srtp_ciphers_.begin(); in NegotiateSrtpCiphers()
288 it1 != srtp_ciphers_.end(); ++it1) { in NegotiateSrtpCiphers()
289 for (std::vector<int>::const_iterator it2 = dest_->srtp_ciphers_.begin(); in NegotiateSrtpCiphers()
290 it2 != dest_->srtp_ciphers_.end(); ++it2) { in NegotiateSrtpCiphers()
324 std::vector<int> srtp_ciphers_; variable
Ddtlstransportchannel.h227 std::vector<int> srtp_ciphers_; // SRTP ciphers to use with DTLS. variable
/external/webrtc/webrtc/base/
Dopensslstreamadapter.h202 std::string srtp_ciphers_; variable
Dopensslstreamadapter.cc444 srtp_ciphers_ = internal_ciphers; in SetDtlsSrtpCryptoSuites()
1016 if (!srtp_ciphers_.empty()) { in SetupSSLContext()
1017 if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_ciphers_.c_str())) { in SetupSSLContext()