/external/webrtc/webrtc/p2p/base/ |
dtlstransportchannel_unittest.cc | 478 ssl_expected_version_, rtc::KT_DEFAULT)); 480 ssl_expected_version_, rtc::KT_DEFAULT)); 613 PrepareDtls(true, true, rtc::KT_DEFAULT); 629 PrepareDtls(true, true, rtc::KT_DEFAULT); 637 PrepareDtls(true, false, rtc::KT_DEFAULT); 644 PrepareDtls(false, true, rtc::KT_DEFAULT); 653 PrepareDtls(true, true, rtc::KT_DEFAULT); 669 PrepareDtls(true, true, rtc::KT_DEFAULT); 678 PrepareDtls(true, true, rtc::KT_DEFAULT); 687 PrepareDtls(true, true, rtc::KT_DEFAULT); [all...] |
transportcontroller_unittest.cc | 273 rtc::SSLIdentity::Generate("session1", rtc::KT_DEFAULT))); 276 rtc::SSLIdentity::Generate("session2", rtc::KT_DEFAULT)));
|
/external/webrtc/webrtc/base/ |
sslidentity.h | 115 // KT_DEFAULT is currently an alias for KT_RSA. This is likely to change. 118 // TODO(hbos,torbjorng): Don't change KT_DEFAULT without first updating 121 enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_RSA }; 138 explicit KeyParams(KeyType key_type = KT_DEFAULT);
|
sslstreamadapter_unittest.cc | 228 rtc::KeyParams client_key_type = rtc::KeyParams(rtc::KT_DEFAULT), 229 rtc::KeyParams server_key_type = rtc::KeyParams(rtc::KT_DEFAULT)) 299 client_params.key_params = rtc::KeyParams(rtc::KT_DEFAULT); 306 server_params.key_params = rtc::KeyParams(rtc::KT_DEFAULT); [all...] |
/external/webrtc/talk/app/webrtc/ |
peerconnection_unittest.cc | [all...] |
webrtcsessiondescriptionfactory.cc | 196 rtc::KeyType key_type = rtc::KT_DEFAULT;
|
webrtcsession_unittest.cc | 720 rtc::SSLIdentity::Generate(identity_name, rtc::KT_DEFAULT)))); [all...] |
/external/webrtc/talk/session/media/ |
channel_unittest.cc | 180 rtc::SSLIdentity::Generate("session1", rtc::KT_DEFAULT)))); 186 rtc::SSLIdentity::Generate("session2", rtc::KT_DEFAULT)))); [all...] |