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

  /external/chromium/net/base/
test_root_certs_mac.cc 112 CFArrayRef system_roots = NULL; local
113 status = SecTrustCopyAnchorCertificates(&system_roots);
117 base::mac::ScopedCFTypeRef<CFArrayRef> scoped_system_roots(system_roots);
  /external/chromium_org/net/cert/
test_root_certs_mac.cc 92 CFArrayRef system_roots = NULL; local
93 OSStatus status = SecTrustCopyAnchorCertificates(&system_roots);
97 base::ScopedCFTypeRef<CFArrayRef> scoped_system_roots(system_roots);

Completed in 97 milliseconds