Searched refs:GetPEMEncodedChain (Results 1 – 4 of 4) sorted by relevance
20 certificate->GetPEMEncodedChain(&encoded_chain); in NetLogX509CertificateCallback()
343 bool GetPEMEncodedChain(std::vector<std::string>* pem_encoded) const;
693 bool X509Certificate::GetPEMEncodedChain( in GetPEMEncodedChain() function in net::X509Certificate
47 if (!ssl_info.cert->GetPEMEncodedChain(&pem_encoded_chain)) { in BuildReport()