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

/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecTrustServer.c1012 CFIndex sourceIX = SecCertificatePathGetNextSourceIndex(partial); local
1014 if (sourceIX < num_anchor_sources + builder->nextParentSource) {
1016 if (sourceIX < num_anchor_sources) {
1018 CFArrayGetValueAtIndex(builder->anchorSources, sourceIX);
1019 secdebug("trust", "searching anchor source %" PRIdCFIndex "/%" PRIdCFIndex, sourceIX + 1,
1022 CFIndex parentIX = sourceIX - num_anchor_sources;
1028 SecCertificatePathSetNextSourceIndex(partial, sourceIX + 1);

Completed in 98 milliseconds