Searched defs:pem_string (Results 1 – 6 of 6) sorted by relevance
22 FakeSSLCertificate::FakeSSLCertificate(const std::string& pem_string) in FakeSSLCertificate()73 FakeSSLIdentity::FakeSSLIdentity(const std::string& pem_string) in FakeSSLIdentity()79 for (const std::string& pem_string : pem_strings) { in FakeSSLIdentity() local
119 const std::string& pem_string) { in FromPEMString()
148 const std::string& pem_string) { in FromPEMString()
105 const std::string& pem_string) { in FromPrivateKeyPEMString()
169 const std::string& pem_string, in PemToDer()
79 def pem2der(pem_string): argument