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

  /external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.h 123 std::vector<PRUint16> srtp_ciphers_; // SRTP cipher list member in class:talk_base::NSSStreamAdapter
opensslstreamadapter.h 205 std::string srtp_ciphers_; member in class:talk_base::OpenSSLStreamAdapter
nssstreamadapter.cc 527 if (!srtp_ciphers_.empty()) {
528 rv = SSL_SetSRTPCiphers(ssl_fd_, &srtp_ciphers_[0], srtp_ciphers_.size());
902 srtp_ciphers_ = internal_ciphers;
opensslstreamadapter.cc 298 srtp_ciphers_ = internal_ciphers;
789 if (!srtp_ciphers_.empty()) {
790 if (SSL_CTX_set_tlsext_use_srtp(ctx, srtp_ciphers_.c_str())) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
fakesession.h 211 srtp_ciphers_ = ciphers;
238 for (std::vector<std::string>::const_iterator it1 = srtp_ciphers_.begin();
239 it1 != srtp_ciphers_.end(); ++it1) {
241 dest_->srtp_ciphers_.begin();
242 it2 != dest_->srtp_ciphers_.end(); ++it2) {
267 std::vector<std::string> srtp_ciphers_; member in class:cricket::FakeTransportChannel
dtlstransportchannel.cc 253 if (!srtp_ciphers_.empty()) {
254 if (!dtls_->SetDtlsSrtpCiphers(srtp_ciphers_)) {
281 srtp_ciphers_ = ciphers;
314 ASSERT(!srtp_ciphers_.empty());
451 ASSERT(!srtp_ciphers_.empty());
dtlstransportchannel.h 234 std::vector<std::string> srtp_ciphers_; // SRTP ciphers to use with DTLS. member in class:cricket::DtlsTransportChannelWrapper

Completed in 154 milliseconds