Searched refs:aux (Results 1 – 3 of 3) sorted by relevance
| /security/keys/ |
| A 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 …]
|
| A D | internal.h | 155 void *aux, 180 enum key_notification_subtype subtype, u32 aux) in notify_key() argument 188 .aux = aux, in notify_key()
|
| /security/selinux/ |
| A D | hooks.c | 7072 bpfsec = prog->aux->security; in bpf_fd_pass() 7096 bpfsec = prog->aux->security; in selinux_bpf_prog() 7134 prog->aux->security = bpfsec; in selinux_bpf_prog_load() 7141 struct bpf_security_struct *bpfsec = prog->aux->security; in selinux_bpf_prog_free() 7143 prog->aux->security = NULL; in selinux_bpf_prog_free()
|
Completed in 22 milliseconds