/kernel/linux/linux-5.10/security/keys/ |
H A D | request_key_auth.c | 75 seq_printf(m, " pid:%d ci:%zu", rka->pid, rka->callout_len); in request_key_auth_describe() 92 datalen = rka->callout_len; in request_key_auth_read() 162 const void *callout_info, size_t callout_len, in request_key_auth_new() 177 rka->callout_info = kmemdup(callout_info, callout_len, GFP_KERNEL); in request_key_auth_new() 180 rka->callout_len = callout_len; in request_key_auth_new() 161 request_key_auth_new(struct key *target, const char *op, const void *callout_info, size_t callout_len, struct key *dest_keyring) request_key_auth_new() argument
|
H A D | request_key.c | 227 size_t callout_len, void *aux, in construct_key() 234 kenter("%d,%p,%zu,%p", key->serial, callout_info, callout_len, aux); in construct_key() 237 authkey = request_key_auth_new(key, "create", callout_info, callout_len, in construct_key() 491 size_t callout_len, in construct_key_and_link() 519 ret = construct_key(key, callout_info, callout_len, aux, in construct_key_and_link() 551 * @callout_len: The length of callout_info. 578 size_t callout_len, in request_key_and_link() 602 callout_info, callout_len, aux, dest_keyring, flags); in request_key_and_link() 653 key = construct_key_and_link(&ctx, callout_info, callout_len, in request_key_and_link() 712 size_t callout_len in request_key_tag() local 226 construct_key(struct key *key, const void *callout_info, size_t callout_len, void *aux, struct key *dest_keyring) construct_key() argument 489 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 574 request_key_and_link(struct key_type *type, const char *description, struct key_tag *domain_tag, const void *callout_info, size_t callout_len, void *aux, struct key *dest_keyring, unsigned long flags) request_key_and_link() argument 746 request_key_with_auxdata(struct key_type *type, const char *description, struct key_tag *domain_tag, const void *callout_info, size_t callout_len, void *aux) request_key_with_auxdata() argument [all...] |
H A D | internal.h | 161 size_t callout_len, 218 size_t callout_len,
|
H A D | keyctl.c | 175 size_t callout_len; in SYSCALL_DEFINE4() local 193 callout_len = 0; in SYSCALL_DEFINE4() 200 callout_len = strlen(callout_info); in SYSCALL_DEFINE4() 223 callout_len, NULL, key_ref_to_ptr(dest_ref), in SYSCALL_DEFINE4()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | request_key_auth.c | 75 seq_printf(m, " pid:%d ci:%zu", rka->pid, rka->callout_len); in request_key_auth_describe() 92 datalen = rka->callout_len; in request_key_auth_read() 162 const void *callout_info, size_t callout_len, in request_key_auth_new() 177 rka->callout_info = kmemdup(callout_info, callout_len, GFP_KERNEL); in request_key_auth_new() 180 rka->callout_len = callout_len; in request_key_auth_new() 161 request_key_auth_new(struct key *target, const char *op, const void *callout_info, size_t callout_len, struct key *dest_keyring) request_key_auth_new() argument
|
H A D | request_key.c | 227 size_t callout_len, void *aux, in construct_key() 234 kenter("%d,%p,%zu,%p", key->serial, callout_info, callout_len, aux); in construct_key() 237 authkey = request_key_auth_new(key, "create", callout_info, callout_len, in construct_key() 491 size_t callout_len, in construct_key_and_link() 519 ret = construct_key(key, callout_info, callout_len, aux, in construct_key_and_link() 551 * @callout_len: The length of callout_info. 578 size_t callout_len, in request_key_and_link() 602 callout_info, callout_len, aux, dest_keyring, flags); in request_key_and_link() 653 key = construct_key_and_link(&ctx, callout_info, callout_len, in request_key_and_link() 712 size_t callout_len in request_key_tag() local 226 construct_key(struct key *key, const void *callout_info, size_t callout_len, void *aux, struct key *dest_keyring) construct_key() argument 489 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 574 request_key_and_link(struct key_type *type, const char *description, struct key_tag *domain_tag, const void *callout_info, size_t callout_len, void *aux, struct key *dest_keyring, unsigned long flags) request_key_and_link() argument 746 request_key_with_auxdata(struct key_type *type, const char *description, struct key_tag *domain_tag, const void *callout_info, size_t callout_len, void *aux) request_key_with_auxdata() argument [all...] |
H A D | internal.h | 161 size_t callout_len, 216 size_t callout_len,
|
H A D | keyctl.c | 175 size_t callout_len; in SYSCALL_DEFINE4() local 193 callout_len = 0; in SYSCALL_DEFINE4() 200 callout_len = strlen(callout_info); in SYSCALL_DEFINE4() 223 callout_len, NULL, key_ref_to_ptr(dest_ref), in SYSCALL_DEFINE4()
|
/kernel/linux/linux-5.10/include/keys/ |
H A D | request_key_auth-type.h | 22 size_t callout_len; member
|
/kernel/linux/linux-6.6/include/keys/ |
H A D | request_key_auth-type.h | 22 size_t callout_len; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | key.h | 329 size_t callout_len,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | key.h | 335 size_t callout_len,
|