Searched refs:AuthorizationMakeExternalForm (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DAuthorization.h233 Setting the kAuthorizationFlagPreAuthorize flag will pre authorize the requested rights so that at a later time -- by calling AuthorizationMakeExternalForm() follow by AuthorizationCreateFromExternalForm() -- the obtained rights can be used in a different process. Rights that can't be preauthorized will be treated as if they were authorized for the sake of returning an error (in other words if all rights are either authorized or could not be preauthorized this call will still succeed).
288 Setting the kAuthorizationFlagPreAuthorize flag will pre authorize the requested rights so that at a later time -- by calling AuthorizationMakeExternalForm() follow by AuthorizationCreateFromExternalForm() -- the obtained rights can be used in a different process. Rights that can't be preauthorized will be treated as if they were authorized for the sake of returning an error (in other words if all rights are either authorized or could not be preauthorized this call will still succeed), and they will be returned in authorizedRights with their kAuthorizationFlagCanNotPreAuthorize bit in the flags field set to 1.
292 Setting the kAuthorizationFlagPreAuthorize flag will pre authorize the requested rights so that at a later time -- by calling AuthorizationMakeExternalForm() follow by AuthorizationCreateFromExternalForm() -- the obtained rights can be used in a different process. When this flags is specified rights that can't be preauthorized will be returned as if they were authorized with their kAuthorizationFlagCanNotPreAuthorize bit in the flags field set to 1. These rights are not currently authorized and may fail to authorize later unless kAuthorizationFlagExtendRights and kAuthorizationFlagInteractionAllowed flags are set when the actual authorization is done. And even then they might still fail if the user does not supply the correct credentials.
365 @function AuthorizationMakeExternalForm
383 OSStatus AuthorizationMakeExternalForm(AuthorizationRef authorization,
H A DtrampolineClient.cpp74 if (OSStatus err = AuthorizationMakeExternalForm(authorization, &extForm))
H A DAuthorization.c387 OSStatus AuthorizationMakeExternalForm(AuthorizationRef authorization, function
/macosx-10.10/mDNSResponder-561.1.1/mDNSMacOSX/PreferencePane/
H A DConfigurationAuthority.c179 return AuthorizationMakeExternalForm(gAuthRef, pAuth);
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dxpcengine.cpp191 MacOSError::check(AuthorizationMakeExternalForm(localAuthorization, &extForm));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dxpcengine.cpp191 MacOSError::check(AuthorizationMakeExternalForm(localAuthorization, &extForm));
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A Ddy_framework.h269 #define AuthorizationMakeExternalForm _AuthorizationMakeExternalForm macro
H A Ddy_framework.c432 #undef AuthorizationMakeExternalForm macro
433 static typeof (AuthorizationMakeExternalForm) *dyfunc = NULL;
436 if (image) dyfunc = dlsym(image, "AuthorizationMakeExternalForm");
H A DSCPOpen.c685 os_status = AuthorizationMakeExternalForm(authorization, &extForm);
687 SCLog(TRUE, LOG_INFO, CFSTR("_SCHelperOpen AuthorizationMakeExternalForm() failed"));
/macosx-10.10/DiskArbitration-268/DiskArbitration/
H A DDASession.c247 status = AuthorizationMakeExternalForm( authorization, &_authorization );
/macosx-10.10/Security-57031.1.35/SecurityTool/
H A Dauthz.c64 if (AuthorizationMakeExternalForm(auth_ref, &extform))
/macosx-10.10/cups-408/cups/cups/
H A Dauth.c726 status = AuthorizationMakeExternalForm(http->auth_ref, &auth_extrn);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DTrustSettings.cpp560 ortn = AuthorizationMakeExternalForm(authRef, &authExt);
562 trustSettingsDbg("flushToDisk, domain %d: AuthorizationMakeExternalForm returned %ld",
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DTrustSettings.cpp560 ortn = AuthorizationMakeExternalForm(authRef, &authExt);
562 trustSettingsDbg("flushToDisk, domain %d: AuthorizationMakeExternalForm returned %ld",
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DTrustSettings.cpp560 ortn = AuthorizationMakeExternalForm(authRef, &authExt);
562 trustSettingsDbg("flushToDisk, domain %d: AuthorizationMakeExternalForm returned %ld",
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClientConfiguration.c958 status = AuthorizationMakeExternalForm(auth, auth_ext_p);

Completed in 234 milliseconds