Searched refs:callout_len (Results 1 – 4 of 4) sorted by relevance
/security/keys/ |
D | request_key.c | 169 size_t callout_len, void *aux, in construct_key() argument 177 kenter("%d,%p,%zu,%p", key->serial, callout_info, callout_len, aux); in construct_key() 184 authkey = request_key_auth_new(key, callout_info, callout_len, in construct_key() 357 size_t callout_len, in construct_key_and_link() argument 379 ret = construct_key(key, callout_info, callout_len, aux, in construct_key_and_link() 409 size_t callout_len, in request_key_and_link() argument 419 type->name, description, callout_info, callout_len, aux, in request_key_and_link() 438 callout_len, aux, dest_keyring, in request_key_and_link() 475 size_t callout_len = 0; in request_key() local 479 callout_len = strlen(callout_info); in request_key() [all …]
|
D | request_key_auth.c | 65 seq_printf(m, " pid:%d ci:%zu", rka->pid, rka->callout_len); in request_key_auth_describe() 81 datalen = rka->callout_len; in request_key_auth_read() 143 size_t callout_len, struct key *dest_keyring) in request_key_auth_new() argument 159 rka->callout_info = kmalloc(callout_len, GFP_KERNEL); in request_key_auth_new() 191 memcpy(rka->callout_info, callout_info, callout_len); in request_key_auth_new() 192 rka->callout_len = callout_len; in request_key_auth_new()
|
D | internal.h | 120 size_t callout_len, 159 size_t callout_len; member 166 size_t callout_len,
|
D | keyctl.c | 157 size_t callout_len; in SYSCALL_DEFINE4() local 175 callout_len = 0; in SYSCALL_DEFINE4() 182 callout_len = strlen(callout_info); in SYSCALL_DEFINE4() 204 callout_len, NULL, key_ref_to_ptr(dest_ref), in SYSCALL_DEFINE4()
|