Searched refs:local_ders (Results 1 – 1 of 1) sorted by relevance
675 const std::vector<std::string>& local_ders, in TestCertificateReports() argument726 if (local_ders.size() > 0) { in TestCertificateReports()729 CheckCertChainReports(reports, local_ders, id); in TestCertificateReports()1326 std::vector<std::string> local_ders(5); in TEST_F() local1327 local_ders[0] = "These"; in TEST_F()1328 local_ders[1] = "are"; in TEST_F()1329 local_ders[2] = "some"; in TEST_F()1330 local_ders[3] = "der"; in TEST_F()1331 local_ders[4] = "values"; in TEST_F()1332 rtc::FakeSSLCertificate local_cert(DersToPems(local_ders)); in TEST_F()[all …]