/openssh-portable/ |
H A D | sftp-server.c | 715 process_open(u_int32_t id) in process_open() 757 process_close(u_int32_t id) in process_close() 772 process_read(u_int32_t id) in process_read() 827 process_write(u_int32_t id) in process_write() 898 process_stat(u_int32_t id) in process_stat() 904 process_lstat(u_int32_t id) in process_lstat() 910 process_fstat(u_int32_t id) in process_fstat() 1158 process_remove(u_int32_t id) in process_remove() 1175 process_mkdir(u_int32_t id) in process_mkdir() 1196 process_rmdir(u_int32_t id) in process_rmdir() [all …]
|
H A D | sftp-client.c | 229 u_int id, status; in get_status() local 303 u_int id; in get_decode_stat() local 350 u_int id; in get_decode_statvfs() local 837 u_int id; in do_stat() local 851 u_int id; in do_lstat() local 873 u_int id; in do_fstat() local 1179 u_int id; in do_statvfs() local 1208 u_int id; in do_fstatvfs() local 1298 u_int id; in do_download() member 1703 u_int id; in do_upload() local [all …]
|
H A D | srclimit.c | 38 int id; member 64 srclimit_check_allow(int sock, int id) in srclimit_check_allow() 125 srclimit_done(int id) in srclimit_done()
|
H A D | ssh-agent.c | 195 free_identity(Identity *id) in free_identity() 208 Identity *id; in lookup_identity() local 219 confirm_key(Identity *id, const char *extra) in confirm_key() 250 Identity *id; in process_request_identities() local 436 struct identity *id; in process_sign_request2() local 508 Identity *id; in process_remove_identity() local 534 Identity *id; in process_remove_all_identities() local 556 Identity *id, *nxt; in reaper() local 690 Identity *id; in process_add_identity() local 859 Identity *id; in process_add_smartcard_key() local [all …]
|
H A D | sshconnect2.c | 668 format_identity(Identity *id) in format_identity() 699 Identity *id = NULL; in input_userauth_pk_ok() local 1304 id_filename_matches(Identity *id, Identity *private_id) in id_filename_matches() 1323 sign_and_send_pubkey(struct ssh *ssh, Identity *id) in sign_and_send_pubkey() 1479 send_pubkey_test(struct ssh *ssh, Identity *id) in send_pubkey_test() 1519 load_identity_file(Identity *id) in load_identity_file() 1631 struct identity *id, *id2, *tmp; in pubkey_prepare() local 1780 Identity *id; in pubkey_cleanup() local 1798 Identity *id; in pubkey_reset() local 1805 try_identity(struct ssh *ssh, Identity *id) in try_identity() [all …]
|
H A D | ssh.c | 1839 client_cleanup_stdio_fwd(struct ssh *ssh, int id, void *arg) in client_cleanup_stdio_fwd() 1846 ssh_stdio_confirm(struct ssh *ssh, int id, int success, void *arg) in ssh_stdio_confirm() 1853 ssh_tun_confirm(struct ssh *ssh, int id, int success, void *arg) in ssh_tun_confirm() 2017 ssh_session2_setup(struct ssh *ssh, int id, int success, void *arg) in ssh_session2_setup() 2109 int r, id = -1; in ssh_session2() local
|
H A D | channels.c | 241 channel_by_id(struct ssh *ssh, int id) in channel_by_id() 276 channel_lookup(struct ssh *ssh, int id) in channel_lookup() 936 channel_send_open(struct ssh *ssh, int id) in channel_send_open() 974 channel_register_status_confirm(struct ssh *ssh, int id, in channel_register_status_confirm() 991 channel_register_open_confirm(struct ssh *ssh, int id, in channel_register_open_confirm() 1005 channel_register_cleanup(struct ssh *ssh, int id, in channel_register_cleanup() 1019 channel_cancel_cleanup(struct ssh *ssh, int id) in channel_cancel_cleanup() 2669 u_int id, remote_id, listen_port; local 2897 u_int32_t id; local 2915 int id = channel_parse_id(ssh, where, what); local [all …]
|
H A D | clientloop.c | 179 int id; member 728 client_expect_confirm(struct ssh *ssh, int id, const char *request, in client_expect_confirm() 1202 client_channel_closed(struct ssh *ssh, int id, void *arg) in client_channel_closed() 1733 u_int id, exitval; in client_input_channel_req() local 2435 client_send_env(struct ssh *ssh, int id, const char *name, const char *val) in client_send_env() 2448 client_session2_setup(struct ssh *ssh, int id, int want_tty, int want_subsystem, in client_session2_setup()
|
H A D | session.c | 1720 session_unused(int id) in session_unused() 1832 session_by_channel(int id) in session_by_channel() 1849 session_by_x11_channel(int id) in session_by_x11_channel() 2324 session_close_x11(struct ssh *ssh, int id) in session_close_x11() 2340 session_close_single_x11(struct ssh *ssh, int id, void *arg) in session_close_single_x11() 2474 session_close_by_channel(struct ssh *ssh, int id, void *arg) in session_close_by_channel()
|
H A D | digest-openssl.c | 51 int id; member
|
H A D | digest-libc.c | 53 int id; member
|
H A D | ssh-add.c | 448 update_card(int agent_fd, int add, const char *id, int qflag) in update_card()
|
H A D | serverloop.c | 920 u_int id = 0; in server_input_channel_req() local
|
H A D | mux.c | 1057 mux_stdio_confirm(struct ssh *ssh, int id, int success, void *arg) in mux_stdio_confirm() 1356 mux_session_confirm(struct ssh *ssh, int id, int success, void *arg) in mux_session_confirm()
|
H A D | kex.c | 996 derive_key(struct ssh *ssh, int id, u_int need, u_char *hash, u_int hashlen, in derive_key()
|
H A D | monitor_wrap.c | 246 #define GETPW(b, id) \ argument
|
H A D | monitor.c | 703 #define PUTPW(b, id) \ argument
|
/openssh-portable/regress/misc/fuzz-harness/ |
H A D | agent_fuzz_helper.c | 61 Identity *id; in add_key() local 96 Identity *id; in cleanup_idtab() local
|