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

/security/keys/
H A Drequest_key.c96 void *aux)
204 size_t callout_len, void *aux,
212 kenter("%d,%p,%zu,%p", key->serial, callout_info, callout_len, aux);
234 ret = actor(cons, "create", aux);
432 void *aux,
452 ret = construct_key(key, callout_info, callout_len, aux,
483 * @aux: Auxiliary data for the upcall.
508 void *aux,
528 callout_info, callout_len, aux, dest_keyring, flags);
563 aux, dest_keyrin
94 call_sbin_request_key(struct key_construction *cons, const char *op, void *aux) argument
203 construct_key(struct key *key, const void *callout_info, size_t callout_len, void *aux, struct key *dest_keyring) argument
429 construct_key_and_link(struct keyring_search_context *ctx, const char *callout_info, size_t callout_len, void *aux, struct key *dest_keyring, unsigned long flags) argument
504 request_key_and_link(struct key_type *type, const char *description, const void *callout_info, size_t callout_len, void *aux, struct key *dest_keyring, unsigned long flags) argument
652 request_key_with_auxdata(struct key_type *type, const char *description, const void *callout_info, size_t callout_len, void *aux) argument
713 request_key_async_with_auxdata(struct key_type *type, const char *description, const void *callout_info, size_t callout_len, void *aux) argument
[all...]

Completed in 48 milliseconds