OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cert_from_pickle
(Results
1 - 1
of
1
) sorted by null
/external/chromium/net/base/
x509_certificate_unittest.cc
698
scoped_refptr<X509Certificate>
cert_from_pickle
=
local
701
ASSERT_NE(static_cast<X509Certificate*>(NULL),
cert_from_pickle
);
local
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()));
[
all
...]
Completed in 169 milliseconds