Searched refs:pem_type (Results 1 – 2 of 2) sorted by relevance
168 bool SSLIdentity::PemToDer(const std::string& pem_type, in PemToDer() argument173 size_t header = pem_string.find("-----BEGIN " + pem_type + "-----"); in PemToDer()181 size_t trailer = pem_string.find("-----END " + pem_type + "-----"); in PemToDer()191 std::string SSLIdentity::DerToPem(const std::string& pem_type, in DerToPem() argument195 result << "-----BEGIN " << pem_type << "-----\n"; in DerToPem()208 result << "-----END " << pem_type << "-----\n"; in DerToPem()
148 static bool PemToDer(const std::string& pem_type,151 static std::string DerToPem(const std::string& pem_type,