Home | History | Annotate | Download | only in base

Lines Matching full:trust

294 // a bitwise-OR of VerifyFlags that can further alter how trust is
371 // This function calls SecTrust but doesn't actually pay attention to the trust
372 // result: it shouldn't be used to determine trust, just to traverse the chain.
393 ScopedCFTypeRef<SecTrustRef> trust(trust_ref);
395 // Evaluate trust, which creates the cert chain.
398 result = SecTrustEvaluate(trust, &status);
401 return SecTrustGetResult(trust, &status, out_cert_chain, &status_chain);
901 // the user has not explicitly set a trust setting)