Searched refs:GetDEREncoded (Results 1 – 7 of 7) sorted by relevance
326 bool GetDEREncoded(std::string* encoded);
530 EXPECT_TRUE(cert->GetDEREncoded(&derBytes)); in TEST()963 TEST(X509CertificateTest, GetDEREncoded) { in TEST() argument971 EXPECT_TRUE(cert->GetDEREncoded(&der_cert)); in TEST()
495 bool X509Certificate::GetDEREncoded(std::string* encoded) { in GetDEREncoded() function in net::X509Certificate
889 bool X509Certificate::GetDEREncoded(std::string* encoded) { in GetDEREncoded() function in net::X509Certificate
894 bool X509Certificate::GetDEREncoded(std::string* encoded) { in GetDEREncoded() function in net::X509Certificate
1024 bool X509Certificate::GetDEREncoded(std::string* encoded) { in GetDEREncoded() function in net::X509Certificate
284 if (!cert_->GetDEREncoded(&der_string)) in InitializeSSLOptions()