Lines Matching refs:sshbuf

107 extern struct sshbuf *loginmsg;
111 static struct sshbuf *child_state;
115 int mm_answer_moduli(int, struct sshbuf *);
116 int mm_answer_sign(int, struct sshbuf *);
118 int mm_answer_login_getpwclass(int, struct sshbuf *);
120 int mm_answer_pwnamallow(int, struct sshbuf *);
121 int mm_answer_auth2_read_banner(int, struct sshbuf *);
122 int mm_answer_authserv(int, struct sshbuf *);
123 int mm_answer_authpassword(int, struct sshbuf *);
124 int mm_answer_bsdauthquery(int, struct sshbuf *);
125 int mm_answer_bsdauthrespond(int, struct sshbuf *);
126 int mm_answer_keyallowed(int, struct sshbuf *);
127 int mm_answer_keyverify(int, struct sshbuf *);
128 int mm_answer_pty(int, struct sshbuf *);
129 int mm_answer_pty_cleanup(int, struct sshbuf *);
130 int mm_answer_term(int, struct sshbuf *);
131 int mm_answer_rsa_keyallowed(int, struct sshbuf *);
132 int mm_answer_rsa_challenge(int, struct sshbuf *);
133 int mm_answer_rsa_response(int, struct sshbuf *);
134 int mm_answer_sesskey(int, struct sshbuf *);
135 int mm_answer_sessid(int, struct sshbuf *);
138 int mm_answer_pam_start(int, struct sshbuf *);
139 int mm_answer_pam_account(int, struct sshbuf *);
140 int mm_answer_pam_init_ctx(int, struct sshbuf *);
141 int mm_answer_pam_query(int, struct sshbuf *);
142 int mm_answer_pam_respond(int, struct sshbuf *);
143 int mm_answer_pam_free_ctx(int, struct sshbuf *);
147 int mm_answer_gss_setup_ctx(int, struct sshbuf *);
148 int mm_answer_gss_accept_ctx(int, struct sshbuf *);
149 int mm_answer_gss_userok(int, struct sshbuf *);
150 int mm_answer_gss_checkmic(int, struct sshbuf *);
154 int mm_answer_audit_event(int, struct sshbuf *);
155 int mm_answer_audit_command(int, struct sshbuf *);
178 int (*f)(int, struct sshbuf *);
330 struct sshbuf *m; in monitor_child_preauth()
423 struct sshbuf *logmsg; in monitor_read_log()
476 struct sshbuf *m; in monitor_read()
574 mm_answer_moduli(int sock, struct sshbuf *m) in mm_answer_moduli()
616 mm_answer_sign(int sock, struct sshbuf *m) in mm_answer_sign()
621 struct sshbuf *sigbuf = NULL; in mm_answer_sign()
718 mm_answer_login_getpwclass(int sock, struct sshbuf *m) in mm_answer_login_getpwclass()
761 mm_answer_pwnamallow(int sock, struct sshbuf *m) in mm_answer_pwnamallow()
850 int mm_answer_auth2_read_banner(int sock, struct sshbuf *m) in mm_answer_auth2_read_banner()
866 mm_answer_authserv(int sock, struct sshbuf *m) in mm_answer_authserv()
887 mm_answer_authpassword(int sock, struct sshbuf *m) in mm_answer_authpassword()
928 mm_answer_bsdauthquery(int sock, struct sshbuf *m) in mm_answer_bsdauthquery()
962 mm_answer_bsdauthrespond(int sock, struct sshbuf *m) in mm_answer_bsdauthrespond()
996 mm_answer_pam_start(int sock, struct sshbuf *m) in mm_answer_pam_start()
1011 mm_answer_pam_account(int sock, struct sshbuf *m) in mm_answer_pam_account()
1034 mm_answer_pam_init_ctx(int sock, struct sshbuf *m) in mm_answer_pam_init_ctx()
1059 mm_answer_pam_query(int sock, struct sshbuf *m) in mm_answer_pam_query()
1100 mm_answer_pam_respond(int sock, struct sshbuf *m) in mm_answer_pam_respond()
1138 mm_answer_pam_free_ctx(int sock, struct sshbuf *m) in mm_answer_pam_free_ctx()
1158 mm_answer_keyallowed(int sock, struct sshbuf *m) in mm_answer_keyallowed()
1260 struct sshbuf *b; in monitor_valid_userblob()
1328 struct sshbuf *b; in monitor_valid_hostbasedblob()
1395 mm_answer_keyverify(int sock, struct sshbuf *m) in mm_answer_keyverify()
1506 mm_answer_pty(int sock, struct sshbuf *m) in mm_answer_pty()
1576 mm_answer_pty_cleanup(int sock, struct sshbuf *m) in mm_answer_pty_cleanup()
1594 mm_answer_term(int sock, struct sshbuf *req) in mm_answer_term()
1623 mm_answer_audit_event(int socket, struct sshbuf *m) in mm_answer_audit_event()
1652 mm_answer_audit_command(int socket, struct sshbuf *m) in mm_answer_audit_command()
1788 mm_answer_gss_setup_ctx(int sock, struct sshbuf *m) in mm_answer_gss_setup_ctx()
1821 mm_answer_gss_accept_ctx(int sock, struct sshbuf *m) in mm_answer_gss_accept_ctx()
1855 mm_answer_gss_checkmic(int sock, struct sshbuf *m) in mm_answer_gss_checkmic()
1886 mm_answer_gss_userok(int sock, struct sshbuf *m) in mm_answer_gss_userok()