Lines Matching defs:tcp
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()
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()
154 keyctl_instantiate_key_iov(struct tcb *tcp, key_serial_t id1, in keyctl_instantiate_key_iov()
165 keyctl_negate_key(struct tcb *tcp, key_serial_t id1, unsigned timeout, in keyctl_negate_key()
174 keyctl_reject_key(struct tcb *tcp, key_serial_t id1, unsigned timeout, in keyctl_reject_key()
183 keyctl_set_timeout(struct tcb *tcp, key_serial_t id, unsigned timeout) in keyctl_set_timeout()
190 keyctl_get_persistent(struct tcb *tcp, int uid, key_serial_t id) in keyctl_get_persistent()
199 keyctl_setperm_key(struct tcb *tcp, key_serial_t id, uint32_t perm) in keyctl_setperm_key()