Home
last modified time | relevance | path

Searched refs:aux (Results 1 – 4 of 4) sorted by relevance

/security/keys/
Drequest_key.c115 static int call_sbin_request_key(struct key *authkey, void *aux) in call_sbin_request_key() argument
224 size_t callout_len, void *aux, in construct_key() argument
231 kenter("%d,%p,%zu,%p", key->serial, callout_info, callout_len, aux); in construct_key()
244 ret = actor(authkey, aux); in construct_key()
476 void *aux, in construct_key_and_link() argument
503 ret = construct_key(key, callout_info, callout_len, aux, in construct_key_and_link()
563 void *aux, in request_key_and_link() argument
586 callout_info, callout_len, aux, dest_keyring, flags); in request_key_and_link()
638 aux, dest_keyring, flags); in request_key_and_link()
735 void *aux) in request_key_with_auxdata() argument
[all …]
Dinternal.h158 void *aux,
/security/
Dsecurity.c2389 int security_bpf_prog_alloc(struct bpf_prog_aux *aux) in security_bpf_prog_alloc() argument
2391 return call_int_hook(bpf_prog_alloc_security, 0, aux); in security_bpf_prog_alloc()
2397 void security_bpf_prog_free(struct bpf_prog_aux *aux) in security_bpf_prog_free() argument
2399 call_void_hook(bpf_prog_free_security, aux); in security_bpf_prog_free()
/security/selinux/
Dhooks.c6717 bpfsec = prog->aux->security; in bpf_fd_pass()
6743 bpfsec = prog->aux->security; in selinux_bpf_prog()
6771 static int selinux_bpf_prog_alloc(struct bpf_prog_aux *aux) in selinux_bpf_prog_alloc() argument
6780 aux->security = bpfsec; in selinux_bpf_prog_alloc()
6785 static void selinux_bpf_prog_free(struct bpf_prog_aux *aux) in selinux_bpf_prog_free() argument
6787 struct bpf_security_struct *bpfsec = aux->security; in selinux_bpf_prog_free()
6789 aux->security = NULL; in selinux_bpf_prog_free()