Searched refs:ssl_cipher_suite (Results 1 – 5 of 5) sorted by relevance
747 int ssl_cipher_suite = channel_iter.ssl_cipher_suite; in ExtractSessionInfo() local748 if (ssl_cipher_suite != rtc::TLS_NULL_WITH_NULL_NULL && in ExtractSessionInfo()749 rtc::SSLStreamAdapter::SslCipherSuiteToName(ssl_cipher_suite) in ExtractSessionInfo()753 rtc::SSLStreamAdapter::SslCipherSuiteToName(ssl_cipher_suite)); in ExtractSessionInfo()
2175 int ssl_cipher_suite = stats.channel_stats[0].ssl_cipher_suite; in ReportNegotiatedCiphers() local2177 ssl_cipher_suite == rtc::TLS_NULL_WITH_NULL_NULL) { in ReportNegotiatedCiphers()2201 if (ssl_cipher_suite != rtc::TLS_NULL_WITH_NULL_NULL) { in ReportNegotiatedCiphers()2203 ssl_cipher_suite); in ReportNegotiatedCiphers()
686 channel_stats.ssl_cipher_suite = TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA; in TestCertificateReports()
127 int ssl_cipher_suite = rtc::TLS_NULL_WITH_NULL_NULL; member
309 channel->GetSslCipherSuite(&substats.ssl_cipher_suite); in GetStats()