Searched refs:SRTP_AES128_CM_SHA1_32 (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/rtc_base/ |
D | ssl_stream_adapter.cc | 29 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()
|
D | ssl_stream_adapter.h | 38 #ifndef SRTP_AES128_CM_SHA1_32 39 const int SRTP_AES128_CM_SHA1_32 = 0x0002; variable
|
D | ssl_stream_adapter_unittest.cc | 1199 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()
|
D | openssl_stream_adapter.cc | 71 {"SRTP_AES128_CM_SHA1_32", SRTP_AES128_CM_SHA1_32},
|
/external/webrtc/pc/ |
D | srtp_session_unittest.cc | 122 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()
|
D | srtp_transport_unittest.cc | 97 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()
|
D | srtp_session.cc | 248 } else if (cs == rtc::SRTP_AES128_CM_SHA1_32) { in DoSetKey()
|
D | media_session.cc | 237 crypto_suites->push_back(rtc::SRTP_AES128_CM_SHA1_32); in GetSupportedAudioSdesCryptoSuites()
|
D | peer_connection_integrationtest.cc | 3381 int expected_cipher_suite = rtc::SRTP_AES128_CM_SHA1_32; in TEST_P()
|
/external/webrtc/api/crypto/ |
D | crypto_options.cc | 41 crypto_suites.push_back(rtc::SRTP_AES128_CM_SHA1_32); in GetSupportedDtlsSrtpCryptoSuites()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | d1_srtp.cc | 134 "SRTP_AES128_CM_SHA1_32", SRTP_AES128_CM_SHA1_32,
|
/external/boringssl/src/ssl/ |
D | d1_srtp.cc | 134 "SRTP_AES128_CM_SHA1_32", SRTP_AES128_CM_SHA1_32,
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | ssl.h | 2975 #define SRTP_AES128_CM_SHA1_32 0x0002 macro
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 3030 #define SRTP_AES128_CM_SHA1_32 0x0002 macro
|