Home
last modified time | relevance | path

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

/external/chromium/net/base/
Dtest_root_certs_mac.cc118 base::mac::ScopedCFTypeRef<CFMutableArrayRef> scoped_roots( in FixupSecTrustRef() local
121 DCHECK(scoped_roots.get()); in FixupSecTrustRef()
123 CFArrayAppendArray(scoped_roots, temporary_roots_, in FixupSecTrustRef()
125 return SecTrustSetAnchorCertificates(trust_ref, scoped_roots); in FixupSecTrustRef()