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

/macosx-10.9.5/SecurityTool-55115/
H A Dverify_cert.c79 CSSM_APPLE_TP_ACTION_DATA actionData; local
250 memset(&actionData, 0, sizeof(actionData));
251 actionData.Version = CSSM_APPLE_TP_ACTION_VERSION;
252 actionData.ActionFlags = actionFlags;
253 cfActionData = CFDataCreate(NULL, (UInt8 *)&actionData, sizeof(actionData));
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A DAppleTPSession.cpp89 CSSM_APPLE_TP_ACTION_DATA *actionData = NULL; local
93 actionData =
95 if(actionData != NULL) {
96 switch(actionData->Version) {
108 actionFlags = actionData->ActionFlags;
H A DtpCertGroup.cpp554 const CSSM_APPLE_TP_ACTION_DATA * volatile actionData = NULL; local
583 actionData = (CSSM_APPLE_TP_ACTION_DATA * volatile)VerifyContext->ActionData.Data;
584 if(actionData != NULL) {
585 switch(actionData->Version) {
596 actionFlags = actionData->ActionFlags;
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcert.c237 CFDataRef actionData = NULL; local
263 actionData = CFDataCreateWithBytesNoCopy(kCFAllocatorDefault, (const UInt8 *)&localActionData, sizeof(localActionData), kCFAllocatorNull);
264 if (!actionData)
267 status = SecTrustSetParameters(trust, CSSM_TP_ACTION_DEFAULT, actionData);
298 if (actionData)
299 CFRelease(actionData);
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcert.c237 CFDataRef actionData = NULL; local
263 actionData = CFDataCreateWithBytesNoCopy(kCFAllocatorDefault, (const UInt8 *)&localActionData, sizeof(localActionData), kCFAllocatorNull);
264 if (!actionData)
267 status = SecTrustSetParameters(trust, CSSM_TP_ACTION_DEFAULT, actionData);
298 if (actionData)
299 CFRelease(actionData);
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dcssmtrust.h95 CssmData &actionData() { return CssmData::overlay(ActionData); }
96 const CssmData &actionData() const { return CssmData::overlay(ActionData); }
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dcssmtrust.h95 CssmData &actionData() { return CssmData::overlay(ActionData); }
96 const CssmData &actionData() const { return CssmData::overlay(ActionData); }
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DTrust.h75 void actionData(CFDataRef data) { mActionData = data; } function in class:Security::KeychainCore::Trust
H A DSecTrust.cpp97 CSSM_APPLE_TP_ACTION_DATA actionData = { local
103 (const UInt8 *)&actionData,
106 trust->actionData(actionDataRef);
114 CFDataRef actionData)
119 trust->actionData(actionData);
111 SecTrustSetParameters( SecTrustRef trustRef, CSSM_TP_ACTION action, CFDataRef actionData) argument
H A DTrust.cpp300 context.actionData() = cfData(mActionData);
301 actionDataP = (CSSM_APPLE_TP_ACTION_DATA *)context.actionData().data();
304 context.actionData() = localActionCData;
H A DSecTrust.h569 @param actionData A reference to data associated with this action.
578 CSSM_TP_ACTION action, CFDataRef actionData)
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DTrust.h75 void actionData(CFDataRef data) { mActionData = data; } function in class:Security::KeychainCore::Trust
H A DSecTrust.cpp97 CSSM_APPLE_TP_ACTION_DATA actionData = { local
103 (const UInt8 *)&actionData,
106 trust->actionData(actionDataRef);
114 CFDataRef actionData)
119 trust->actionData(actionData);
111 SecTrustSetParameters( SecTrustRef trustRef, CSSM_TP_ACTION action, CFDataRef actionData) argument
H A DTrust.cpp300 context.actionData() = cfData(mActionData);
301 actionDataP = (CSSM_APPLE_TP_ACTION_DATA *)context.actionData().data();
304 context.actionData() = localActionCData;
H A DSecTrust.h569 @param actionData A reference to data associated with this action.
578 CSSM_TP_ACTION action, CFDataRef actionData)
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DTrust.h75 void actionData(CFDataRef data) { mActionData = data; } function in class:Security::KeychainCore::Trust
H A DSecTrust.cpp97 CSSM_APPLE_TP_ACTION_DATA actionData = { local
103 (const UInt8 *)&actionData,
106 trust->actionData(actionDataRef);
114 CFDataRef actionData)
119 trust->actionData(actionData);
111 SecTrustSetParameters( SecTrustRef trustRef, CSSM_TP_ACTION action, CFDataRef actionData) argument
H A DTrust.cpp300 context.actionData() = cfData(mActionData);
301 actionDataP = (CSSM_APPLE_TP_ACTION_DATA *)context.actionData().data();
304 context.actionData() = localActionCData;
H A DSecTrust.h569 @param actionData A reference to data associated with this action.
578 CSSM_TP_ACTION action, CFDataRef actionData)
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A DStaticCode.cpp504 CSSM_APPLE_TP_ACTION_DATA actionData = { local
511 CSSM_TP_ACTION_DEFAULT, CFTempData(&actionData, sizeof(actionData))));
559 && !(actionData.ActionFlags & CSSM_TP_ACTION_ALLOW_EXPIRED)) {
561 actionData.ActionFlags |= CSSM_TP_ACTION_ALLOW_EXPIRED; // (this also allows postdated certs)
582 return actionData.ActionFlags & CSSM_TP_ACTION_ALLOW_EXPIRED;
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A DStaticCode.cpp504 CSSM_APPLE_TP_ACTION_DATA actionData = { local
511 CSSM_TP_ACTION_DEFAULT, CFTempData(&actionData, sizeof(actionData))));
559 && !(actionData.ActionFlags & CSSM_TP_ACTION_ALLOW_EXPIRED)) {
561 actionData.ActionFlags |= CSSM_TP_ACTION_ALLOW_EXPIRED; // (this also allows postdated certs)
582 return actionData.ActionFlags & CSSM_TP_ACTION_ALLOW_EXPIRED;
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecTrust.h566 @param actionData A reference to data associated with this action.
575 CSSM_TP_ACTION action, CFDataRef actionData)
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DappleCdsa.c1270 CFDataRef actionData = NULL; local
1386 actionData = CFDataCreate(NULL, (UInt8 *)&tpActionData, sizeof(tpActionData));
1389 actionData);
1537 if(actionData) {
1538 CFRelease(actionData);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DappleCdsa.c1270 CFDataRef actionData = NULL; local
1386 actionData = CFDataCreate(NULL, (UInt8 *)&tpActionData, sizeof(tpActionData));
1389 actionData);
1537 if(actionData) {
1538 CFRelease(actionData);
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DappleCdsa.c1270 CFDataRef actionData = NULL; local
1386 actionData = CFDataCreate(NULL, (UInt8 *)&tpActionData, sizeof(tpActionData));
1389 actionData);
1537 if(actionData) {
1538 CFRelease(actionData);

Completed in 172 milliseconds