Searched refs:auth_rights_t (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthitems.h152 #pragma mark auth_rights_t
157 auth_rights_t auth_rights_create(void);
160 auth_rights_t auth_rights_create_with_xpc(const xpc_object_t data);
163 xpc_object_t auth_rights_export_xpc(auth_rights_t);
166 void auth_rights_set_flags(auth_rights_t, const char *key, uint32_t flags);
169 void auth_rights_clear_flags(auth_rights_t, const char *key, uint32_t flags);
172 uint32_t auth_rights_get_flags(auth_rights_t, const char *key);
175 bool auth_rights_check_flags(auth_rights_t, const char *key, uint32_t flags);
178 size_t auth_rights_get_count(auth_rights_t);
181 void auth_rights_add(auth_rights_t, cons
[all...]
H A Dengine.h17 OSStatus engine_authorize(engine_t, auth_rights_t rights, auth_items_t enviroment, AuthorizationFlags);
23 auth_rights_t engine_get_granted_rights(engine_t);
H A Dauthtypes.h39 typedef struct _auth_rights_s * auth_rights_t; typedef in typeref:struct:_auth_rights_s
H A Dauthitems.c943 #pragma mark auth_rights_t
954 auth_rights_t rights = (auth_rights_t)value;
962 auth_rights_t rights1 = (auth_rights_t)value1;
963 auth_rights_t rights2 = (auth_rights_t)value2;
971 auth_rights_t rights = (auth_rights_t)value;
997 static auth_rights_t
[all...]
H A Dengine.c54 auth_rights_t grantedRights;
981 OSStatus engine_authorize(engine_t engine, auth_rights_t rights, auth_items_t enviroment, AuthorizationFlags flags)
1212 auth_rights_t checkRight = NULL;
1270 auth_rights_t
H A Dserver.c450 static OSStatus _server_authorize(connection_t conn, auth_token_t auth, AuthorizationFlags flags, auth_rights_t rights, auth_items_t enviroment, engine_t * engine_out)
491 auth_rights_t rights = auth_rights_create_with_xpc(xpc_dictionary_get_value(message, AUTH_XPC_RIGHTS));
597 auth_rights_t rights = auth_rights_create_with_xpc(xpc_dictionary_get_value(message, AUTH_XPC_RIGHTS));
876 auth_rights_t checkRight = NULL;

Completed in 186 milliseconds