Searched refs:pem_strings (Results 1 – 3 of 3) sorted by relevance
76 FakeSSLIdentity::FakeSSLIdentity(const std::vector<std::string>& pem_strings) { in FakeSSLIdentity() argument78 certs.reserve(pem_strings.size()); in FakeSSLIdentity()79 for (const std::string& pem_string : pem_strings) { in FakeSSLIdentity()
57 explicit FakeSSLIdentity(const std::vector<std::string>& pem_strings);
96 pem_strings = []103 pem_strings.append(s[start_idx:end_idx])105 return pem_strings