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

/macosx-10.10/Security-57031.1.35/Security/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.cpp55 SecTrustedApplicationCreateFromPath(const char *path, SecTrustedApplicationRef *appRef) argument
60 Required(appRef) = app->handle();
64 OSStatus SecTrustedApplicationCopyData(SecTrustedApplicationRef appRef, argument
68 const char *path = TrustedApplication::required(appRef)->path();
73 OSStatus SecTrustedApplicationSetData(SecTrustedApplicationRef appRef, argument
79 TrustedApplication::required(appRef)->data(dataRef);
85 SecTrustedApplicationValidateWithPath(SecTrustedApplicationRef appRef, const char *path) argument
88 TrustedApplication &app = *TrustedApplication::required(appRef);
99 SecTrustedApplicationRef appRef,
103 TrustedApplication &app = *TrustedApplication::required(appRef);
98 SecTrustedApplicationCopyExternalRepresentation( SecTrustedApplicationRef appRef, CFDataRef *externalRef) argument
108 SecTrustedApplicationCreateWithExternalRepresentation( CFDataRef externalRef, SecTrustedApplicationRef *appRef) argument
134 SecTrustedApplicationRemoveEquivalence(SecTrustedApplicationRef appRef, UInt32 flags) argument
196 SecTrustedApplicationCreateFromRequirement(const char *description, SecRequirementRef requirement, SecTrustedApplicationRef *appRef) argument
207 SecTrustedApplicationCopyRequirement(SecTrustedApplicationRef appRef, SecRequirementRef *requirement) argument
221 SecTrustedApplicationCreateApplicationGroup(const char *groupName, SecCertificateRef anchor, SecTrustedApplicationRef *appRef) argument
[all...]
H A DTrustSettings.cpp107 SecTrustedApplicationRef appRef; local
109 ortn = SecTrustedApplicationCreateWithExternalRepresentation(certApp, &appRef);
114 ortn = SecTrustedApplicationValidateWithPath(appRef, NULL);
922 SecTrustedApplicationRef appRef; local
923 OSStatus ortn = SecTrustedApplicationCreateWithExternalRepresentation(certApp, &appRef);
928 CFDictionaryAddValue(outTsDict, kSecTrustSettingsApplication, appRef);
929 CFRelease(appRef); // owned by dictionary
H A DSecItem.cpp2003 SecTrustedApplicationRef appRef)
2012 status = SecTrustedApplicationCopyData(appRef, &appDataRef);
2001 _AppNameFromSecTrustedApplication( CFAllocatorRef alloc, SecTrustedApplicationRef appRef) argument
/macosx-10.10/Security-57031.1.35/Security/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.cpp55 SecTrustedApplicationCreateFromPath(const char *path, SecTrustedApplicationRef *appRef) argument
60 Required(appRef) = app->handle();
64 OSStatus SecTrustedApplicationCopyData(SecTrustedApplicationRef appRef, argument
68 const char *path = TrustedApplication::required(appRef)->path();
73 OSStatus SecTrustedApplicationSetData(SecTrustedApplicationRef appRef, argument
79 TrustedApplication::required(appRef)->data(dataRef);
85 SecTrustedApplicationValidateWithPath(SecTrustedApplicationRef appRef, const char *path) argument
88 TrustedApplication &app = *TrustedApplication::required(appRef);
99 SecTrustedApplicationRef appRef,
103 TrustedApplication &app = *TrustedApplication::required(appRef);
98 SecTrustedApplicationCopyExternalRepresentation( SecTrustedApplicationRef appRef, CFDataRef *externalRef) argument
108 SecTrustedApplicationCreateWithExternalRepresentation( CFDataRef externalRef, SecTrustedApplicationRef *appRef) argument
134 SecTrustedApplicationRemoveEquivalence(SecTrustedApplicationRef appRef, UInt32 flags) argument
196 SecTrustedApplicationCreateFromRequirement(const char *description, SecRequirementRef requirement, SecTrustedApplicationRef *appRef) argument
207 SecTrustedApplicationCopyRequirement(SecTrustedApplicationRef appRef, SecRequirementRef *requirement) argument
221 SecTrustedApplicationCreateApplicationGroup(const char *groupName, SecCertificateRef anchor, SecTrustedApplicationRef *appRef) argument
[all...]
H A DTrustSettings.cpp107 SecTrustedApplicationRef appRef; local
109 ortn = SecTrustedApplicationCreateWithExternalRepresentation(certApp, &appRef);
114 ortn = SecTrustedApplicationValidateWithPath(appRef, NULL);
922 SecTrustedApplicationRef appRef; local
923 OSStatus ortn = SecTrustedApplicationCreateWithExternalRepresentation(certApp, &appRef);
928 CFDictionaryAddValue(outTsDict, kSecTrustSettingsApplication, appRef);
929 CFRelease(appRef); // owned by dictionary
H A DSecItem.cpp2003 SecTrustedApplicationRef appRef)
2012 status = SecTrustedApplicationCopyData(appRef, &appDataRef);
2001 _AppNameFromSecTrustedApplication( CFAllocatorRef alloc, SecTrustedApplicationRef appRef) argument
/macosx-10.10/Security-57031.1.35/Security/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.cpp55 SecTrustedApplicationCreateFromPath(const char *path, SecTrustedApplicationRef *appRef) argument
60 Required(appRef) = app->handle();
64 OSStatus SecTrustedApplicationCopyData(SecTrustedApplicationRef appRef, argument
68 const char *path = TrustedApplication::required(appRef)->path();
73 OSStatus SecTrustedApplicationSetData(SecTrustedApplicationRef appRef, argument
79 TrustedApplication::required(appRef)->data(dataRef);
85 SecTrustedApplicationValidateWithPath(SecTrustedApplicationRef appRef, const char *path) argument
88 TrustedApplication &app = *TrustedApplication::required(appRef);
99 SecTrustedApplicationRef appRef,
103 TrustedApplication &app = *TrustedApplication::required(appRef);
98 SecTrustedApplicationCopyExternalRepresentation( SecTrustedApplicationRef appRef, CFDataRef *externalRef) argument
108 SecTrustedApplicationCreateWithExternalRepresentation( CFDataRef externalRef, SecTrustedApplicationRef *appRef) argument
134 SecTrustedApplicationRemoveEquivalence(SecTrustedApplicationRef appRef, UInt32 flags) argument
196 SecTrustedApplicationCreateFromRequirement(const char *description, SecRequirementRef requirement, SecTrustedApplicationRef *appRef) argument
207 SecTrustedApplicationCopyRequirement(SecTrustedApplicationRef appRef, SecRequirementRef *requirement) argument
221 SecTrustedApplicationCreateApplicationGroup(const char *groupName, SecCertificateRef anchor, SecTrustedApplicationRef *appRef) argument
[all...]
H A DTrustSettings.cpp107 SecTrustedApplicationRef appRef; local
109 ortn = SecTrustedApplicationCreateWithExternalRepresentation(certApp, &appRef);
114 ortn = SecTrustedApplicationValidateWithPath(appRef, NULL);
922 SecTrustedApplicationRef appRef; local
923 OSStatus ortn = SecTrustedApplicationCreateWithExternalRepresentation(certApp, &appRef);
928 CFDictionaryAddValue(outTsDict, kSecTrustSettingsApplication, appRef);
929 CFRelease(appRef); // owned by dictionary
H A DSecItem.cpp2003 SecTrustedApplicationRef appRef)
2012 status = SecTrustedApplicationCopyData(appRef, &appDataRef);
2001 _AppNameFromSecTrustedApplication( CFAllocatorRef alloc, SecTrustedApplicationRef appRef) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/trustApps/
H A DtrustApps.cpp47 SecTrustedApplicationRef appRef; local
48 ortn = SecTrustedApplicationCreateFromPath(argv[nextArg], &appRef);
53 CFArrayAppendValue(appList, appRef);
/macosx-10.10/Security-57031.1.35/SecurityTool/
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);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/kcImport/
H A DkcImport.cpp407 SecTrustedApplicationRef appRef; local
408 ortn = SecTrustedApplicationCreateFromPath(optarg, &appRef);
413 CFArrayAppendValue(trustedAppList, appRef);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/rootStoreTool/
H A DrootStoreTool.cpp349 SecTrustedApplicationRef appRef; local
350 OSStatus ortn = SecTrustedApplicationCreateFromPath(appPath, &appRef);
355 CFDictionaryAddValue(outDict, kSecTrustSettingsApplication, appRef);
356 CFRelease(appRef);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-LaunchServices-2.5.1/PyObjCTest/
H A Dtest_lsopen.py64 self.assertEqual(o.appRef, None)

Completed in 145 milliseconds