Searched refs:srtp_crypto_suite (Results 1 – 5 of 5) sorted by relevance
740 int srtp_crypto_suite = channel_iter.srtp_crypto_suite; in ExtractSessionInfo() local741 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()
2174 int srtp_crypto_suite = stats.channel_stats[0].srtp_crypto_suite; in ReportNegotiatedCiphers() local2176 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()
685 channel_stats.srtp_crypto_suite = rtc::SRTP_AES128_CM_SHA1_80; in TestCertificateReports()754 std::string srtp_crypto_suite = in TestCertificateReports() local758 srtp_crypto_suite); in TestCertificateReports()1411 std::string srtp_crypto_suite = in TEST_F() local1414 ASSERT_EQ(kNotFound, srtp_crypto_suite); in TEST_F()
126 int srtp_crypto_suite = rtc::SRTP_INVALID_CRYPTO_SUITE; member
308 channel->GetSrtpCryptoSuite(&substats.srtp_crypto_suite); in GetStats()