Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/
Dstatscollector.cc740 int srtp_crypto_suite = channel_iter.srtp_crypto_suite; in ExtractSessionInfo() local
741 if (srtp_crypto_suite != rtc::SRTP_INVALID_CRYPTO_SUITE && in ExtractSessionInfo()
742 rtc::SrtpCryptoSuiteToName(srtp_crypto_suite).length()) { in ExtractSessionInfo()
745 rtc::SrtpCryptoSuiteToName(srtp_crypto_suite)); in ExtractSessionInfo()
Dwebrtcsession.cc2174 int srtp_crypto_suite = stats.channel_stats[0].srtp_crypto_suite; in ReportNegotiatedCiphers() local
2176 if (srtp_crypto_suite == rtc::SRTP_INVALID_CRYPTO_SUITE && in ReportNegotiatedCiphers()
2197 if (srtp_crypto_suite != rtc::SRTP_INVALID_CRYPTO_SUITE) { in ReportNegotiatedCiphers()
2199 srtp_crypto_suite); in ReportNegotiatedCiphers()
Dstatscollector_unittest.cc685 channel_stats.srtp_crypto_suite = rtc::SRTP_AES128_CM_SHA1_80; in TestCertificateReports()
754 std::string srtp_crypto_suite = in TestCertificateReports() local
758 srtp_crypto_suite); in TestCertificateReports()
1411 std::string srtp_crypto_suite = in TEST_F() local
1414 ASSERT_EQ(kNotFound, srtp_crypto_suite); in TEST_F()
/external/webrtc/webrtc/p2p/base/
Dtransport.h126 int srtp_crypto_suite = rtc::SRTP_INVALID_CRYPTO_SUITE; member
Dtransport.cc308 channel->GetSrtpCryptoSuite(&substats.srtp_crypto_suite); in GetStats()