Home | History | Annotate | Download | only in base

Lines Matching refs:SSLStreamAdapter

15 #include "webrtc/base/sslstreamadapter.h"
49 SSLStreamAdapter* SSLStreamAdapter::Create(StreamInterface* stream) {
57 bool SSLStreamAdapter::GetSslCipherSuite(int* cipher_suite) {
61 bool SSLStreamAdapter::ExportKeyingMaterial(const std::string& label,
70 bool SSLStreamAdapter::SetDtlsSrtpCryptoSuites(
75 bool SSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) {
80 bool SSLStreamAdapter::HaveDtls() {
83 bool SSLStreamAdapter::HaveDtlsSrtp() {
86 bool SSLStreamAdapter::HaveExporter() {
89 int SSLStreamAdapter::GetDefaultSslCipherForTest(SSLProtocolVersion version,
94 std::string SSLStreamAdapter::SslCipherSuiteToName(int cipher_suite) {