Home
last modified time | relevance | path

Searched refs:SrtpCryptoSuiteFromName (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dtransportchannel.cc65 crypto_suites.push_back(rtc::SrtpCryptoSuiteFromName(cipher)); in SetSrtpCiphers()
/external/webrtc/webrtc/base/
Dsslstreamadapter.cc41 int SrtpCryptoSuiteFromName(const std::string& crypto_suite) { in SrtpCryptoSuiteFromName() function
Dsslstreamadapter.h44 int SrtpCryptoSuiteFromName(const std::string& crypto_suite);
/external/webrtc/talk/session/media/
Dsrtpfilter.cc432 rtc::SrtpCryptoSuiteFromName(send_params.cipher_suite), send_key, in ApplyParams()
435 rtc::SrtpCryptoSuiteFromName(recv_params.cipher_suite), recv_key, in ApplyParams()