Home
last modified time | relevance | path

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

/external/webrtc/p2p/base/
Ddtls_transport_unittest.cc151 rtc::SSLStreamAdapter::IsAcceptableCipher(cipher, rtc::KT_DEFAULT)); in CheckSsl()
419 PrepareDtls(rtc::KT_DEFAULT); in TEST_F()
429 PrepareDtls(rtc::KT_DEFAULT); in TEST_F()
450 PrepareDtls(rtc::KT_DEFAULT); in TEST_P()
467 PrepareDtls(rtc::KT_DEFAULT); in TEST_F()
475 PrepareDtls(rtc::KT_DEFAULT); in TEST_F()
483 PrepareDtls(rtc::KT_DEFAULT); in TEST_F()
491 PrepareDtls(rtc::KT_DEFAULT); in TEST_F()
499 PrepareDtls(rtc::KT_DEFAULT); in TEST_F()
513 PrepareDtls(rtc::KT_DEFAULT); in TEST_F()
[all …]
/external/webrtc/rtc_base/
Dssl_identity.h32 enum KeyType { KT_RSA, KT_ECDSA, KT_LAST, KT_DEFAULT = KT_ECDSA }; enumerator
56 explicit KeyParams(KeyType key_type = KT_DEFAULT);
Dssl_stream_adapter_unittest.cc294 rtc::KeyParams client_key_type = rtc::KeyParams(rtc::KT_DEFAULT), in SSLStreamAdapterTestBase()
295 rtc::KeyParams server_key_type = rtc::KeyParams(rtc::KT_DEFAULT)) in SSLStreamAdapterTestBase()
368 client_params.key_params = rtc::KeyParams(rtc::KT_DEFAULT); in ResetIdentitiesWithValidity()
375 server_params.key_params = rtc::KeyParams(rtc::KT_DEFAULT); in ResetIdentitiesWithValidity()
/external/webrtc/pc/
Ddtls_transport_unittest.cc74 rtc::SSLIdentity::Create("session1", rtc::KT_DEFAULT)); in CompleteDtlsHandshake()
77 rtc::SSLIdentity::Create("session1", rtc::KT_DEFAULT)); in CompleteDtlsHandshake()
Djsep_transport_unittest.cc227 rtc::SSLIdentity::Create("local", rtc::KT_DEFAULT)); in TEST_P()
230 rtc::SSLIdentity::Create("remote", rtc::KT_DEFAULT)); in TEST_P()
278 rtc::SSLIdentity::Create("local", rtc::KT_DEFAULT)); in TEST_P()
281 rtc::SSLIdentity::Create("remote", rtc::KT_DEFAULT)); in TEST_P()
1054 rtc::SSLIdentity::Create("session1", rtc::KT_DEFAULT)); in CreateJsepTransportPair()
1057 rtc::SSLIdentity::Create("session1", rtc::KT_DEFAULT)); in CreateJsepTransportPair()
Ddtls_srtp_transport_unittest.cc101 rtc::SSLIdentity::Create("session1", rtc::KT_DEFAULT)); in CompleteDtlsHandshake()
104 rtc::SSLIdentity::Create("session1", rtc::KT_DEFAULT)); in CompleteDtlsHandshake()
Djsep_transport_controller_unittest.cc534 rtc::SSLIdentity::Create("session1", rtc::KT_DEFAULT)); in TEST_F()
559 rtc::SSLIdentity::Create("session2", rtc::KT_DEFAULT)); in TEST_F()
588 rtc::SSLIdentity::Create("offer", rtc::KT_DEFAULT)); in TEST_F()
590 rtc::SSLIdentity::Create("answer", rtc::KT_DEFAULT)); in TEST_F()
Dchannel_unittest.cc182 rtc::SSLIdentity::Create("session1", rtc::KT_DEFAULT)); in CreateChannels()
211 rtc::SSLIdentity::Create("session2", rtc::KT_DEFAULT)); in CreateChannels()
Dpeer_connection_integrationtest.cc3276 caller()->OldGetStats()->DtlsCipher(), rtc::KT_DEFAULT), in TEST_P()
3298 caller()->OldGetStats()->DtlsCipher(), rtc::KT_DEFAULT), in TEST_P()
/external/webrtc/pc/test/
Dfake_rtc_certificate_generator.h168 switch (rtc::KT_DEFAULT) { in GenerateCertificate()
/external/webrtc/test/peer_scenario/
Dscenario_connection.cc88 rtc::SSLIdentity::Create("", ::rtc::KT_DEFAULT))),
/external/webrtc/sdk/android/src/jni/pc/
Dpeer_connection_factory.cc456 if (key_type != rtc::KT_DEFAULT) { in JNI_PeerConnectionFactory_CreatePeerConnection()
/external/webrtc/sdk/objc/api/peerconnection/
DRTCConfiguration.mm224 if (keyType != rtc::KT_DEFAULT) {