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

/external/chromium_org/net/cert/
H A Dcert_verify_proc_mac.cc183 CSSM_TP_APPLE_EVIDENCE_INFO* chain_info,
196 if ((chain_info[i].StatusBits & CSSM_CERT_STATUS_IS_IN_ANCHORS) ||
197 (chain_info[i].StatusBits & CSSM_CERT_STATUS_IS_ROOT)) {
347 // |verified_chain|, and |chain_info| with the verification results. On
361 CSSM_TP_APPLE_EVIDENCE_INFO** chain_info) {
438 *chain_info = tmp_chain_info;
487 CSSM_TP_APPLE_EVIDENCE_INFO** chain_info) {
514 verified_chain, chain_info);
553 CSSM_TP_APPLE_EVIDENCE_INFO* chain_info = NULL; local
557 &completed_chain, &chain_info);
182 GetCertChainInfo(CFArrayRef cert_chain, CSSM_TP_APPLE_EVIDENCE_INFO* chain_info, CertVerifyResult* verify_result) argument
355 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
480 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...]
/external/chromium/net/base/
H A Dx509_certificate_mac.cc887 CSSM_TP_APPLE_EVIDENCE_INFO* chain_info; local
889 &chain_info);
938 if (chain_info[index].StatusBits & CSSM_CERT_STATUS_EXPIRED ||
939 chain_info[index].StatusBits & CSSM_CERT_STATUS_NOT_VALID_YET)
942 status_code_index < chain_info[index].NumStatusCodes;
946 chain_info[index].StatusCodes[status_code_index]);

Completed in 49 milliseconds