Searched defs:chain_info (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/cert/
H A Dcert_verify_proc_mac.cc182 CSSM_TP_APPLE_EVIDENCE_INFO* chain_info,
195 if ((chain_info[i].StatusBits & CSSM_CERT_STATUS_IS_IN_ANCHORS) ||
196 (chain_info[i].StatusBits & CSSM_CERT_STATUS_IS_ROOT)) {
353 // |verified_chain|, and |chain_info| with the verification results. On
367 CSSM_TP_APPLE_EVIDENCE_INFO** chain_info) {
444 *chain_info = tmp_chain_info;
493 CSSM_TP_APPLE_EVIDENCE_INFO** chain_info) {
520 verified_chain, chain_info);
559 CSSM_TP_APPLE_EVIDENCE_INFO* chain_info = NULL; local
563 &completed_chain, &chain_info);
181 GetCertChainInfo(CFArrayRef cert_chain, CSSM_TP_APPLE_EVIDENCE_INFO* chain_info, CertVerifyResult* verify_result) argument
361 BuildAndEvaluateSecTrustRef(CFArrayRef cert_array, CFArrayRef trust_policies, int flags, ScopedCFTypeRef<SecTrustRef>* trust_ref, SecTrustResultType* trust_result, ScopedCFTypeRef<CFArrayRef>* verified_chain, CSSM_TP_APPLE_EVIDENCE_INFO** chain_info) argument
486 RetrySecTrustEvaluateWithAdjustedChain( CFArrayRef cert_array, CFArrayRef trust_policies, int flags, ScopedCFTypeRef<SecTrustRef>* trust_ref, SecTrustResultType* trust_result, ScopedCFTypeRef<CFArrayRef>* verified_chain, CSSM_TP_APPLE_EVIDENCE_INFO** chain_info) argument
[all...]

Completed in 83 milliseconds