• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/Security-55471.14.18/sec/securityd/

Lines Matching refs:anchors

361 	CFArrayRef anchors = NULL;
366 It does not matter since we would be returning the wrong anchors */
371 anchors = subject_to_anchors(nic);
372 require_quiet(anchors, errOut);
373 parents = CopyCertsFromIndices(anchors);
389 CFArrayRef anchors = NULL;
395 It does not matter since we would be returning the wrong anchors */
400 anchors = subject_to_anchors(nic);
401 require_quiet(anchors, errOut);
402 cert_datas = CopyCertDataFromIndices(anchors);
653 /* IDEA: policies could be made cabable of replacing incoming anchors and
671 CFArrayRef certificates, CFArrayRef anchors, bool anchorsOnly,
702 if (anchors)
703 builder->anchorSource = SecMemoryCertificateSourceCreate(anchors);
748 CFArrayRef anchors, bool anchorsOnly, CFArrayRef policies,
752 SecPathBuilderInit(builder, certificates, anchors, anchorsOnly,
866 (is_anchor ? "anchors" : "parents"));
1298 SecTrustServerEvaluateBlock(CFArrayRef certificates, CFArrayRef anchors, bool anchorsOnly, CFArrayRef policies, CFAbsoluteTime verifyTime, __unused CFArrayRef accessGroups, void (^evaluated)(SecTrustResultType tr, CFArrayRef details, CFDictionaryRef info, SecCertificatePathRef chain, CFErrorRef error)) {
1301 SecPathBuilderRef builder = SecPathBuilderCreate(certificates, anchors,
1310 SecTrustResultType SecTrustServerEvaluate(CFArrayRef certificates, CFArrayRef anchors, bool anchorsOnly, CFArrayRef policies, CFAbsoluteTime verifyTime, __unused CFArrayRef accessGroups, CFArrayRef *pdetails, CFDictionaryRef *pinfo, SecCertificatePathRef *pchain, CFErrorRef *perror) {
1313 SecTrustServerEvaluateBlock(certificates, anchors, anchorsOnly, policies, verifyTime, accessGroups, ^(SecTrustResultType tr, CFArrayRef details, CFDictionaryRef info, SecCertificatePathRef chain, CFErrorRef error) {