Home | History | Annotate | Download | only in base

Lines Matching refs:cert_chain

1175   CFArrayRef cert_chain = NULL;
1177 result = CopyCertChain(os_cert_handle(), &cert_chain);
1180 ScopedCFTypeRef<CFArrayRef> scoped_cert_chain(cert_chain);
1183 int n = CFArrayGetCount(cert_chain);
1186 const_cast<void*>(CFArrayGetValueAtIndex(cert_chain, i)));
1305 CFArrayRef cert_chain = NULL;
1306 result = CopyCertChain(cert_handle_, &cert_chain);
1307 ScopedCFTypeRef<CFArrayRef> scoped_cert_chain(cert_chain);
1314 if (cert_chain) {
1315 int chain_count = CFArrayGetCount(cert_chain);
1318 cert_chain,