Searched refs:KT_DEFAULT (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | dtlstransportchannel_unittest.cc | 478 ssl_expected_version_, rtc::KT_DEFAULT)); in Connect() 480 ssl_expected_version_, rtc::KT_DEFAULT)); in Connect() 613 PrepareDtls(true, true, rtc::KT_DEFAULT); in TEST_F() 629 PrepareDtls(true, true, rtc::KT_DEFAULT); in TEST_F() 637 PrepareDtls(true, false, rtc::KT_DEFAULT); in TEST_F() 644 PrepareDtls(false, true, rtc::KT_DEFAULT); in TEST_F() 653 PrepareDtls(true, true, rtc::KT_DEFAULT); in TEST_F() 669 PrepareDtls(true, true, rtc::KT_DEFAULT); in TEST_F() 678 PrepareDtls(true, true, rtc::KT_DEFAULT); in TEST_F() 687 PrepareDtls(true, true, rtc::KT_DEFAULT); in TEST_F() [all …]
|
D | transportcontroller_unittest.cc | 273 rtc::SSLIdentity::Generate("session1", rtc::KT_DEFAULT))); in TEST_F() 276 rtc::SSLIdentity::Generate("session2", rtc::KT_DEFAULT))); in TEST_F()
|
/external/webrtc/webrtc/base/ |
D | sslidentity.h | 121 enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_RSA }; enumerator 138 explicit KeyParams(KeyType key_type = KT_DEFAULT);
|
D | sslstreamadapter_unittest.cc | 228 rtc::KeyParams client_key_type = rtc::KeyParams(rtc::KT_DEFAULT), in SSLStreamAdapterTestBase() 229 rtc::KeyParams server_key_type = rtc::KeyParams(rtc::KT_DEFAULT)) in SSLStreamAdapterTestBase() 299 client_params.key_params = rtc::KeyParams(rtc::KT_DEFAULT); in ResetIdentitiesWithValidity() 306 server_params.key_params = rtc::KeyParams(rtc::KT_DEFAULT); in ResetIdentitiesWithValidity()
|
/external/webrtc/talk/app/webrtc/ |
D | peerconnection_unittest.cc | 1472 rtc::SSL_PROTOCOL_DTLS_10, rtc::KT_DEFAULT)), in TEST_F() 1478 rtc::SSL_PROTOCOL_DTLS_10, rtc::KT_DEFAULT))); in TEST_F() 1510 rtc::SSL_PROTOCOL_DTLS_12, rtc::KT_DEFAULT)), in TEST_F() 1516 rtc::SSL_PROTOCOL_DTLS_12, rtc::KT_DEFAULT))); in TEST_F() 1542 rtc::SSL_PROTOCOL_DTLS_10, rtc::KT_DEFAULT)), in TEST_F() 1548 rtc::SSL_PROTOCOL_DTLS_10, rtc::KT_DEFAULT))); in TEST_F() 1574 rtc::SSL_PROTOCOL_DTLS_10, rtc::KT_DEFAULT)), in TEST_F() 1580 rtc::SSL_PROTOCOL_DTLS_10, rtc::KT_DEFAULT))); in TEST_F()
|
D | webrtcsessiondescriptionfactory.cc | 196 rtc::KeyType key_type = rtc::KT_DEFAULT; in WebRtcSessionDescriptionFactory()
|
D | webrtcsession_unittest.cc | 720 rtc::SSLIdentity::Generate(identity_name, rtc::KT_DEFAULT)))); in SetFactoryDtlsSrtp()
|
/external/webrtc/talk/session/media/ |
D | channel_unittest.cc | 180 rtc::SSLIdentity::Generate("session1", rtc::KT_DEFAULT)))); in CreateChannels() 186 rtc::SSLIdentity::Generate("session2", rtc::KT_DEFAULT)))); in CreateChannels()
|