Home | History | Annotate | Download | only in base

Lines Matching refs:completed_chain

886   CFArrayRef completed_chain = NULL;
888 status = SecTrustGetResult(trust_ref, &trust_result, &completed_chain,
892 ScopedCFTypeRef<CFArrayRef> scoped_completed_chain(completed_chain);
936 for (CFIndex index = 0, chain_count = CFArrayGetCount(completed_chain);
1013 AppendPublicKeyHashes(completed_chain, &verify_result->public_key_hashes);
1014 verify_result->is_issued_by_known_root = IsIssuedByKnownRoot(completed_chain);