Searched defs:credential (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_authorization.c398 kauth_authorize_action(kauth_scope_t scope, kauth_cred_t credential, kauth_action_t action, argument
440 kauth_authorize_allow(__unused kauth_cred_t credential, __unused void *idata, __unused kauth_action_t action, argument
471 kauth_authorize_process(kauth_cred_t credential, kauth_action_t action, struct proc *process, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3) argument
477 kauth_authorize_process_callback(kauth_cred_t credential, __unused void *idata, kauth_action_t action, argument
540 kauth_authorize_fileop(kauth_cred_t credential, kauth_action_t action, uintptr_t arg0, uintptr_t arg1) argument
581 kauth_authorize_generic(kauth_cred_t credential, kauth_action_t action) argument
591 kauth_authorize_generic_callback(kauth_cred_t credential, __unused void *idata, kauth_action_t action, __unused uintptr_t arg0, __unused uintptr_t arg1, __unused uintptr_t arg2, __unused uintptr_t arg3) argument
[all...]

Completed in 59 milliseconds