HomeSort by relevance Sort by last modified time
    Searched defs:TestRootCerts (Results 1 - 13 of 13) sorted by null

  /external/chromium/net/base/
test_root_certs.h 29 // TestRootCerts is a helper class for unit tests that is used to
32 class TestRootCerts {
35 static TestRootCerts* GetInstance();
74 friend struct base::DefaultLazyInstanceTraits<TestRootCerts>;
76 TestRootCerts();
77 ~TestRootCerts();
98 DISALLOW_COPY_AND_ASSIGN(TestRootCerts);
test_root_certs.cc 20 base::LazyInstance<TestRootCerts,
21 base::LeakyLazyInstanceTraits<TestRootCerts> >
38 TestRootCerts* TestRootCerts::GetInstance() {
42 bool TestRootCerts::HasInstance() {
46 bool TestRootCerts::AddFromFile(const FilePath& file) {
54 TestRootCerts::TestRootCerts() {
test_root_certs_openssl.cc 17 bool TestRootCerts::Add(X509Certificate* certificate) {
33 void TestRootCerts::Clear() {
41 bool TestRootCerts::IsEmpty() const {
45 TestRootCerts::~TestRootCerts() {}
47 void TestRootCerts::Init() {
test_root_certs_mac.cc 58 bool TestRootCerts::Add(X509Certificate* certificate) {
67 void TestRootCerts::Clear() {
71 bool TestRootCerts::IsEmpty() const {
75 OSStatus TestRootCerts::FixupSecTrustRef(SecTrustRef trust_ref) const {
128 TestRootCerts::~TestRootCerts() {}
130 void TestRootCerts::Init() {
test_root_certs_nss.cc 18 // TestRootCerts.
19 class TestRootCerts::TrustEntry {
40 TestRootCerts::TrustEntry::TrustEntry(CERTCertificate* certificate,
46 TestRootCerts::TrustEntry::~TrustEntry() {
50 bool TestRootCerts::Add(X509Certificate* certificate) {
87 void TestRootCerts::Clear() {
107 bool TestRootCerts::IsEmpty() const {
111 TestRootCerts::~TestRootCerts() {
115 void TestRootCerts::Init()
    [all...]
test_root_certs_win.cc 118 if (!ok || TestRootCerts::GetInstance()->IsEmpty() ||
136 memory_store, TestRootCerts::GetInstance()->temporary_roots(), 0, 0);
141 bool TestRootCerts::Add(X509Certificate* certificate) {
159 void TestRootCerts::Clear() {
167 bool TestRootCerts::IsEmpty() const {
171 HCERTCHAINENGINE TestRootCerts::GetChainEngine() const {
194 TestRootCerts::~TestRootCerts() {
198 void TestRootCerts::Init() {
  /external/chromium_org/net/cert/
test_root_certs_android.cc 14 bool TestRootCerts::Add(X509Certificate* certificate) {
25 void TestRootCerts::Clear() {
33 bool TestRootCerts::IsEmpty() const {
37 TestRootCerts::~TestRootCerts() {}
39 void TestRootCerts::Init() {
test_root_certs_openssl.cc 17 bool TestRootCerts::Add(X509Certificate* certificate) {
33 void TestRootCerts::Clear() {
41 bool TestRootCerts::IsEmpty() const {
45 TestRootCerts::~TestRootCerts() {}
47 void TestRootCerts::Init() {
test_root_certs.cc 20 base::LazyInstance<TestRootCerts>::Leaky
37 TestRootCerts* TestRootCerts::GetInstance() {
41 bool TestRootCerts::HasInstance() {
45 bool TestRootCerts::AddFromFile(const base::FilePath& file) {
53 TestRootCerts::TestRootCerts() {
70 TestRootCerts::GetInstance()->Clear();
72 TestRootCerts::GetInstance()->Add(cert);
test_root_certs.h 32 // TestRootCerts is a helper class for unit tests that is used to
35 class NET_EXPORT_PRIVATE TestRootCerts {
38 static TestRootCerts* GetInstance();
68 // be trusted. By default, this is true, indicating that the TestRootCerts
83 friend struct base::DefaultLazyInstanceTraits<TestRootCerts>;
85 TestRootCerts();
86 ~TestRootCerts();
108 DISALLOW_COPY_AND_ASSIGN(TestRootCerts);
115 // Creates a ScopedTestRoot that will adds|cert| to the TestRootCerts store.
122 // a cert being passed at construction), the existing TestRootCerts store i
    [all...]
test_root_certs_mac.cc 51 bool TestRootCerts::Add(X509Certificate* certificate) {
60 void TestRootCerts::Clear() {
64 bool TestRootCerts::IsEmpty() const {
68 OSStatus TestRootCerts::FixupSecTrustRef(SecTrustRef trust_ref) const {
105 void TestRootCerts::SetAllowSystemTrust(bool allow_system_trust) {
109 TestRootCerts::~TestRootCerts() {}
111 void TestRootCerts::Init() {
test_root_certs_nss.cc 22 // TestRootCerts.
23 class TestRootCerts::TrustEntry {
44 TestRootCerts::TrustEntry::TrustEntry(CERTCertificate* certificate,
50 TestRootCerts::TrustEntry::~TrustEntry() {
54 bool TestRootCerts::Add(X509Certificate* certificate) {
93 void TestRootCerts::Clear() {
113 bool TestRootCerts::IsEmpty() const {
117 TestRootCerts::~TestRootCerts() {
121 void TestRootCerts::Init()
    [all...]
test_root_certs_win.cc 119 if (!ok || TestRootCerts::GetInstance()->IsEmpty() ||
137 memory_store, TestRootCerts::GetInstance()->temporary_roots(), 0, 0);
142 bool TestRootCerts::Add(X509Certificate* certificate) {
160 void TestRootCerts::Clear() {
168 bool TestRootCerts::IsEmpty() const {
172 HCERTCHAINENGINE TestRootCerts::GetChainEngine() const {
201 TestRootCerts::~TestRootCerts() {
205 void TestRootCerts::Init() {

Completed in 893 milliseconds