Lines Matching refs:tcb
87 keyctl_get_keyring_id(struct tcb *tcp, key_serial_t id, int create) in keyctl_get_keyring_id()
94 keyctl_update_key(struct tcb *tcp, key_serial_t id, kernel_ulong_t addr, in keyctl_update_key()
104 keyctl_handle_key_key(struct tcb *tcp, key_serial_t id1, key_serial_t id2) in keyctl_handle_key_key()
112 keyctl_read_key(struct tcb *tcp, key_serial_t id, kernel_ulong_t addr, in keyctl_read_key()
133 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, kernel_ulong_t addr1, in keyctl_keyring_search()
146 keyctl_chown_key(struct tcb *tcp, key_serial_t id, unsigned user, in keyctl_chown_key()
155 keyctl_instantiate_key(struct tcb *tcp, key_serial_t id1, kernel_ulong_t addr, in keyctl_instantiate_key()
166 keyctl_instantiate_key_iov(struct tcb *tcp, key_serial_t id1, in keyctl_instantiate_key_iov()
178 keyctl_negate_key(struct tcb *tcp, key_serial_t id1, unsigned timeout, in keyctl_negate_key()
187 keyctl_reject_key(struct tcb *tcp, key_serial_t id1, unsigned timeout, in keyctl_reject_key()
204 keyctl_set_timeout(struct tcb *tcp, key_serial_t id, unsigned timeout) in keyctl_set_timeout()
211 keyctl_get_persistent(struct tcb *tcp, unsigned uid, key_serial_t id) in keyctl_get_persistent()
221 keyctl_setperm_key(struct tcb *tcp, key_serial_t id, uint32_t perm) in keyctl_setperm_key()
229 print_dh_params(struct tcb *tcp, kernel_ulong_t addr) in print_dh_params()
246 keyctl_dh_compute(struct tcb *tcp, kernel_ulong_t params, kernel_ulong_t buf, in keyctl_dh_compute()