HomeSort by relevance Sort by last modified time
    Searched refs:SrtpCryptoSuiteFromName (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/p2p/base/
transportchannel.cc 65 crypto_suites.push_back(rtc::SrtpCryptoSuiteFromName(cipher));
  /external/webrtc/webrtc/base/
sslstreamadapter.cc 41 int SrtpCryptoSuiteFromName(const std::string& crypto_suite) {
sslstreamadapter.h 44 int SrtpCryptoSuiteFromName(const std::string& crypto_suite);
  /external/webrtc/talk/session/media/
srtpfilter.cc 432 rtc::SrtpCryptoSuiteFromName(send_params.cipher_suite), send_key,
435 rtc::SrtpCryptoSuiteFromName(recv_params.cipher_suite), recv_key,

Completed in 693 milliseconds