Home
last modified time | relevance | path

Searched refs:KT_DEFAULT (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel_unittest.cc478 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 …]
Dtransportcontroller_unittest.cc273 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/
Dsslidentity.h121 enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_RSA }; enumerator
138 explicit KeyParams(KeyType key_type = KT_DEFAULT);
Dsslstreamadapter_unittest.cc228 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/
Dpeerconnection_unittest.cc1472 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()
Dwebrtcsessiondescriptionfactory.cc196 rtc::KeyType key_type = rtc::KT_DEFAULT; in WebRtcSessionDescriptionFactory()
Dwebrtcsession_unittest.cc720 rtc::SSLIdentity::Generate(identity_name, rtc::KT_DEFAULT)))); in SetFactoryDtlsSrtp()
/external/webrtc/talk/session/media/
Dchannel_unittest.cc180 rtc::SSLIdentity::Generate("session1", rtc::KT_DEFAULT)))); in CreateChannels()
186 rtc::SSLIdentity::Generate("session2", rtc::KT_DEFAULT)))); in CreateChannels()