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

  /external/webrtc/webrtc/base/
sslstreamadapter.cc 33 std::string SrtpCryptoSuiteToName(int crypto_suite) {
sslstreamadapter.h 41 std::string SrtpCryptoSuiteToName(int crypto_suite);
opensslstreamadapter.cc 464 ASSERT(!SrtpCryptoSuiteToName(*crypto_suite).empty());
    [all...]
  /external/webrtc/talk/app/webrtc/
peerconnection_unittest.cc     [all...]
statscollector.cc 742 rtc::SrtpCryptoSuiteToName(srtp_crypto_suite).length()) {
745 rtc::SrtpCryptoSuiteToName(srtp_crypto_suite));
    [all...]
statscollector_unittest.cc 757 EXPECT_EQ(rtc::SrtpCryptoSuiteToName(rtc::SRTP_AES128_CM_SHA1_80),
    [all...]
  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.cc 319 requested_str.append(rtc::SrtpCryptoSuiteToName(ciphers[i]));
  /external/webrtc/talk/session/media/
mediasession.cc 60 names->push_back(rtc::SrtpCryptoSuiteToName(crypto));
    [all...]

Completed in 623 milliseconds