Searched refs:auth_token_t (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthtoken.h22 auth_token_t auth_token_create(process_t,bool operateAsLeastPrivileged);
25 auth_token_t auth_token_create_with_audit_info(const audit_info_s*,bool operateAsLeastPrivileged);
28 bool auth_token_get_sandboxed(auth_token_t);
31 const char * auth_token_get_code_url(auth_token_t);
34 const void * auth_token_get_key(auth_token_t);
37 auth_items_t auth_token_get_context(auth_token_t);
40 bool auth_token_least_privileged(auth_token_t);
43 uid_t auth_token_get_uid(auth_token_t);
46 pid_t auth_token_get_pid(auth_token_t);
49 session_t auth_token_get_session(auth_token_t);
[all...]
H A Dauthtoken.c73 auth_token_t auth = (auth_token_t)value;
95 auth_token_t auth1 = (auth_token_t)value1;
96 auth_token_t auth2 = (auth_token_t)value2;
104 auth_token_t auth = (auth_token_t)value;
112 auth_token_t auth = (auth_token_t)valu
[all...]
H A Dserver.h25 void server_register_auth_token(auth_token_t);
28 void server_unregister_auth_token(auth_token_t);
31 auth_token_t server_find_copy_auth_token(AuthorizationBlob * blob);
H A Dprocess.h57 void process_add_auth_token(process_t,auth_token_t);
60 void process_remove_auth_token(process_t,auth_token_t, uint32_t flags);
63 auth_token_t process_find_copy_auth_token(process_t,const AuthorizationBlob*);
H A Dccaudit.h9 ccaudit_t ccaudit_create(process_t, auth_token_t, int32_t event);
H A Dengine.h14 engine_t engine_create(connection_t, auth_token_t);
H A Dauthtypes.h26 typedef struct _auth_token_s * auth_token_t; typedef in typeref:struct:_auth_token_s
H A Dprocess.c42 auth_token_t auth = (auth_token_t)value;
56 auth_token_t auth = (auth_token_t)value;
255 process_add_auth_token(process_t proc, auth_token_t auth)
266 process_remove_auth_token(process_t proc, auth_token_t auth, AuthorizationFlags flags)
314 auth_token_t
320 auth_token_t iter = (auth_token_t)value;
329 return (auth_token_t)aut
[all...]
H A Dagent.h68 agent_t agent_create(engine_t engine, mechanism_t mech, auth_token_t auth, process_t proc, bool firstMech);
H A Dserver.c363 server_register_auth_token(auth_token_t auth)
375 server_unregister_auth_token(auth_token_t auth)
386 auth_token_t
389 __block auth_token_t auth = NULL;
392 auth = (auth_token_t)CFDictionaryGetValue(gAuthTokenMap, blob);
425 _process_find_copy_auth_token_from_xpc(process_t proc, xpc_object_t message, auth_token_t * auth_out)
435 auth_token_t auth = process_find_copy_auth_token(proc, blob);
450 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)
496 auth_token_t auth = auth_token_create(proc, flags & kAuthorizationFlagLeastPrivileged);
521 auth_token_t aut
[all...]
H A Dccaudit.c19 auth_token_t auth;
56 ccaudit_create(process_t proc, auth_token_t auth, int32_t event)
65 ccaudit->auth = (auth_token_t)CFRetain(auth);
H A Dengine.c29 static void _set_auth_token_hints(auth_items_t, auth_token_t);
46 auth_token_t auth;
117 engine_create(connection_t conn, auth_token_t auth)
128 engine->auth = (auth_token_t)CFRetain(auth);
189 _set_auth_token_hints(auth_items_t hints, auth_token_t auth)
H A Dagent.c110 agent_create(engine_t engine, mechanism_t mech, auth_token_t auth, process_t proc, bool firstMech)

Completed in 219 milliseconds