Home
last modified time | relevance | path

Searched defs:ssh (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Ddispatch.c41 dispatch_protocol_error(int type, u_int32_t seq, struct ssh *ssh) in dispatch_protocol_error()
55 dispatch_protocol_ignore(int type, u_int32_t seq, struct ssh *ssh) in dispatch_protocol_ignore()
62 ssh_dispatch_init(struct ssh *ssh, dispatch_fn *dflt) in ssh_dispatch_init()
70 ssh_dispatch_range(struct ssh *ssh, u_int from, u_int to, dispatch_fn *fn) in ssh_dispatch_range()
82 ssh_dispatch_set(struct ssh *ssh, int type, dispatch_fn *fn) in ssh_dispatch_set()
88 ssh_dispatch_run(struct ssh *ssh, int mode, volatile sig_atomic_t *done) in ssh_dispatch_run()
129 ssh_dispatch_run_fatal(struct ssh *ssh, int mode, volatile sig_atomic_t *done) in ssh_dispatch_run_fatal()
H A Dserverloop.c123 client_alive_check(struct ssh *ssh) in client_alive_check()
161 wait_until_can_do_something(struct ssh *ssh, in wait_until_can_do_something()
275 process_input(struct ssh *ssh, int connection_in) in process_input()
301 process_output(struct ssh *ssh, int connection_out) in process_output()
313 process_buffered_input_packets(struct ssh *ssh) in process_buffered_input_packets()
319 collect_children(struct ssh *ssh) in collect_children()
335 server_loop2(struct ssh *ssh, Authctxt *authctxt) in server_loop2()
403 server_input_keep_alive(int type, u_int32_t seq, struct ssh *ssh) in server_input_keep_alive()
416 server_request_direct_tcpip(struct ssh *ssh, int *reason, const char **errmsg) in server_request_direct_tcpip()
464 server_request_direct_streamlocal(struct ssh *ssh) in server_request_direct_streamlocal()
[all …]
H A Dsession.c177 auth_input_request_forwarding(struct ssh *ssh, struct passwd * pw) in auth_input_request_forwarding()
287 set_fwdpermit_from_authopts(struct ssh *ssh, const struct sshauthopt *opts) in set_fwdpermit_from_authopts()
326 do_authenticated(struct ssh *ssh, Authctxt *authctxt) in do_authenticated()
381 do_exec_no_pty(struct ssh *ssh, Session *s, const char *command) in do_exec_no_pty()
539 do_exec_pty(struct ssh *ssh, Session *s, const char *command) in do_exec_pty()
633 do_exec(struct ssh *ssh, Session *s, const char *command) in do_exec()
710 do_login(struct ssh *ssh, Session *s, const char *command) in do_login()
869 do_setup_env(struct ssh *ssh, Session *s, const char *shell) in do_setup_env()
1034 do_rc_files(struct ssh *ssh, Session *s, const char *shell) in do_rc_files()
1290 child_close_fds(struct ssh *ssh) in child_close_fds()
[all …]
H A Dclientloop.c244 set_control_persist_exit_time(struct ssh *ssh) in set_control_persist_exit_time()
288 client_x11_get_proto(struct ssh *ssh, const char *display, in client_x11_get_proto()
459 client_check_window_change(struct ssh *ssh) in client_check_window_change()
469 client_global_request_reply(int type, u_int32_t seq, struct ssh *ssh) in client_global_request_reply()
494 server_alive_check(struct ssh *ssh) in server_alive_check()
514 send_chaff(struct ssh *ssh) in send_chaff()
575 obfuscate_keystroke_timing(struct ssh *ssh, struct timespec *timeout, in obfuscate_keystroke_timing()
682 client_wait_until_can_do_something(struct ssh *ssh, struct pollfd **pfdp, in client_wait_until_can_do_something()
789 client_process_net_input(struct ssh *ssh) in client_process_net_input()
813 client_status_confirm(struct ssh *ssh, int type, Channel *c, void *ctx) in client_status_confirm()
[all …]
H A Dauth2-gss.c67 userauth_gssapi(struct ssh *ssh, const char *method) in userauth_gssapi()
147 input_gssapi_token(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_token()
211 input_gssapi_errtok(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_errtok()
255 input_gssapi_exchange_complete(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_exchange_complete()
283 input_gssapi_mic(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_mic()
H A Dauth2-chall.c202 auth2_challenge(struct ssh *ssh, char *devs) in auth2_challenge()
218 auth2_challenge_stop(struct ssh *ssh) in auth2_challenge_stop()
231 auth2_challenge_start(struct ssh *ssh) in auth2_challenge_start()
262 send_userauth_info_request(struct ssh *ssh) in send_userauth_info_request()
300 input_userauth_info_response(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_info_response()
H A Dkexgexs.c60 kexgex_server(struct ssh *ssh) in kexgex_server()
69 input_kex_dh_gex_request(int type, u_int32_t seq, struct ssh *ssh) in input_kex_dh_gex_request()
125 input_kex_dh_gex_init(int type, u_int32_t seq, struct ssh *ssh) in input_kex_dh_gex_init()
H A Dkexgexc.c58 kexgex_client(struct ssh *ssh) in kexgex_client()
93 input_kex_dh_gex_group(int type, u_int32_t seq, struct ssh *ssh) in input_kex_dh_gex_group()
143 input_kex_dh_gex_reply(int type, u_int32_t seq, struct ssh *ssh) in input_kex_dh_gex_reply()
H A Dauth-passwd.c81 auth_password(struct ssh *ssh, const char *password) in auth_password()
146 sys_auth_passwd(struct ssh *ssh, const char *password) in sys_auth_passwd()
175 sys_auth_passwd(struct ssh *ssh, const char *password) in sys_auth_passwd()
H A Dssh.c661 struct ssh *ssh = NULL; in main() local
1867 ssh_confirm_remote_forward(struct ssh *ssh, int type, u_int32_t seq, void *ctxt) in ssh_confirm_remote_forward()
1929 client_cleanup_stdio_fwd(struct ssh *ssh, int id, int force, void *arg) in client_cleanup_stdio_fwd()
1936 ssh_stdio_confirm(struct ssh *ssh, int id, int success, void *arg) in ssh_stdio_confirm()
1943 ssh_tun_confirm(struct ssh *ssh, int id, int success, void *arg) in ssh_tun_confirm()
1956 ssh_init_stdio_forwarding(struct ssh *ssh) in ssh_init_stdio_forwarding()
1979 ssh_init_forward_permissions(struct ssh *ssh, const char *what, char **opens, in ssh_init_forward_permissions()
2015 ssh_init_forwarding(struct ssh *ssh, char **ifname) in ssh_init_forwarding()
2107 ssh_session2_setup(struct ssh *ssh, int id, int success, void *arg) in ssh_session2_setup()
2154 hpn_options_init(struct ssh *ssh) in hpn_options_init()
[all …]
H A Dcompat.c43 compat_banner(struct ssh *ssh, const char *version) in compat_banner()
143 compat_kex_proposal(struct ssh *ssh, const char *p) in compat_kex_proposal()
H A Dmonitor_wrap.c268 mm_sshkey_sign(struct ssh *ssh, struct sshkey *key, u_char **sigp, size_t *lenp, in mm_sshkey_sign()
298 mm_decode_activate_server_options(struct ssh *ssh, struct sshbuf *m) in mm_decode_activate_server_options()
350 mm_getpwnamallow(struct ssh *ssh, const char *username) in mm_getpwnamallow()
453 mm_auth_password(struct ssh *ssh, const char *password) in mm_auth_password()
492 mm_user_key_allowed(struct ssh *ssh, struct passwd *pw, struct sshkey *key, in mm_user_key_allowed()
500 mm_hostbased_key_allowed(struct ssh *ssh, struct passwd *pw, in mm_hostbased_key_allowed()
608 mm_send_keystate(struct ssh *ssh, struct monitor *monitor) in mm_send_keystate()
701 mm_start_pam(struct ssh *ssh) in mm_start_pam()
1155 server_process_permitopen_list(struct ssh *ssh, int listen, in server_process_permitopen_list()
1195 server_process_permitopen(struct ssh *ssh) in server_process_permitopen()
[all …]
H A Dauth2-hostbased.c62 userauth_hostbased(struct ssh *ssh, const char *method) in userauth_hostbased()
172 hostbased_key_allowed(struct ssh *ssh, struct passwd *pw, in hostbased_key_allowed()
H A Dauth2-none.c56 userauth_none(struct ssh *ssh, const char *method) in userauth_none()
H A Dttymodes.c255 ssh_tty_make_modes(struct ssh *ssh, int fd, struct termios *tiop) in ssh_tty_make_modes()
318 ssh_tty_parse_modes(struct ssh *ssh, int fd) in ssh_tty_parse_modes()
H A Dauth2-kbdint.c50 userauth_kbdint(struct ssh *ssh, const char *method) in userauth_kbdint()
H A Dauth2-passwd.c55 userauth_passwd(struct ssh *ssh, const char *method) in userauth_passwd()
H A Dauth2-krb5.c51 userauth_kerberos(struct ssh *ssh, const char *method) in userauth_kerberos()
H A Dsshconnect.c112 ssh_proxy_fdpass_connect(struct ssh *ssh, const char *host, in ssh_proxy_fdpass_connect()
195 ssh_proxy_connect(struct ssh *ssh, const char *host, const char *host_arg, in ssh_proxy_connect()
500 ssh_connect_direct(struct ssh *ssh, const char *host, struct addrinfo *aitop, in ssh_connect_direct()
598 ssh_connect(struct ssh *ssh, const char *host, const char *host_arg, in ssh_connect()
1627 ssh_login(struct ssh *ssh, Sensitive *sensitive, const char *orighost, in ssh_login()
H A Dauth-krb5.c79 auth_krb5(struct ssh *ssh, krb5_data *auth, char **client, krb5_data *reply) in auth_krb5()
H A Dauth2-pubkey.c95 userauth_pubkey(struct ssh *ssh, const char *method) in userauth_pubkey()
759 user_key_allowed(struct ssh *ssh, struct passwd *pw, struct sshkey *key, in user_key_allowed()
H A Dauth-pam.c709 sshpam_init(struct ssh *ssh, Authctxt *authctxt) in sshpam_init()
1082 start_pam(struct ssh *ssh) in start_pam()
1229 do_pam_session(struct ssh *ssh) in do_pam_session()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dremote-exec.py27 def ssh(args, command): function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/
H A Dssh.py32 def ssh(args, command): function
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dmain.c143 int ssh; in main() local

12