Lines Matching refs:sshbuf

110 extern struct sshbuf *cfg;
111 extern struct sshbuf *loginmsg;
116 static struct sshbuf *child_state;
120 int mm_answer_moduli(struct ssh *, int, struct sshbuf *);
121 int mm_answer_sign(struct ssh *, int, struct sshbuf *);
122 int mm_answer_pwnamallow(struct ssh *, int, struct sshbuf *);
123 int mm_answer_auth2_read_banner(struct ssh *, int, struct sshbuf *);
124 int mm_answer_authserv(struct ssh *, int, struct sshbuf *);
125 int mm_answer_authpassword(struct ssh *, int, struct sshbuf *);
126 int mm_answer_bsdauthquery(struct ssh *, int, struct sshbuf *);
127 int mm_answer_bsdauthrespond(struct ssh *, int, struct sshbuf *);
128 int mm_answer_keyallowed(struct ssh *, int, struct sshbuf *);
129 int mm_answer_keyverify(struct ssh *, int, struct sshbuf *);
130 int mm_answer_pty(struct ssh *, int, struct sshbuf *);
131 int mm_answer_pty_cleanup(struct ssh *, int, struct sshbuf *);
132 int mm_answer_term(struct ssh *, int, struct sshbuf *);
133 int mm_answer_state(struct ssh *, int, struct sshbuf *);
136 int mm_answer_pam_start(struct ssh *, int, struct sshbuf *);
137 int mm_answer_pam_account(struct ssh *, int, struct sshbuf *);
138 int mm_answer_pam_init_ctx(struct ssh *, int, struct sshbuf *);
139 int mm_answer_pam_query(struct ssh *, int, struct sshbuf *);
140 int mm_answer_pam_respond(struct ssh *, int, struct sshbuf *);
141 int mm_answer_pam_free_ctx(struct ssh *, int, struct sshbuf *);
145 int mm_answer_gss_setup_ctx(struct ssh *, int, struct sshbuf *);
146 int mm_answer_gss_accept_ctx(struct ssh *, int, struct sshbuf *);
147 int mm_answer_gss_userok(struct ssh *, int, struct sshbuf *);
148 int mm_answer_gss_checkmic(struct ssh *, int, struct sshbuf *);
152 int mm_answer_audit_event(struct ssh *, int, struct sshbuf *);
153 int mm_answer_audit_command(struct ssh *, int, struct sshbuf *);
175 int (*f)(struct ssh *, int, struct sshbuf *);
334 struct sshbuf *m; in monitor_child_preauth()
441 struct sshbuf *logmsg; in monitor_read_log()
495 struct sshbuf *m; in monitor_read()
590 mm_answer_state(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_state()
592 struct sshbuf *inc = NULL, *hostkeys = NULL; in mm_answer_state()
593 struct sshbuf *opts = NULL, *confdata = NULL; in mm_answer_state()
667 mm_answer_moduli(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_moduli()
707 mm_answer_sign(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_sign()
711 struct sshbuf *sigbuf = NULL; in mm_answer_sign()
813 mm_encode_server_options(struct sshbuf *m) in mm_encode_server_options()
841 mm_answer_pwnamallow(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_pwnamallow()
935 int mm_answer_auth2_read_banner(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_auth2_read_banner()
951 mm_answer_authserv(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_authserv()
1000 mm_answer_authpassword(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_authpassword()
1040 mm_answer_bsdauthquery(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_bsdauthquery()
1074 mm_answer_bsdauthrespond(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_bsdauthrespond()
1108 mm_answer_pam_start(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_pam_start()
1123 mm_answer_pam_account(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_pam_account()
1146 mm_answer_pam_init_ctx(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_pam_init_ctx()
1171 mm_answer_pam_query(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_pam_query()
1212 mm_answer_pam_respond(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_pam_respond()
1254 mm_answer_pam_free_ctx(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_pam_free_ctx()
1274 mm_answer_keyallowed(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_keyallowed()
1368 struct sshbuf *b; in monitor_valid_userblob()
1450 struct sshbuf *b; in monitor_valid_hostbasedblob()
1516 mm_answer_keyverify(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_keyverify()
1669 mm_answer_pty(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_pty()
1739 mm_answer_pty_cleanup(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_pty_cleanup()
1757 mm_answer_term(struct ssh *ssh, int sock, struct sshbuf *req) in mm_answer_term()
1785 mm_answer_audit_event(struct ssh *ssh, int socket, struct sshbuf *m) in mm_answer_audit_event()
1814 mm_answer_audit_command(struct ssh *ssh, int socket, struct sshbuf *m) in mm_answer_audit_command()
1953 mm_answer_gss_setup_ctx(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_gss_setup_ctx()
1986 mm_answer_gss_accept_ctx(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_gss_accept_ctx()
2020 mm_answer_gss_checkmic(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_gss_checkmic()
2051 mm_answer_gss_userok(struct ssh *ssh, int sock, struct sshbuf *m) in mm_answer_gss_userok()