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

/macosx-10.10/security_authtrampoline-55105/src/
H A DAuthorizationTrampoline.cpp91 AuthorizationRights inRights = { 1, &right }; local
93 if (OSStatus error = AuthorizationCopyRights(auth, &inRights, NULL /*env*/,
/macosx-10.10/Security-57031.1.35/securityd/src/
H A DAuthorizationEngine.h67 Call authorizedRights() with inRights and the shared CredentialSet.
86 OSStatus authorize(const AuthItemSet &inRights, const AuthItemSet &environment,
H A DAuthorizationEngine.cpp90 @param inRights (input) List of rights being requested for authorization.
95 @param outRights (output/optional) Subset of inRights which were actually authorized.
100 Engine::authorize(const AuthItemSet &inRights, const AuthItemSet &environment, argument
148 for (AuthItemSet::const_iterator it = inRights.begin(); it != inRights.end(); ++it) {
149 if (inRights.firstItemName != NULL && strcmp((*it)->name(), inRights.firstItemName) == 0)
H A Dtransition.cpp1259 void *inRights, mach_msg_type_number_t inRightsLength,
1267 if (inRights && !copyout_AuthorizationItemSet(inRights, inRightsLength, &authrights))
1306 void *inRights, mach_msg_type_number_t inRightsLength,
1314 if (inRights && !copyout_AuthorizationItemSet(inRights, inRightsLength, &authrights))
1258 ucsp_server_authorizationCreate(UCSP_ARGS, void *inRights, mach_msg_type_number_t inRightsLength, uint32 flags, void *inEnvironment, mach_msg_type_number_t inEnvironmentLength, AuthorizationBlob *authorization) argument
1304 ucsp_server_authorizationCopyRights(UCSP_ARGS, AuthorizationBlob authorization, void *inRights, mach_msg_type_number_t inRightsLength, uint32 flags, void *inEnvironment, mach_msg_type_number_t inEnvironmentLength, void **result, mach_msg_type_number_t *resultLength) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/xdr_rpc/Reference/
H A Dtransition.cpp980 COPY_IN(AuthorizationItemSet, inRights),
986 relocate(inRights, inRightsBase, inRightsLength);
988 Authorization::AuthItemSet rights(inRights), environment(inEnvironment);
1005 COPY_IN(AuthorizationItemSet, inRights),
1011 relocate(inRights, inRightsBase, inRightsLength);
1013 Authorization::AuthItemSet rights(inRights), environment(inEnvironment), grantedRights;

Completed in 118 milliseconds