Home | History | Annotate | Download | only in base

Lines Matching full:cert_from_pickle

698   scoped_refptr<X509Certificate> cert_from_pickle =
701 ASSERT_NE(static_cast<X509Certificate*>(NULL), cert_from_pickle);
702 EXPECT_NE(cert.get(), cert_from_pickle.get());
704 cert->os_cert_handle(), cert_from_pickle->os_cert_handle()));
706 cert_from_pickle->GetIntermediateCertificates()));