Home
last modified time | relevance | path

Searched refs:SRTP_AES128_CM_SHA1_80 (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/pc/
Dsrtp_session_unittest.cc82 EXPECT_TRUE(s1_.SetSend(SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen, in TEST_F()
84 EXPECT_TRUE(s2_.SetRecv(SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen, in TEST_F()
90 EXPECT_TRUE(s1_.SetSend(SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen, in TEST_F()
92 EXPECT_TRUE(s2_.SetRecv(SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen, in TEST_F()
94 EXPECT_FALSE(s1_.SetSend(SRTP_AES128_CM_SHA1_80, kTestKey2, kTestKeyLen, in TEST_F()
96 EXPECT_FALSE(s2_.SetRecv(SRTP_AES128_CM_SHA1_80, kTestKey2, kTestKeyLen, in TEST_F()
102 EXPECT_FALSE(s1_.SetSend(SRTP_AES128_CM_SHA1_80, kTestKey1, 1, in TEST_F()
104 EXPECT_FALSE(s2_.SetRecv(SRTP_AES128_CM_SHA1_80, kTestKey1, 1, in TEST_F()
110 EXPECT_TRUE(s1_.SetSend(SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen, in TEST_F()
112 EXPECT_TRUE(s2_.SetRecv(SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen, in TEST_F()
[all …]
Dsrtp_transport_unittest.cc100 case rtc::SRTP_AES128_CM_SHA1_80: in TestRtpAuthParams()
346 TestSendRecvPacket(enable_external_auth, rtc::SRTP_AES128_CM_SHA1_80, in TEST_P()
353 TestSendRecvEncryptedHeaderExtension(rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, in TEST_F()
412 rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen - 1, extension_ids, in TEST_F()
413 rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen - 1, extension_ids)); in TEST_F()
415 rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen - 1, extension_ids, in TEST_F()
416 rtc::SRTP_AES128_CM_SHA1_80, kTestKey1, kTestKeyLen - 1, extension_ids)); in TEST_F()
Dsrtp_session.cc245 if (cs == rtc::SRTP_AES128_CM_SHA1_80) { in DoSetKey()
Dmedia_session.cc239 crypto_suites->push_back(rtc::SRTP_AES128_CM_SHA1_80); in GetSupportedAudioSdesCryptoSuites()
256 crypto_suites->push_back(rtc::SRTP_AES128_CM_SHA1_80); in GetSupportedVideoSdesCryptoSuites()
273 crypto_suites->push_back(rtc::SRTP_AES128_CM_SHA1_80); in GetSupportedDataSdesCryptoSuites()
Dstats_collector_unittest.cc678 channel_stats.srtp_crypto_suite = rtc::SRTP_AES128_CM_SHA1_80; in TestCertificateReports()
733 EXPECT_EQ(rtc::SrtpCryptoSuiteToName(rtc::SRTP_AES128_CM_SHA1_80), in TestCertificateReports()
Dpeer_connection_integrationtest.cc103 static const int kDefaultSrtpCryptoSuite = rtc::SRTP_AES128_CM_SHA1_80;
3359 int expected_cipher_suite = rtc::SRTP_AES128_CM_SHA1_80; in TEST_P()
3371 int expected_cipher_suite = rtc::SRTP_AES128_CM_SHA1_80; in TEST_P()
Drtc_stats_collector_unittest.cc2341 rtp_transport_channel_stats.srtp_crypto_suite = rtc::SRTP_AES128_CM_SHA1_80; in TEST_F()
/external/webrtc/rtc_base/
Dssl_stream_adapter.cc31 case SRTP_AES128_CM_SHA1_80: in SrtpCryptoSuiteToName()
46 return SRTP_AES128_CM_SHA1_80; in SrtpCryptoSuiteFromName()
59 case SRTP_AES128_CM_SHA1_80: in GetSrtpKeyAndSaltLengths()
Dssl_stream_adapter.h35 #ifndef SRTP_AES128_CM_SHA1_80
36 const int SRTP_AES128_CM_SHA1_80 = 0x0001; variable
Dssl_stream_adapter_unittest.cc1182 high.push_back(rtc::SRTP_AES128_CM_SHA1_80); in TEST_P()
1193 ASSERT_EQ(client_cipher, rtc::SRTP_AES128_CM_SHA1_80); in TEST_P()
1216 high.push_back(rtc::SRTP_AES128_CM_SHA1_80); in TEST_P()
1232 mixed.push_back(rtc::SRTP_AES128_CM_SHA1_80); in TEST_P()
1244 ASSERT_EQ(client_cipher, rtc::SRTP_AES128_CM_SHA1_80); in TEST_P()
1328 ASSERT_TRUE(rtc::GetSrtpKeyAndSaltLengths(rtc::SRTP_AES128_CM_SHA1_80, in TEST_P()
Dopenssl_stream_adapter.cc70 {"SRTP_AES128_CM_SHA1_80", SRTP_AES128_CM_SHA1_80},
/external/webrtc/api/crypto/
Dcrypto_options.cc44 crypto_suites.push_back(rtc::SRTP_AES128_CM_SHA1_80); in GetSupportedDtlsSrtpCryptoSuites()
/external/boringssl/src/ssl/
Dd1_srtp.cc131 "SRTP_AES128_CM_SHA1_80", SRTP_AES128_CM_SHA1_80,
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dd1_srtp.cc131 "SRTP_AES128_CM_SHA1_80", SRTP_AES128_CM_SHA1_80,
/external/webrtc/p2p/base/
Ddtls_transport_unittest.cc342 client1_.CheckSrtp(rtc::SRTP_AES128_CM_SHA1_80); in Connect()
343 client2_.CheckSrtp(rtc::SRTP_AES128_CM_SHA1_80); in Connect()
Dfake_dtls_transport.h298 int crypto_suite_ = rtc::SRTP_AES128_CM_SHA1_80;
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h2974 #define SRTP_AES128_CM_SHA1_80 0x0001 macro
/external/boringssl/src/include/openssl/
Dssl.h3029 #define SRTP_AES128_CM_SHA1_80 0x0001 macro