Home
last modified time | relevance | path

Searched refs:SRTP_AES128_CM_SHA1_32 (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/rtc_base/
Dssl_stream_adapter.cc29 case SRTP_AES128_CM_SHA1_32: in SrtpCryptoSuiteToName()
44 return SRTP_AES128_CM_SHA1_32; in SrtpCryptoSuiteFromName()
58 case SRTP_AES128_CM_SHA1_32: in GetSrtpKeyAndSaltLengths()
Dssl_stream_adapter.h38 #ifndef SRTP_AES128_CM_SHA1_32
39 const int SRTP_AES128_CM_SHA1_32 = 0x0002; variable
Dssl_stream_adapter_unittest.cc1199 low.push_back(rtc::SRTP_AES128_CM_SHA1_32); in TEST_P()
1210 ASSERT_EQ(client_cipher, rtc::SRTP_AES128_CM_SHA1_32); in TEST_P()
1218 low.push_back(rtc::SRTP_AES128_CM_SHA1_32); in TEST_P()
1233 mixed.push_back(rtc::SRTP_AES128_CM_SHA1_32); in TEST_P()
1323 ASSERT_TRUE(rtc::GetSrtpKeyAndSaltLengths(rtc::SRTP_AES128_CM_SHA1_32, in TEST_P()
Dopenssl_stream_adapter.cc71 {"SRTP_AES128_CM_SHA1_32", SRTP_AES128_CM_SHA1_32},
/external/webrtc/pc/
Dsrtp_session_unittest.cc122 EXPECT_TRUE(s1_.SetSend(SRTP_AES128_CM_SHA1_32, kTestKey1, kTestKeyLen, in TEST_F()
124 EXPECT_TRUE(s2_.SetRecv(SRTP_AES128_CM_SHA1_32, kTestKey1, kTestKeyLen, in TEST_F()
133 EXPECT_TRUE(s1_.SetSend(SRTP_AES128_CM_SHA1_32, kTestKey1, kTestKeyLen, in TEST_F()
Dsrtp_transport_unittest.cc97 case rtc::SRTP_AES128_CM_SHA1_32: in TestRtpAuthParams()
361 TestSendRecvPacket(enable_external_auth, rtc::SRTP_AES128_CM_SHA1_32, in TEST_P()
368 TestSendRecvEncryptedHeaderExtension(rtc::SRTP_AES128_CM_SHA1_32, kTestKey1, in TEST_F()
Dsrtp_session.cc248 } else if (cs == rtc::SRTP_AES128_CM_SHA1_32) { in DoSetKey()
Dmedia_session.cc237 crypto_suites->push_back(rtc::SRTP_AES128_CM_SHA1_32); in GetSupportedAudioSdesCryptoSuites()
Dpeer_connection_integrationtest.cc3381 int expected_cipher_suite = rtc::SRTP_AES128_CM_SHA1_32; in TEST_P()
/external/webrtc/api/crypto/
Dcrypto_options.cc41 crypto_suites.push_back(rtc::SRTP_AES128_CM_SHA1_32); in GetSupportedDtlsSrtpCryptoSuites()
/external/boringssl/src/ssl/
Dd1_srtp.cc134 "SRTP_AES128_CM_SHA1_32", SRTP_AES128_CM_SHA1_32,
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dd1_srtp.cc134 "SRTP_AES128_CM_SHA1_32", SRTP_AES128_CM_SHA1_32,
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h2975 #define SRTP_AES128_CM_SHA1_32 0x0002 macro
/external/boringssl/src/include/openssl/
Dssl.h3030 #define SRTP_AES128_CM_SHA1_32 0x0002 macro