Searched refs:key_serial_t (Results 1 – 1 of 1) sorted by relevance
/external/strace/ |
D | keyctl.c | 30 typedef int32_t key_serial_t; typedef 35 print_keyring_serial_number(key_serial_t id) in print_keyring_serial_number() 81 keyctl_get_keyring_id(struct tcb *tcp, key_serial_t id, int create) in keyctl_get_keyring_id() 88 keyctl_update_key(struct tcb *tcp, key_serial_t id, long addr, long len) in keyctl_update_key() 97 keyctl_handle_key_key(struct tcb *tcp, key_serial_t id1, key_serial_t id2) in keyctl_handle_key_key() 105 keyctl_read_key(struct tcb *tcp, key_serial_t id, long addr, long len) in keyctl_read_key() 123 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, long addr1, in keyctl_keyring_search() 124 long addr2, key_serial_t id2) in keyctl_keyring_search() 136 keyctl_chown_key(struct tcb *tcp, key_serial_t id, int user, int group) in keyctl_chown_key() 143 keyctl_instantiate_key(struct tcb *tcp, key_serial_t id1, long addr, in keyctl_instantiate_key() [all …]
|