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

/linux-4.4.14/security/keys/
H A Drequest_key_auth.c147 struct key *request_key_auth_new(struct key *target, const void *callout_info, request_key_auth_new() argument
H A Dinternal.h191 void *callout_info; member in struct:request_key_auth
H A Drequest_key.c203 static int construct_key(struct key *key, const void *callout_info, construct_key() argument
430 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) construct_key_and_link() argument
508 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) request_key_and_link() argument
619 request_key(struct key_type *type, const char *description, const char *callout_info) request_key() argument
656 request_key_with_auxdata(struct key_type *type, const char *description, const void *callout_info, size_t callout_len, void *aux) request_key_with_auxdata() argument
692 request_key_async(struct key_type *type, const char *description, const void *callout_info, size_t callout_len) request_key_async() argument
717 request_key_async_with_auxdata(struct key_type *type, const char *description, const void *callout_info, size_t callout_len, void *aux) request_key_async_with_auxdata() argument
H A Dkeyctl.c167 char type[32], *description, *callout_info; SYSCALL_DEFINE4() local

Completed in 215 milliseconds