Lines Matching refs:tcb
86 keyctl_get_keyring_id(struct tcb *tcp, key_serial_t id, int create) in keyctl_get_keyring_id()
93 keyctl_update_key(struct tcb *tcp, key_serial_t id, kernel_ulong_t addr, in keyctl_update_key()
103 keyctl_handle_key_key(struct tcb *tcp, key_serial_t id1, key_serial_t id2) in keyctl_handle_key_key()
111 keyctl_read_key(struct tcb *tcp, key_serial_t id, kernel_ulong_t addr, in keyctl_read_key()
132 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, kernel_ulong_t addr1, in keyctl_keyring_search()
145 keyctl_chown_key(struct tcb *tcp, key_serial_t id, unsigned user, in keyctl_chown_key()
154 keyctl_instantiate_key(struct tcb *tcp, key_serial_t id1, kernel_ulong_t addr, in keyctl_instantiate_key()
165 keyctl_instantiate_key_iov(struct tcb *tcp, key_serial_t id1, in keyctl_instantiate_key_iov()
177 keyctl_negate_key(struct tcb *tcp, key_serial_t id1, unsigned timeout, in keyctl_negate_key()
186 keyctl_reject_key(struct tcb *tcp, key_serial_t id1, unsigned timeout, in keyctl_reject_key()
199 keyctl_set_timeout(struct tcb *tcp, key_serial_t id, unsigned timeout) in keyctl_set_timeout()
206 keyctl_get_persistent(struct tcb *tcp, unsigned uid, key_serial_t id) in keyctl_get_persistent()
216 keyctl_setperm_key(struct tcb *tcp, key_serial_t id, uint32_t perm) in keyctl_setperm_key()
224 print_dh_params(struct tcb *tcp, kernel_ulong_t addr) in print_dh_params()
241 keyctl_dh_compute(struct tcb *tcp, kernel_ulong_t params, kernel_ulong_t buf, in keyctl_dh_compute()
304 keyctl_restrict_keyring(struct tcb *const tcp, in keyctl_restrict_keyring()