Home
last modified time | relevance | path

Searched refs:SRTP_INVALID_CRYPTO_SUITE (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/base/
Dsslstreamadapter.cc46 return SRTP_INVALID_CRYPTO_SUITE; in SrtpCryptoSuiteFromName()
Dsslstreamadapter.h26 const int SRTP_INVALID_CRYPTO_SUITE = 0; variable
/external/webrtc/webrtc/p2p/base/
Dfaketransportcontroller.h251 if (chosen_crypto_suite_ != rtc::SRTP_INVALID_CRYPTO_SUITE) { in GetSrtpCryptoSuite()
278 if (chosen_crypto_suite_ != rtc::SRTP_INVALID_CRYPTO_SUITE) { in ExportKeyingMaterial()
325 int chosen_crypto_suite_ = rtc::SRTP_INVALID_CRYPTO_SUITE;
Dtransport.h126 int srtp_crypto_suite = rtc::SRTP_INVALID_CRYPTO_SUITE;
Ddtlstransportchannel_unittest.cc474 client1_.CheckSrtp(rtc::SRTP_INVALID_CRYPTO_SUITE); in Connect()
475 client2_.CheckSrtp(rtc::SRTP_INVALID_CRYPTO_SUITE); in Connect()
/external/webrtc/talk/app/webrtc/
Dwebrtcsession.cc2176 if (srtp_crypto_suite == rtc::SRTP_INVALID_CRYPTO_SUITE && in ReportNegotiatedCiphers()
2197 if (srtp_crypto_suite != rtc::SRTP_INVALID_CRYPTO_SUITE) { in ReportNegotiatedCiphers()
Dstatscollector.cc741 if (srtp_crypto_suite != rtc::SRTP_INVALID_CRYPTO_SUITE && in ExtractSessionInfo()