Lines Matching refs:ssh
33 struct ssh;
45 int mm_sshkey_sign(struct ssh *, struct sshkey *, u_char **, size_t *,
49 struct passwd *mm_getpwnamallow(struct ssh *, const char *);
51 int mm_auth_password(struct ssh *, char *);
54 int mm_user_key_allowed(struct ssh *ssh, struct passwd *, struct sshkey *, int,
56 int mm_hostbased_key_allowed(struct ssh *, struct passwd *, const char *,
61 void mm_decode_activate_server_options(struct ssh *ssh, struct sshbuf *m);
72 void mm_start_pam(struct ssh *ssh);
82 void mm_audit_event(struct ssh *, ssh_audit_event_t);
91 void mm_send_keystate(struct ssh *, struct monitor*);
98 void server_process_permitopen(struct ssh *);
99 void server_process_channel_timeouts(struct ssh *ssh);
101 server_get_connection_info(struct ssh *, int, int);