Searched refs:remote_cert (Results 1 – 3 of 3) sorted by relevance
30 const std::string& remote_cert, in CreateForClient() argument34 result->remote_cert_ = remote_cert; in CreateForClient()
48 const std::string& remote_cert,
582 const rtc::FakeSSLCertificate& remote_cert, in TestCertificateReports() argument602 remote_cert.GetReference()); in TestCertificateReports()1038 rtc::FakeSSLCertificate remote_cert(DersToPems(remote_ders)); in TEST_F() local1040 TestCertificateReports(local_cert, local_ders, remote_cert, remote_ders); in TEST_F()1052 rtc::FakeSSLCertificate remote_cert(DerToPem(remote_der)); in TEST_F() local1055 remote_cert, std::vector<std::string>(1, remote_der)); in TEST_F()1165 rtc::FakeSSLCertificate remote_cert(DerToPem(remote_der)); in TEST_F() local1166 remote_cert.set_digest_algorithm("foobar"); in TEST_F()1169 remote_cert, std::vector<std::string>()); in TEST_F()