Searched refs:callout_len (Results 1 – 4 of 4) sorted by relevance
/security/keys/ |
D | request_key.c | 221 size_t callout_len, void *aux, in construct_key() argument 229 kenter("%d,%p,%zu,%p", key->serial, callout_info, callout_len, aux); in construct_key() 236 authkey = request_key_auth_new(key, callout_info, callout_len, in construct_key() 441 size_t callout_len, in construct_key_and_link() argument 463 ret = construct_key(key, callout_info, callout_len, aux, in construct_key_and_link() 518 size_t callout_len, in request_key_and_link() argument 529 type->name, description, callout_info, callout_len, aux, in request_key_and_link() 557 callout_len, aux, dest_keyring, in request_key_and_link() 611 size_t callout_len = 0; in request_key() local 615 callout_len = strlen(callout_info); in request_key() [all …]
|
D | request_key_auth.c | 63 seq_printf(m, " pid:%d ci:%zu", rka->pid, rka->callout_len); in request_key_auth_describe() 77 datalen = rka->callout_len; in request_key_auth_read() 134 size_t callout_len, struct key *dest_keyring) in request_key_auth_new() argument 150 rka->callout_info = kmalloc(callout_len, GFP_KERNEL); in request_key_auth_new() 182 memcpy(rka->callout_info, callout_info, callout_len); in request_key_auth_new() 183 rka->callout_len = callout_len; in request_key_auth_new()
|
D | internal.h | 138 size_t callout_len, 187 size_t callout_len; member 194 size_t callout_len,
|
D | keyctl.c | 155 size_t callout_len; in SYSCALL_DEFINE4() local 173 callout_len = 0; in SYSCALL_DEFINE4() 180 callout_len = strlen(callout_info); in SYSCALL_DEFINE4() 203 callout_len, NULL, key_ref_to_ptr(dest_ref), in SYSCALL_DEFINE4()
|