Searched refs:aux (Results 1 – 4 of 4) sorted by relevance
/security/keys/ |
D | request_key.c | 118 static int call_sbin_request_key(struct key *authkey, void *aux) in call_sbin_request_key() argument 227 size_t callout_len, void *aux, in construct_key() argument 234 kenter("%d,%p,%zu,%p", key->serial, callout_info, callout_len, aux); in construct_key() 247 ret = actor(authkey, aux); in construct_key() 492 void *aux, in construct_key_and_link() argument 519 ret = construct_key(key, callout_info, callout_len, aux, in construct_key_and_link() 579 void *aux, in request_key_and_link() argument 602 callout_info, callout_len, aux, dest_keyring, flags); in request_key_and_link() 654 aux, dest_keyring, flags); in request_key_and_link() 751 void *aux) in request_key_with_auxdata() argument [all …]
|
D | internal.h | 162 void *aux, 189 enum key_notification_subtype subtype, u32 aux) in notify_key() argument 197 .aux = aux, in notify_key()
|
/security/ |
D | security.c | 2558 int security_bpf_prog_alloc(struct bpf_prog_aux *aux) in security_bpf_prog_alloc() argument 2560 return call_int_hook(bpf_prog_alloc_security, 0, aux); in security_bpf_prog_alloc() 2566 void security_bpf_prog_free(struct bpf_prog_aux *aux) in security_bpf_prog_free() argument 2568 call_void_hook(bpf_prog_free_security, aux); in security_bpf_prog_free()
|
/security/selinux/ |
D | hooks.c | 6877 bpfsec = prog->aux->security; in bpf_fd_pass() 6903 bpfsec = prog->aux->security; in selinux_bpf_prog() 6931 static int selinux_bpf_prog_alloc(struct bpf_prog_aux *aux) in selinux_bpf_prog_alloc() argument 6940 aux->security = bpfsec; in selinux_bpf_prog_alloc() 6945 static void selinux_bpf_prog_free(struct bpf_prog_aux *aux) in selinux_bpf_prog_free() argument 6947 struct bpf_security_struct *bpfsec = aux->security; in selinux_bpf_prog_free() 6949 aux->security = NULL; in selinux_bpf_prog_free()
|