Home
last modified time | relevance | path

Searched refs:system_roots (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/base/
Dtest_root_certs_mac.cc112 CFArrayRef system_roots = NULL; in FixupSecTrustRef() local
113 status = SecTrustCopyAnchorCertificates(&system_roots); in FixupSecTrustRef()
117 base::mac::ScopedCFTypeRef<CFArrayRef> scoped_system_roots(system_roots); in FixupSecTrustRef()