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

/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecPolicyServer.h65 void SecPVCInit(SecPVCRef pvc, SecPathBuilderRef builder, CFArrayRef policies,
67 void SecPVCDelete(SecPVCRef pvc);
68 void SecPVCSetPath(SecPVCRef pvc, SecCertificatePathRef path,
74 bool SecPVCIsCertificateAtIndexSelfSigned(SecPVCRef pvc, CFIndex ix);
75 bool SecPVCIsAnchored(SecPVCRef pvc);
82 bool SecPVCSetResultForced(SecPVCRef pvc,
86 void SecPVCSetCheckRevocation(SecPVCRef pvc);
88 /* Run static leaf checks on the path in pvc. */
89 bool SecPVCLeafChecks(SecPVCRef pvc);
91 /* Run static parent checks on the path in pvc
[all...]
H A DSecPolicyServer.c268 static void SecPolicyCheckCriticalExtensions(SecPVCRef pvc, argument
272 static void SecPolicyCheckIdLinkage(SecPVCRef pvc, argument
274 CFIndex ix, count = SecPVCGetCertificateCount(pvc);
277 SecCertificateRef cert = SecPVCGetCertificateAtIndex(pvc, ix);
288 if (!SecPVCSetResult(pvc, key, ix, kCFBooleanFalse))
308 static void SecPolicyCheckKeyUsage(SecPVCRef pvc, argument
310 SecCertificateRef leaf = SecPVCGetCertificateAtIndex(pvc, 0);
313 SecPolicyRef policy = SecPVCGetPolicy(pvc);
328 SecPVCSetResult(pvc, key, 0, kCFBooleanFalse);
350 static void SecPolicyCheckExtendedKeyUsage(SecPVCRef pvc, CFStringRe argument
437 SecPolicyCheckBasicContraints(SecPVCRef pvc, CFStringRef key) argument
442 SecPolicyCheckNonEmptySubject(SecPVCRef pvc, CFStringRef key) argument
467 SecPolicyCheckQualifiedCertStatements(SecPVCRef pvc, CFStringRef key) argument
644 SecPolicyCheckDomain(SecPVCRef pvc, CFStringRef hostname) argument
678 SecPolicyCheckSSLHostname(SecPVCRef pvc, CFStringRef key) argument
753 SecPolicyCheckEmail(SecPVCRef pvc, CFStringRef key) argument
783 SecPolicyCheckValidIntermediates(SecPVCRef pvc, CFStringRef key) argument
797 SecPolicyCheckValidLeaf(SecPVCRef pvc, CFStringRef key) argument
808 SecPolicyCheckValidRoot(SecPVCRef pvc, CFStringRef key) argument
825 SecPolicyCheckIssuerCommonName(SecPVCRef pvc, CFStringRef key) argument
856 SecPolicyCheckSubjectCommonName(SecPVCRef pvc, CFStringRef key) argument
880 SecPolicyCheckSubjectCommonNamePrefix(SecPVCRef pvc, CFStringRef key) argument
904 SecPolicyCheckSubjectCommonNameTEST(SecPVCRef pvc, CFStringRef key) argument
935 SecPolicyCheckNotValidBefore(SecPVCRef pvc, CFStringRef key) argument
957 SecPolicyCheckChainLength(SecPVCRef pvc, CFStringRef key) argument
981 SecPolicyCheckAnchorSHA1(SecPVCRef pvc, CFStringRef key) argument
1012 SecPolicyCheckSubjectOrganization(SecPVCRef pvc, CFStringRef key) argument
1032 SecPolicyCheckSubjectOrganizationalUnit(SecPVCRef pvc, CFStringRef key) argument
1056 SecPolicyCheckEAPTrustedServerNames(SecPVCRef pvc, CFStringRef key) argument
1141 SecPolicyCheckBlackListedLeaf(SecPVCRef pvc, CFStringRef key) argument
1200 SecPolicyCheckGrayListedLeaf(SecPVCRef pvc, CFStringRef key) argument
1226 SecPolicyCheckLeafMarkerOid(SecPVCRef pvc, CFStringRef key) argument
1238 SecPolicyCheckIntermediateMarkerOid(SecPVCRef pvc, CFStringRef key) argument
1390 SecPolicyCheckBasicCertificateProcessing(SecPVCRef pvc, CFStringRef key) argument
1709 SecPolicyCheckEV(SecPVCRef pvc, CFStringRef key) argument
1782 SecPolicyCheckCertificatePolicyOid(SecPVCRef pvc, CFStringRef key) argument
1810 SecPolicyCheckRevocation(SecPVCRef pvc, CFStringRef key) argument
1815 SecPolicyCheckNoNetworkAccess(SecPVCRef pvc, CFStringRef key) argument
1832 SecPVCRef pvc; member in struct:OpaqueSecRVC
2018 SecPVCRef pvc = rvc->pvc; local
2092 SecRVCInit(SecRVCRef rvc, SecPVCRef pvc, CFIndex certIX) argument
2107 SecPVCCheckRevocation(SecPVCRef pvc) argument
2399 SecPVCInit(SecPVCRef pvc, SecPathBuilderRef builder, CFArrayRef policies, CFAbsoluteTime verifyTime) argument
2423 SecPVCDeleteRVCs(SecPVCRef pvc) argument
2431 SecPVCDelete(SecPVCRef pvc) argument
2442 SecPVCSetPath(SecPVCRef pvc, SecCertificatePathRef path, CF_CONSUMED CFArrayRef details) argument
2459 SecPVCGetPolicy(SecPVCRef pvc) argument
2463 SecPVCGetCertificateCount(SecPVCRef pvc) argument
2467 SecPVCGetCertificateAtIndex(SecPVCRef pvc, CFIndex ix) argument
2471 SecPVCIsCertificateAtIndexSelfSigned(SecPVCRef pvc, CFIndex ix) argument
2475 SecPVCSetCheckRevocation(SecPVCRef pvc) argument
2480 SecPVCIsAnchored(SecPVCRef pvc) argument
2484 SecPVCGetVerifyTime(SecPVCRef pvc) argument
2492 SecPVCSetResultForced(SecPVCRef pvc, CFStringRef key, CFIndex ix, CFTypeRef result, bool force) argument
2528 SecPVCSetResult(SecPVCRef pvc, CFStringRef key, CFIndex ix, CFTypeRef result) argument
2539 SecPVCRef pvc = (SecPVCRef)context; local
2580 SecPVCLeafChecks(SecPVCRef pvc) argument
2597 SecPVCParentCertificateChecks(SecPVCRef pvc, CFIndex ix) argument
2640 SecPVCBlackListedKeyChecks(SecPVCRef pvc, CFIndex ix) argument
2673 SecPVCGrayListedKeyChecks(SecPVCRef pvc, CFIndex ix) argument
2710 SecPVCPathChecks(SecPVCRef pvc) argument
2762 SecPVCGetEarliestNextUpdate(SecPVCRef pvc) argument
[all...]
H A DSecTrustServer.c664 SecPVCRef pvc = &builder->path; local
665 SecPVCSetPath(pvc, path, builder->leafDetails);
666 builder->considerRejected = !SecPVCLeafChecks(pvc);
823 SecPVCRef pvc = &builder->path; local
824 SecPVCSetPath(pvc, path, NULL);
826 if (!builder->considerRejected && !SecPVCParentCertificateChecks(pvc,
827 SecPVCGetCertificateCount(pvc) - 1)) {
1041 SecPVCRef pvc = &builder->path; local
1045 if (builder->bestPathIsEV && !pvc->is_ev) {
1057 if (pvc
1099 SecPVCRef pvc = &builder->path; local
1120 SecPVCRef pvc = &builder->path; local
1132 SecPVCRef pvc = &builder->path; local
1144 SecPVCRef pvc = &builder->path; local
1186 SecPVCRef pvc = &builder->path; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_client/
H A Dcssmclient.cpp203 CSSM_PVC_MODE pvc = CSSM_PVC_NONE; local
206 CSSM_KEY_HIERARCHY_NONE, &pvc, NULL)) {
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_client/lib/
H A Dcssmclient.cpp203 CSSM_PVC_MODE pvc = CSSM_PVC_NONE; local
206 CSSM_KEY_HIERARCHY_NONE, &pvc, NULL)) {

Completed in 194 milliseconds