Searched defs:ssh (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dauth2-none.c55 userauth_none(struct ssh *ssh, const char *method) argument
H A Dauth2-kbdint.c48 userauth_kbdint(struct ssh *ssh, const char *method) argument
H A Dauth2-krb5.c50 userauth_kerberos(struct ssh *ssh, const char *method) argument
H A Dauth2-passwd.c54 userauth_passwd(struct ssh *ssh, const char *method) argument
H A Dcompat.c43 compat_banner(struct ssh *ssh, const char *version) argument
143 compat_kex_proposal(struct ssh *ssh, const char *p) argument
H A Ddispatch.c41 dispatch_protocol_error(int type, u_int32_t seq, struct ssh *ssh) argument
55 dispatch_protocol_ignore(int type, u_int32_t seq, struct ssh *ssh) argument
62 ssh_dispatch_init(struct ssh *ss argument
70 ssh_dispatch_range(struct ssh *ssh, u_int from, u_int to, dispatch_fn *fn) argument
82 ssh_dispatch_set(struct ssh *ssh, int type, dispatch_fn *fn) argument
88 ssh_dispatch_run(struct ssh *ssh, int mode, volatile sig_atomic_t *done) argument
129 ssh_dispatch_run_fatal(struct ssh *ssh, int mode, volatile sig_atomic_t *done) argument
[all...]
H A Dttymodes.c255 ssh_tty_make_modes(struct ssh *ssh, int fd, struct termios *tiop) argument
318 ssh_tty_parse_modes(struct ssh *ssh, int fd) argument
H A Dauth-krb5.c79 auth_krb5(struct ssh *ssh, krb5_data *auth, char **client, krb5_data *reply) argument
H A Dnchan.c114 chan_read_failed(struct ssh *ssh, Channel *c) argument
130 chan_ibuf_empty(struct ssh *ssh, Channel *c) argument
152 chan_obuf_empty(struct ssh *ssh, Channel *c) argument
173 chan_rcvd_eow(struct ssh *ssh, Channel *c) argument
185 chan_send_eof2(struct ssh *ssh, Channel *c) argument
208 chan_send_close2(struct ssh *ssh, Channel *c) argument
231 chan_send_eow2(struct ssh *ssh, Channel *c) argument
256 chan_rcvd_ieof(struct ssh *ssh, Channel *c) argument
269 chan_rcvd_oclose(struct ssh *ssh, Channel *c) argument
309 chan_write_failed(struct ssh *ssh, Channel *c) argument
328 chan_mark_dead(struct ssh *ssh, Channel *c) argument
334 chan_is_dead(struct ssh *ssh, Channel *c, int do_send) argument
376 chan_shutdown_write(struct ssh *ssh, Channel *c) argument
401 chan_shutdown_read(struct ssh *ssh, Channel *c) argument
424 chan_shutdown_extended_read(struct ssh *ssh, Channel *c) argument
[all...]
H A Dkexgexc.c58 kexgex_client(struct ssh *ssh) argument
93 input_kex_dh_gex_group(int type, u_int32_t seq, struct ssh *ssh) argument
143 input_kex_dh_gex_reply(int type, u_int32_t seq, struct ssh *ssh) argument
[all...]
H A Dauth-passwd.c81 auth_password(struct ssh *ssh, const char *password) argument
146 sys_auth_passwd(struct ssh *ssh, const char *password) argument
175 sys_auth_passwd(struct ssh *ssh, const char *password) argument
[all...]
H A Dauth2-hostbased.c60 userauth_hostbased(struct ssh *ssh, const char *method) argument
170 hostbased_key_allowed(struct ssh *ssh, struct passwd *pw, const char *cuser, char *chost, struct sshkey *key) argument
[all...]
H A Dkexgexs.c60 kexgex_server(struct ssh *ssh) argument
69 input_kex_dh_gex_request(int type, u_int32_t seq, struct ssh *ssh) argument
125 input_kex_dh_gex_init(int type, u_int32_t seq, struct ssh *ssh) argument
[all...]
H A Dpacket.h47 struct ssh { struct
[all...]
H A Dauth2-chall.c202 auth2_challenge(struct ssh *ssh, char *devs) argument
218 auth2_challenge_stop(struct ssh *ssh) argument
231 auth2_challenge_start(struct ssh *ssh) argument
262 send_userauth_info_request(struct ssh *ssh) argument
300 input_userauth_info_response(int type, u_int32_t seq, struct ssh *ssh) argument
[all...]
H A Dkexgen.c99 kex_gen_client(struct ssh *ssh) argument
139 input_kex_gen_reply(int type, u_int32_t seq, struct ssh *ssh) argument
258 kex_gen_server(struct ssh *ssh) argument
266 input_kex_gen_init(int type, u_int32_t seq, struct ssh *ssh) argument
[all...]
H A Dauth2-gss.c66 userauth_gssapi(struct ssh *ssh, cons argument
146 input_gssapi_token(int type, u_int32_t plen, struct ssh *ssh) argument
210 input_gssapi_errtok(int type, u_int32_t plen, struct ssh *ssh) argument
254 input_gssapi_exchange_complete(int type, u_int32_t plen, struct ssh *ssh) argument
287 input_gssapi_mic(int type, u_int32_t plen, struct ssh *ssh) argument
[all...]
H A Dssh_api.c86 struct ssh *ss local
146 ssh_free(struct ssh *ssh) argument
172 ssh_set_app_data(struct ssh *ssh, void *app_data) argument
178 ssh_get_app_data(struct ssh *ssh) argument
185 ssh_add_hostkey(struct ssh *ssh, struct sshkey *key) argument
219 ssh_set_verify_host_key_callback(struct ssh *ssh, int (*cb)(struct sshkey *, struct ssh *)) argument
231 ssh_input_append(struct ssh *ssh, const u_char *data, size_t len) argument
237 ssh_packet_next(struct ssh *ssh, u_char *typep) argument
278 ssh_packet_payload(struct ssh *ssh, size_t *lenp) argument
284 ssh_packet_put(struct ssh *ssh, int type, const u_char *data, size_t len) argument
296 ssh_output_ptr(struct ssh *ssh, size_t *len) argument
305 ssh_output_consume(struct ssh *ssh, size_t len) argument
311 ssh_output_space(struct ssh *ssh, size_t len) argument
317 ssh_input_space(struct ssh *ssh, size_t len) argument
324 _ssh_read_banner(struct ssh *ssh, struct sshbuf *banner) argument
407 _ssh_send_banner(struct ssh *ssh, struct sshbuf *banner) argument
427 _ssh_exchange_banner(struct ssh *ssh) argument
466 _ssh_host_public_key(int type, int nid, struct ssh *ssh) argument
481 _ssh_host_private_key(int type, int nid, struct ssh *ssh) argument
496 _ssh_verify_host_key(struct sshkey *hostkey, struct ssh *ssh) argument
511 _ssh_order_hostkeyalgs(struct ssh *ssh) argument
563 _ssh_host_key_sign(struct ssh *ssh, struct sshkey *privkey, struct sshkey *pubkey, u_char **signature, size_t *slen, const u_char *data, size_t dlen, const char *alg) argument
[all...]
H A Dauth2-pubkey.c94 userauth_pubkey(struct ssh *ssh, const char *method) argument
758 user_key_allowed(struct ssh *ssh, struct passwd *pw, struct sshkey *key, int auth_attempt, struct sshauthopt **authoptsp) argument
[all...]
H A Dauth2.c154 userauth_send_banner(struct ssh *ssh, const char *msg) argument
167 userauth_banner(struct ssh *ss argument
186 do_authentication2(struct ssh *ssh) argument
199 input_service_request(int type, u_int32_t seq, struct ssh *ssh) argument
284 input_userauth_request(int type, u_int32_t seq, struct ssh *ssh) argument
381 userauth_finish(struct ssh *ssh, int authenticated, const char *packet_method, const char *submethod) argument
[all...]
H A Dauth.c95 allowed_user(struct ssh *ssh, struct passwd * pw) argument
369 auth_log(struct ssh *ssh, in argument
414 auth_maxtries_exceeded(struct ssh *ssh) argument
432 auth_root_allowed(struct ssh *ssh, const char *method) argument
543 getpwnamallow(struct ssh *ssh, const char *user) argument
650 auth_debug_send(struct ssh *ssh) argument
712 remote_hostname(struct ssh *ssh) argument
797 auth_get_canonical_hostname(struct ssh *ssh, int use_dns) argument
885 auth_activate_options(struct ssh *ssh, struct sshauthopt *opts) argument
900 auth_restrict_session(struct ssh *ssh) argument
[all...]
H A Dserverloop.c145 client_alive_check(struct ssh *ssh) argument
183 wait_until_can_do_something(struct ssh *ssh, int connection_in, int connection_out, struct pollfd **pfdp, u_int *npfd_allocp, u_int *npfd_activep, sigset_t *sigsetp, int *conn_in_readyp, int *conn_out_readyp) argument
297 process_input(struct ssh *ssh, int connection_in) argument
323 process_output(struct ssh *ssh, int connection_out) argument
335 process_buffered_input_packets(struct ssh *ssh) argument
341 collect_children(struct ssh *ssh) argument
357 server_loop2(struct ssh *ssh, Authctxt *authctxt) argument
437 server_input_keep_alive(int type, u_int32_t seq, struct ssh *ssh) argument
450 server_request_direct_tcpip(struct ssh *ssh, int *reason, const char **errmsg) argument
498 server_request_direct_streamlocal(struct ssh *ssh) argument
541 server_request_tun(struct ssh *ssh) argument
609 server_request_session(struct ssh *ssh) argument
644 server_input_channel_open(int type, u_int32_t seq, struct ssh *ssh) argument
703 server_input_hostkeys_prove(struct ssh *ssh, struct sshbuf **respp) argument
787 server_input_global_request(int type, u_int32_t seq, struct ssh *ssh) argument
895 server_input_channel_req(int type, u_int32_t seq, struct ssh *ssh) argument
936 server_init_dispatch(struct ssh *ssh) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/
H A Dssh.py32 def ssh(args, command): function
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Dremote-exec.py27 def ssh(args, command): function
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dmain.c143 int ssh; local

Completed in 236 milliseconds

12