Searched refs:aux (Results 1 – 4 of 4) sorted by relevance
/security/keys/ |
D | request_key.c | 93 static int call_sbin_request_key(struct key *authkey, void *aux) in call_sbin_request_key() argument 202 size_t callout_len, void *aux, in construct_key() argument 209 kenter("%d,%p,%zu,%p", key->serial, callout_info, callout_len, aux); in construct_key() 222 ret = actor(authkey, aux); in construct_key() 443 void *aux, in construct_key_and_link() argument 470 ret = construct_key(key, callout_info, callout_len, aux, in construct_key_and_link() 527 void *aux, in request_key_and_link() argument 548 callout_info, callout_len, aux, dest_keyring, flags); in request_key_and_link() 583 aux, dest_keyring, flags); in request_key_and_link() 675 void *aux) in request_key_with_auxdata() argument [all …]
|
D | internal.h | 155 void *aux,
|
/security/ |
D | security.c | 1735 int security_bpf_prog_alloc(struct bpf_prog_aux *aux) in security_bpf_prog_alloc() argument 1737 return call_int_hook(bpf_prog_alloc_security, 0, aux); in security_bpf_prog_alloc() 1743 void security_bpf_prog_free(struct bpf_prog_aux *aux) in security_bpf_prog_free() argument 1745 call_void_hook(bpf_prog_free_security, aux); in security_bpf_prog_free()
|
/security/selinux/ |
D | hooks.c | 6363 bpfsec = prog->aux->security; in bpf_fd_pass() 6387 bpfsec = prog->aux->security; in selinux_bpf_prog() 6414 static int selinux_bpf_prog_alloc(struct bpf_prog_aux *aux) in selinux_bpf_prog_alloc() argument 6423 aux->security = bpfsec; in selinux_bpf_prog_alloc() 6428 static void selinux_bpf_prog_free(struct bpf_prog_aux *aux) in selinux_bpf_prog_free() argument 6430 struct bpf_security_struct *bpfsec = aux->security; in selinux_bpf_prog_free() 6432 aux->security = NULL; in selinux_bpf_prog_free()
|