Searched refs:remote_cert (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | dtlstransportchannel_unittest.cc | 120 const rtc::scoped_refptr<rtc::RTCCertificate>& remote_cert, in Negotiate() argument 137 if (remote_cert) { in Negotiate() 139 ASSERT_TRUE(remote_cert->ssl_certificate().GetSignatureDigestAlgorithm( in Negotiate() 143 digest_algorithm, remote_cert->identity())); in Negotiate() 163 (action == cricket::CA_ANSWER && !remote_cert) in Negotiate() 186 negotiated_dtls_ = (local_cert && remote_cert); in Negotiate()
|
/external/webrtc/talk/app/webrtc/ |
D | statscollector_unittest.cc | 676 const rtc::FakeSSLCertificate& remote_cert, in TestCertificateReports() argument 708 DoAll(SetArgPointee<1>(remote_cert.GetReference()), Return(true))); in TestCertificateReports() 1340 rtc::FakeSSLCertificate remote_cert(DersToPems(remote_ders)); in TEST_F() local 1342 TestCertificateReports(local_cert, local_ders, remote_cert, remote_ders); in TEST_F() 1354 rtc::FakeSSLCertificate remote_cert(DerToPem(remote_der)); in TEST_F() local 1357 remote_cert, std::vector<std::string>(1, remote_der)); in TEST_F() 1476 rtc::FakeSSLCertificate remote_cert(DerToPem(remote_der)); in TEST_F() local 1477 remote_cert.set_digest_algorithm("foobar"); in TEST_F() 1480 remote_cert, std::vector<std::string>()); in TEST_F()
|