Home
last modified time | relevance | path

Searched defs:crypto_suite (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/rtc_base/
Dssl_stream_adapter.cc27 std::string SrtpCryptoSuiteToName(int crypto_suite) { in SrtpCryptoSuiteToName()
42 int SrtpCryptoSuiteFromName(const std::string& crypto_suite) { in SrtpCryptoSuiteFromName()
54 bool GetSrtpKeyAndSaltLengths(int crypto_suite, in GetSrtpKeyAndSaltLengths()
83 bool IsGcmCryptoSuite(int crypto_suite) { in IsGcmCryptoSuite()
88 bool IsGcmCryptoSuiteName(const std::string& crypto_suite) { in IsGcmCryptoSuiteName()
121 bool SSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) { in GetDtlsSrtpCryptoSuite()
Dopenssl_stream_adapter.cc468 bool OpenSSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) { in GetDtlsSrtpCryptoSuite()
/external/webrtc/p2p/base/
Dfake_dtls_transport.h180 bool GetSrtpCryptoSuite(int* crypto_suite) override { in GetSrtpCryptoSuite()
187 void SetSrtpCryptoSuite(int crypto_suite) { crypto_suite_ = crypto_suite; } in SetSrtpCryptoSuite()
Ddtls_transport_unittest.cc135 int crypto_suite; in CheckSrtp() local
/external/wpa_supplicant_8/src/ap/
Ddpp_hostapd.c1853 u8 crypto_suite; in hostapd_dpp_rx_action() local
/external/wpa_supplicant_8/wpa_supplicant/
Ddpp_supplicant.c2850 u8 crypto_suite; in wpas_dpp_rx_action() local
/external/webrtc/pc/
Dmedia_session.cc203 for (const std::string& crypto_suite : crypto_suites) { in CreateMediaCryptos() local
Dwebrtc_sdp.cc3489 const std::string& crypto_suite = fields[1]; in ParseCryptoAttribute() local