HomeSort by relevance Sort by last modified time
    Searched refs:temporary_roots_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/base/
test_root_certs_mac.cc 59 if (CFArrayContainsValue(temporary_roots_,
60 CFRangeMake(0, CFArrayGetCount(temporary_roots_)),
63 CFArrayAppendValue(temporary_roots_, certificate->os_cert_handle());
68 CFArrayRemoveAllValues(temporary_roots_);
72 return CFArrayGetCount(temporary_roots_) == 0;
97 status = SecTrustSetAnchorCertificates(trust_ref, temporary_roots_);
123 CFArrayAppendArray(scoped_roots, temporary_roots_,
124 CFRangeMake(0, CFArrayGetCount(temporary_roots_)));
131 temporary_roots_.reset(CFArrayCreateMutable(kCFAllocatorDefault, 0,
test_root_certs.h 57 CFArrayRef temporary_roots() const { return temporary_roots_; }
60 // certificates stored in |temporary_roots_|. If IsEmpty() is true, this
64 HCERTSTORE temporary_roots() const { return temporary_roots_; }
83 base::mac::ScopedCFTypeRef<CFMutableArrayRef> temporary_roots_; member in class:net::TestRootCerts
85 HCERTSTORE temporary_roots_; member in class:net::TestRootCerts
test_root_certs_win.cc 148 temporary_roots_, certificate->os_cert_handle(),
163 while (prev_cert = CertEnumCertificatesInStore(temporary_roots_, NULL))
177 // that changes to |temporary_roots_| are properly propagated and that the
195 CertCloseStore(temporary_roots_, 0);
200 temporary_roots_ = CertOpenStore(
203 DCHECK(temporary_roots_);

Completed in 41 milliseconds