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

12

/freebsd-current/crypto/openssh/
H A Dauth2-none.c61 userauth_none(struct ssh *ssh, const char *method) argument
H A Dauth2-kbdint.c47 userauth_kbdint(struct ssh *ssh, const char *method) argument
H A Dauth-sia.c53 sys_auth_passwd(struct ssh *ssh, const char *pass) argument
H A Dauth2-passwd.c52 userauth_passwd(struct ssh *ssh, const char *method) argument
H A Dcompat.c42 compat_banner(struct ssh *ssh, const char *version) argument
142 compat_kex_proposal(struct ssh *ssh, const char *p) argument
H A Dblacklist.c91 blacklist_notify(struct ssh *ssh, int action, const char *msg) argument
H A Ddispatch.c40 dispatch_protocol_error(int type, u_int32_t seq, struct ssh *ssh) argument
54 dispatch_protocol_ignore(int type, u_int32_t seq, struct ssh *ssh) argument
61 ssh_dispatch_init(struct ssh *ss argument
69 ssh_dispatch_range(struct ssh *ssh, u_int from, u_int to, dispatch_fn *fn) argument
81 ssh_dispatch_set(struct ssh *ssh, int type, dispatch_fn *fn) argument
87 ssh_dispatch_run(struct ssh *ssh, int mode, volatile sig_atomic_t *done) argument
128 ssh_dispatch_run_fatal(struct ssh *ssh, int mode, volatile sig_atomic_t *done) argument
[all...]
H A Dttymodes.c279 ssh_tty_make_modes(struct ssh *ssh, int fd, struct termios *tiop) argument
343 ssh_tty_parse_modes(struct ssh *ssh, int fd) argument
H A Daudit.c134 audit_event(struct ssh *ssh, ssh_audit_event_t event) argument
H A Daudit-linux.c100 audit_event(struct ssh *ssh, ssh_audit_event_t event) argument
H A Dauth-passwd.c77 auth_password(struct ssh *ssh, const char *password) argument
167 sys_auth_passwd(struct ssh *ssh, const char *password) argument
192 sys_auth_passwd(struct ssh *ssh, const char *password) argument
[all...]
H A Dkexgexc.c60 kexgex_client(struct ssh *ssh) argument
95 input_kex_dh_gex_group(int type, u_int32_t seq, struct ssh *ssh) argument
145 input_kex_dh_gex_reply(int type, u_int32_t seq, struct ssh *ssh) argument
[all...]
H A Dauth2-hostbased.c59 userauth_hostbased(struct ssh *ssh, const char *method) argument
169 hostbased_key_allowed(struct ssh *ssh, struct passwd *pw, const char *cuser, char *chost, struct sshkey *key) argument
[all...]
H A Dkexgexs.c62 kexgex_server(struct ssh *ssh) argument
71 input_kex_dh_gex_request(int type, u_int32_t seq, struct ssh *ssh) argument
127 input_kex_dh_gex_init(int type, u_int32_t seq, struct ssh *ssh) argument
[all...]
H A Dpacket.h52 struct ssh { struct
[all...]
H A Dnchan.c113 chan_read_failed(struct ssh *ssh, Channel *c) argument
129 chan_ibuf_empty(struct ssh *ssh, Channel *c) argument
151 chan_obuf_empty(struct ssh *ssh, Channel *c) argument
172 chan_rcvd_eow(struct ssh *ssh, Channel *c) argument
184 chan_send_eof2(struct ssh *ssh, Channel *c) argument
207 chan_send_close2(struct ssh *ssh, Channel *c) argument
230 chan_send_eow2(struct ssh *ssh, Channel *c) argument
255 chan_rcvd_ieof(struct ssh *ssh, Channel *c) argument
268 chan_rcvd_oclose(struct ssh *ssh, Channel *c) argument
308 chan_write_failed(struct ssh *ssh, Channel *c) argument
327 chan_mark_dead(struct ssh *ssh, Channel *c) argument
333 chan_is_dead(struct ssh *ssh, Channel *c, int do_send) argument
375 chan_shutdown_write(struct ssh *ssh, Channel *c) argument
400 chan_shutdown_read(struct ssh *ssh, Channel *c) argument
428 chan_shutdown_extended_read(struct ssh *ssh, Channel *c) argument
[all...]
H A Dauth2-chall.c193 auth2_challenge(struct ssh *ssh, char *devs) argument
209 auth2_challenge_stop(struct ssh *ssh) argument
222 auth2_challenge_start(struct ssh *ssh) argument
253 send_userauth_info_request(struct ssh *ssh) argument
290 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.c65 userauth_gssapi(struct ssh *ssh, cons argument
145 input_gssapi_token(int type, u_int32_t plen, struct ssh *ssh) argument
209 input_gssapi_errtok(int type, u_int32_t plen, struct ssh *ssh) argument
253 input_gssapi_exchange_complete(int type, u_int32_t plen, struct ssh *ssh) argument
286 input_gssapi_mic(int type, u_int32_t plen, struct ssh *ssh) argument
[all...]
H A Daudit-bsm.c395 audit_event(struct ssh *ssh, ssh_audit_event_t event) argument
H A Dauth.c101 allowed_user(struct ssh *ssh, struct passwd * pw) argument
268 auth_log(struct ssh *ssh, int authenticated, int partial, argument
338 auth_maxtries_exceeded(struct ssh *ssh) argument
356 auth_root_allowed(struct ssh *ssh, const char *method) argument
467 getpwnamallow(struct ssh *ssh, const char *user) argument
606 auth_debug_send(struct ssh *ssh) argument
672 remote_hostname(struct ssh *ssh) argument
761 auth_get_canonical_hostname(struct ssh *ssh, int use_dns) argument
849 auth_activate_options(struct ssh *ssh, struct sshauthopt *opts) argument
864 auth_restrict_session(struct ssh *ssh) argument
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dport-uw.c53 sys_auth_passwd(struct ssh *ssh, const char *password) argument
H A Dport-net.c309 sys_tun_infilter(struct ssh *ssh, struct Channel *c, char *buf, int _len) argument
353 sys_tun_outfilter(struct ssh *ssh, struct Channel *c, argument
H A Dport-aix.c176 sys_auth_passwd(struct ssh *ssh, const char *password) argument
316 record_failed_login(struct ssh *ssh, const char *user, const char *hostname, argument
/freebsd-current/crypto/openssh/regress/unittests/kex/
H A Dtest_proposal.c41 struct ssh ssh; local
94 struct ssh ssh; local
[all...]

Completed in 110 milliseconds

12