Home
last modified time | relevance | path

Searched defs:crypto_suites (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/api/crypto/
Dcrypto_options.cc34 std::vector<int> crypto_suites; in GetSupportedDtlsSrtpCryptoSuites() local
/external/webrtc/pc/
Dmedia_session.cc51 std::vector<int> crypto_suites; in GetSupportedSdesCryptoSuiteNames() local
200 bool CreateMediaCryptos(const std::vector<std::string>& crypto_suites, in CreateMediaCryptos()
235 std::vector<int>* crypto_suites) { in GetSupportedAudioSdesCryptoSuites()
255 std::vector<int>* crypto_suites) { in GetSupportedVideoSdesCryptoSuites()
272 std::vector<int>* crypto_suites) { in GetSupportedDataSdesCryptoSuites()
675 const std::vector<std::string>& crypto_suites, in CreateContentOffer()
725 const std::vector<std::string>& crypto_suites, in CreateMediaContentOffer()
2182 std::vector<std::string> crypto_suites; in AddAudioContentForOffer() local
2274 std::vector<std::string> crypto_suites; in AddVideoContentForOffer() local
2318 std::vector<std::string> crypto_suites; in AddSctpDataContentForOffer() local
[all …]
/external/webrtc/rtc_base/
Dssl_stream_adapter.cc117 const std::vector<int>& crypto_suites) { in SetDtlsSrtpCryptoSuites()