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

  /external/webrtc/webrtc/base/
sslstreamadapter.cc 33 std::string SrtpCryptoSuiteToName(int crypto_suite) {
34 if (crypto_suite == SRTP_AES128_CM_SHA1_32)
36 if (crypto_suite == SRTP_AES128_CM_SHA1_80)
41 int SrtpCryptoSuiteFromName(const std::string& crypto_suite) {
42 if (crypto_suite == CS_AES_CM_128_HMAC_SHA1_32)
44 if (crypto_suite == CS_AES_CM_128_HMAC_SHA1_80)
75 bool SSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) {
sslstreamadapter.h 41 std::string SrtpCryptoSuiteToName(int crypto_suite);
44 int SrtpCryptoSuiteFromName(const std::string& crypto_suite);
185 virtual bool GetDtlsSrtpCryptoSuite(int* crypto_suite);
opensslstreamadapter.h 91 static std::string SslCipherSuiteToName(int crypto_suite);
105 bool GetDtlsSrtpCryptoSuite(int* crypto_suite) override;
opensslstreamadapter.cc 451 bool OpenSSLStreamAdapter::GetDtlsSrtpCryptoSuite(int* crypto_suite) {
463 *crypto_suite = srtp_profile->id;
464 ASSERT(!SrtpCryptoSuiteToName(*crypto_suite).empty());
    [all...]
  /external/webrtc/webrtc/p2p/base/
faketransportcontroller.h 250 bool GetSrtpCryptoSuite(int* crypto_suite) override {
252 *crypto_suite = chosen_crypto_suite_;
dtlstransportchannel_unittest.cc 220 int crypto_suite; local
222 bool rv = (*it)->GetSrtpCryptoSuite(&crypto_suite);
226 ASSERT_EQ(crypto_suite, expected_crypto_suite);
    [all...]
  /external/wpa_supplicant_8/src/ap/
dpp_hostapd.c 1178 u8 crypto_suite; local
1189 crypto_suite = *buf++;
1196 crypto_suite, type, MAC2STR(src), freq);
1197 if (crypto_suite != 1) {
1199 crypto_suite);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
dpp_supplicant.c 1561 u8 crypto_suite; local
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 2827 const std::string& crypto_suite = fields[1]; local
    [all...]

Completed in 107 milliseconds