Home
last modified time | relevance | path

Searched refs:keyctl_read_key (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dkeyctl.c111 keyctl_read_key(struct tcb *tcp, key_serial_t id, kernel_ulong_t addr, in keyctl_read_key() function
366 keyctl_read_key(tcp, arg2, arg3, arg4, cmd != KEYCTL_READ); in SYS_FUNC()
DChangeLog24794 * keyctl.c (keyctl_update_key, keyctl_read_key, keyctl_instantiate_key,
24808 (keyctl_read_key): Likewise.
24819 keyctl_read_key had subtle bug by treating out buffer in KEYCTL_READ
24821 keyctl_read_key signalising whether buffer is NUL-terminated and using
24824 * keyctl.c (keyctl_read_key): Add has_nul parameter. Do not use -1 as
24827 (SYS_FUNC(keyctl)): Specify has_nul parameter to keyctl_read_key
37602 keyctl_read_key, keyctl_keyring_search, keyctl_chown_key,
37610 * keyctl.c (keyctl_read_key): Use printaddr.