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

/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecTrustedApplication.h62 @param appRef A trusted application reference to retrieve data from
66 OSStatus SecTrustedApplicationCopyData(SecTrustedApplicationRef appRef, CFDataRef *data);
71 @param appRef A trusted application reference.
75 OSStatus SecTrustedApplicationSetData(SecTrustedApplicationRef appRef, CFDataRef data);
H A DSecTrustedApplicationPriv.h42 * Determine whether the application at path satisfies the trust expressed in appRef.
45 SecTrustedApplicationValidateWithPath(SecTrustedApplicationRef appRef, const char *path);
70 @param appRef A trusted application reference to retrieve data from
71 @param requirement Receives the SecRequirementRef contained in appRef, if any.
72 If no Code Signing requirement is contained in appRef, *requirement is set
73 to NULL and the call succeeds. This can happen if appRef was created from
80 OSStatus SecTrustedApplicationCopyRequirement(SecTrustedApplicationRef appRef,
114 @param appRef A valid SecTrustedApplicationRef of any kind.
120 SecTrustedApplicationRef appRef,
130 @param appRef Upo
[all...]
H A DSecTrustedApplication.cpp52 SecTrustedApplicationCreateFromPath(const char *path, SecTrustedApplicationRef *appRef) argument
57 Required(appRef) = app->handle();
61 OSStatus SecTrustedApplicationCopyData(SecTrustedApplicationRef appRef, argument
65 const char *path = TrustedApplication::required(appRef)->path();
70 OSStatus SecTrustedApplicationSetData(SecTrustedApplicationRef appRef, argument
76 TrustedApplication::required(appRef)->data(dataRef);
82 SecTrustedApplicationValidateWithPath(SecTrustedApplicationRef appRef, const char *path) argument
85 TrustedApplication &app = *TrustedApplication::required(appRef);
96 SecTrustedApplicationRef appRef,
100 TrustedApplication &app = *TrustedApplication::required(appRef);
95 SecTrustedApplicationCopyExternalRepresentation( SecTrustedApplicationRef appRef, CFDataRef *externalRef) argument
105 SecTrustedApplicationCreateWithExternalRepresentation( CFDataRef externalRef, SecTrustedApplicationRef *appRef) argument
131 SecTrustedApplicationRemoveEquivalence(SecTrustedApplicationRef appRef, UInt32 flags) argument
193 SecTrustedApplicationCreateFromRequirement(const char *description, SecRequirementRef requirement, SecTrustedApplicationRef *appRef) argument
204 SecTrustedApplicationCopyRequirement(SecTrustedApplicationRef appRef, SecRequirementRef *requirement) argument
218 SecTrustedApplicationCreateApplicationGroup(const char *groupName, SecCertificateRef anchor, SecTrustedApplicationRef *appRef) argument
[all...]
H A DTrustSettings.cpp108 SecTrustedApplicationRef appRef; local
110 ortn = SecTrustedApplicationCreateWithExternalRepresentation(certApp, &appRef);
115 ortn = SecTrustedApplicationValidateWithPath(appRef, NULL);
923 SecTrustedApplicationRef appRef; local
924 OSStatus ortn = SecTrustedApplicationCreateWithExternalRepresentation(certApp, &appRef);
929 CFDictionaryAddValue(outTsDict, kSecTrustSettingsApplication, appRef);
930 CFRelease(appRef); // owned by dictionary
H A DSecItem.cpp2001 SecTrustedApplicationRef appRef)
2010 status = SecTrustedApplicationCopyData(appRef, &appDataRef);
1999 _AppNameFromSecTrustedApplication( CFAllocatorRef alloc, SecTrustedApplicationRef appRef) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecTrustedApplication.h62 @param appRef A trusted application reference to retrieve data from
66 OSStatus SecTrustedApplicationCopyData(SecTrustedApplicationRef appRef, CFDataRef *data);
71 @param appRef A trusted application reference.
75 OSStatus SecTrustedApplicationSetData(SecTrustedApplicationRef appRef, CFDataRef data);
H A DSecTrustedApplicationPriv.h42 * Determine whether the application at path satisfies the trust expressed in appRef.
45 SecTrustedApplicationValidateWithPath(SecTrustedApplicationRef appRef, const char *path);
70 @param appRef A trusted application reference to retrieve data from
71 @param requirement Receives the SecRequirementRef contained in appRef, if any.
72 If no Code Signing requirement is contained in appRef, *requirement is set
73 to NULL and the call succeeds. This can happen if appRef was created from
80 OSStatus SecTrustedApplicationCopyRequirement(SecTrustedApplicationRef appRef,
114 @param appRef A valid SecTrustedApplicationRef of any kind.
120 SecTrustedApplicationRef appRef,
130 @param appRef Upo
[all...]
H A DSecTrustedApplication.cpp52 SecTrustedApplicationCreateFromPath(const char *path, SecTrustedApplicationRef *appRef) argument
57 Required(appRef) = app->handle();
61 OSStatus SecTrustedApplicationCopyData(SecTrustedApplicationRef appRef, argument
65 const char *path = TrustedApplication::required(appRef)->path();
70 OSStatus SecTrustedApplicationSetData(SecTrustedApplicationRef appRef, argument
76 TrustedApplication::required(appRef)->data(dataRef);
82 SecTrustedApplicationValidateWithPath(SecTrustedApplicationRef appRef, const char *path) argument
85 TrustedApplication &app = *TrustedApplication::required(appRef);
96 SecTrustedApplicationRef appRef,
100 TrustedApplication &app = *TrustedApplication::required(appRef);
95 SecTrustedApplicationCopyExternalRepresentation( SecTrustedApplicationRef appRef, CFDataRef *externalRef) argument
105 SecTrustedApplicationCreateWithExternalRepresentation( CFDataRef externalRef, SecTrustedApplicationRef *appRef) argument
131 SecTrustedApplicationRemoveEquivalence(SecTrustedApplicationRef appRef, UInt32 flags) argument
193 SecTrustedApplicationCreateFromRequirement(const char *description, SecRequirementRef requirement, SecTrustedApplicationRef *appRef) argument
204 SecTrustedApplicationCopyRequirement(SecTrustedApplicationRef appRef, SecRequirementRef *requirement) argument
218 SecTrustedApplicationCreateApplicationGroup(const char *groupName, SecCertificateRef anchor, SecTrustedApplicationRef *appRef) argument
[all...]
H A DTrustSettings.cpp108 SecTrustedApplicationRef appRef; local
110 ortn = SecTrustedApplicationCreateWithExternalRepresentation(certApp, &appRef);
115 ortn = SecTrustedApplicationValidateWithPath(appRef, NULL);
923 SecTrustedApplicationRef appRef; local
924 OSStatus ortn = SecTrustedApplicationCreateWithExternalRepresentation(certApp, &appRef);
929 CFDictionaryAddValue(outTsDict, kSecTrustSettingsApplication, appRef);
930 CFRelease(appRef); // owned by dictionary
H A DSecItem.cpp2001 SecTrustedApplicationRef appRef)
2010 status = SecTrustedApplicationCopyData(appRef, &appDataRef);
1999 _AppNameFromSecTrustedApplication( CFAllocatorRef alloc, SecTrustedApplicationRef appRef) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecTrustedApplication.h62 @param appRef A trusted application reference to retrieve data from
66 OSStatus SecTrustedApplicationCopyData(SecTrustedApplicationRef appRef, CFDataRef *data);
71 @param appRef A trusted application reference.
75 OSStatus SecTrustedApplicationSetData(SecTrustedApplicationRef appRef, CFDataRef data);
H A DSecTrustedApplicationPriv.h42 * Determine whether the application at path satisfies the trust expressed in appRef.
45 SecTrustedApplicationValidateWithPath(SecTrustedApplicationRef appRef, const char *path);
70 @param appRef A trusted application reference to retrieve data from
71 @param requirement Receives the SecRequirementRef contained in appRef, if any.
72 If no Code Signing requirement is contained in appRef, *requirement is set
73 to NULL and the call succeeds. This can happen if appRef was created from
80 OSStatus SecTrustedApplicationCopyRequirement(SecTrustedApplicationRef appRef,
114 @param appRef A valid SecTrustedApplicationRef of any kind.
120 SecTrustedApplicationRef appRef,
130 @param appRef Upo
[all...]
H A DSecTrustedApplication.cpp52 SecTrustedApplicationCreateFromPath(const char *path, SecTrustedApplicationRef *appRef) argument
57 Required(appRef) = app->handle();
61 OSStatus SecTrustedApplicationCopyData(SecTrustedApplicationRef appRef, argument
65 const char *path = TrustedApplication::required(appRef)->path();
70 OSStatus SecTrustedApplicationSetData(SecTrustedApplicationRef appRef, argument
76 TrustedApplication::required(appRef)->data(dataRef);
82 SecTrustedApplicationValidateWithPath(SecTrustedApplicationRef appRef, const char *path) argument
85 TrustedApplication &app = *TrustedApplication::required(appRef);
96 SecTrustedApplicationRef appRef,
100 TrustedApplication &app = *TrustedApplication::required(appRef);
95 SecTrustedApplicationCopyExternalRepresentation( SecTrustedApplicationRef appRef, CFDataRef *externalRef) argument
105 SecTrustedApplicationCreateWithExternalRepresentation( CFDataRef externalRef, SecTrustedApplicationRef *appRef) argument
131 SecTrustedApplicationRemoveEquivalence(SecTrustedApplicationRef appRef, UInt32 flags) argument
193 SecTrustedApplicationCreateFromRequirement(const char *description, SecRequirementRef requirement, SecTrustedApplicationRef *appRef) argument
204 SecTrustedApplicationCopyRequirement(SecTrustedApplicationRef appRef, SecRequirementRef *requirement) argument
218 SecTrustedApplicationCreateApplicationGroup(const char *groupName, SecCertificateRef anchor, SecTrustedApplicationRef *appRef) argument
[all...]
H A DTrustSettings.cpp108 SecTrustedApplicationRef appRef; local
110 ortn = SecTrustedApplicationCreateWithExternalRepresentation(certApp, &appRef);
115 ortn = SecTrustedApplicationValidateWithPath(appRef, NULL);
923 SecTrustedApplicationRef appRef; local
924 OSStatus ortn = SecTrustedApplicationCreateWithExternalRepresentation(certApp, &appRef);
929 CFDictionaryAddValue(outTsDict, kSecTrustSettingsApplication, appRef);
930 CFRelease(appRef); // owned by dictionary
H A DSecItem.cpp2001 SecTrustedApplicationRef appRef)
2010 status = SecTrustedApplicationCopyData(appRef, &appDataRef);
1999 _AppNameFromSecTrustedApplication( CFAllocatorRef alloc, SecTrustedApplicationRef appRef) argument
/macosx-10.9.5/SecurityTool-55115/
H A Dtrusted_cert_utils.c339 SecTrustedApplicationRef appRef = NULL; local
345 ortn = SecTrustedApplicationCreateFromPath(appPath, &appRef);
350 return appRef;
H A Dtrusted_cert_add.c160 SecTrustedApplicationRef appRef; local
161 OSStatus ortn = SecTrustedApplicationCreateFromPath(appPath, &appRef);
166 CFDictionaryAddValue(*dict, kSecTrustSettingsApplication, appRef);
167 CFRelease(appRef);

Completed in 156 milliseconds