OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cert_from_pickle
(Results
1 - 2
of
2
) 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
...]
/external/chromium_org/net/cert/
x509_certificate_unittest.cc
529
scoped_refptr<X509Certificate>
cert_from_pickle
=
local
532
ASSERT_NE(static_cast<X509Certificate*>(NULL),
cert_from_pickle
);
local
534
cert->os_cert_handle(),
cert_from_pickle
->os_cert_handle()));
538
cert_from_pickle
->GetIntermediateCertificates();
[
all
...]
Completed in 140 milliseconds