Home
last modified time | relevance | path

Searched refs:remote_cert (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/remoting/protocol/
Dssl_hmac_channel_authenticator.cc30 const std::string& remote_cert, in CreateForClient() argument
34 result->remote_cert_ = remote_cert; in CreateForClient()
Dssl_hmac_channel_authenticator.h48 const std::string& remote_cert,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dstatscollector_unittest.cc582 const rtc::FakeSSLCertificate& remote_cert, in TestCertificateReports() argument
602 remote_cert.GetReference()); in TestCertificateReports()
1038 rtc::FakeSSLCertificate remote_cert(DersToPems(remote_ders)); in TEST_F() local
1040 TestCertificateReports(local_cert, local_ders, remote_cert, remote_ders); in TEST_F()
1052 rtc::FakeSSLCertificate remote_cert(DerToPem(remote_der)); in TEST_F() local
1055 remote_cert, std::vector<std::string>(1, remote_der)); in TEST_F()
1165 rtc::FakeSSLCertificate remote_cert(DerToPem(remote_der)); in TEST_F() local
1166 remote_cert.set_digest_algorithm("foobar"); in TEST_F()
1169 remote_cert, std::vector<std::string>()); in TEST_F()