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

/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/secTrustTime/
H A DsecTrustTime.cpp153 CSSM_APPLE_TP_ACTION_DATA tpAction; local
154 tpAction.Version = CSSM_APPLE_TP_ACTION_VERSION;
156 tpAction.ActionFlags = CSSM_TP_ACTION_TRUST_SETTINGS;
159 tpAction.ActionFlags = 0;
164 vfyCtx.ActionData.Data = (uint8 *)&tpAction;
165 vfyCtx.ActionData.Length = sizeof(tpAction);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/vfyCertChain/
H A DvfyCertChain.cpp91 CSSM_APPLE_TP_ACTION_DATA tpAction; local
163 tpAction.Version = CSSM_APPLE_TP_ACTION_VERSION;
164 tpAction.ActionFlags = 0;
166 tpAction.ActionFlags |= CSSM_TP_ACTION_ALLOW_EXPIRED;
169 tpAction.ActionFlags |= CSSM_TP_ACTION_ALLOW_EXPIRED_ROOT;
171 actionData.Data = (uint8 *)&tpAction;
172 actionData.Length = sizeof(tpAction);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DcertVerify.cpp476 CSSM_APPLE_TP_ACTION_DATA tpAction; local
477 tpAction.Version = CSSM_APPLE_TP_ACTION_VERSION;
478 tpAction.ActionFlags = 0;
480 tpAction.ActionFlags |= CSSM_TP_ACTION_LEAF_IS_CA;
483 tpAction.ActionFlags |= CSSM_TP_ACTION_FETCH_CERT_FROM_NET;
486 tpAction.ActionFlags |= CSSM_TP_ACTION_ALLOW_EXPIRED_ROOT;
489 tpAction.ActionFlags |= CSSM_TP_ACTION_REQUIRE_REV_PER_CERT;
492 tpAction.ActionFlags |= CSSM_TP_ACTION_TRUST_SETTINGS;
495 tpAction.ActionFlags |= CSSM_TP_ACTION_IMPLICIT_ANCHORS;
499 vfyCtx.ActionData.Data = (uint8 *)&tpAction;
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuCdsaUtils.cpp733 CSSM_APPLE_TP_ACTION_DATA tpAction; local
736 tpAction.Version = CSSM_APPLE_TP_ACTION_VERSION;
737 tpAction.ActionFlags = CSSM_TP_ACTION_TRUST_SETTINGS;
738 vfyCtx.ActionData.Data = (uint8 *)&tpAction;
739 vfyCtx.ActionData.Length = sizeof(tpAction);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuCdsaUtils.cpp733 CSSM_APPLE_TP_ACTION_DATA tpAction; local
736 tpAction.Version = CSSM_APPLE_TP_ACTION_VERSION;
737 tpAction.ActionFlags = CSSM_TP_ACTION_TRUST_SETTINGS;
738 vfyCtx.ActionData.Data = (uint8 *)&tpAction;
739 vfyCtx.ActionData.Length = sizeof(tpAction);

Completed in 84 milliseconds