| /freebsd/crypto/openssh/ |
| H A D | sshconnect2.c | 287 (r = sshpkt_put_cstring(ssh, "markus")) != 0 || in ssh_kex2() 457 (r = sshpkt_put_cstring(ssh, "ssh-userauth")) != 0 || in ssh_userauth2() 790 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_gssapi() 791 (r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 || in userauth_gssapi() 792 (r = sshpkt_put_cstring(ssh, authctxt->method->name)) != 0 || in userauth_gssapi() 1027 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_none() 1028 (r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 || in userauth_none() 1029 (r = sshpkt_put_cstring(ssh, authctxt->method->name)) != 0 || in userauth_none() 1053 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_passwd() 1054 (r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 || in userauth_passwd() [all …]
|
| H A D | auth2-chall.c | 270 (r = sshpkt_put_cstring(ssh, name)) != 0 || in send_userauth_info_request() 271 (r = sshpkt_put_cstring(ssh, instr)) != 0 || in send_userauth_info_request() 272 (r = sshpkt_put_cstring(ssh, "")) != 0 || /* language not used */ in send_userauth_info_request() 276 if ((r = sshpkt_put_cstring(ssh, prompts[i])) != 0 || in send_userauth_info_request()
|
| H A D | auth2.c | 144 (r = sshpkt_put_cstring(ssh, msg)) != 0 || in userauth_send_banner() 145 (r = sshpkt_put_cstring(ssh, "")) != 0 || /* language, unused */ in userauth_send_banner() 209 (r = sshpkt_put_cstring(ssh, service)) != 0 || in input_service_request() 457 (r = sshpkt_put_cstring(ssh, methods)) != 0 || in userauth_finish()
|
| H A D | clientloop.c | 500 (r = sshpkt_put_cstring(ssh, "keepalive@openssh.com")) != 0 || in server_alive_check() 524 (r = sshpkt_put_cstring(ssh, "PING!")) != 0 || in send_chaff() 1671 (r = sshpkt_put_cstring(ssh, "disconnected by user")) != 0 || in client_loop() 1672 (r = sshpkt_put_cstring(ssh, "")) != 0 || /* language tag */ in client_loop() 1903 (r = sshpkt_put_cstring(ssh, "tun@openssh.com")) != 0 || in client_request_tun_fwd() 1968 (r = sshpkt_put_cstring(ssh, "open failed")) != 0 || in client_input_channel_open() 1969 (r = sshpkt_put_cstring(ssh, "")) != 0 || in client_input_channel_open() 2629 (r = sshpkt_put_cstring(ssh, in client_input_hostkeys() 2701 if ((r = sshpkt_put_cstring(ssh, name)) != 0 || in client_send_env() 2702 (r = sshpkt_put_cstring(ssh, val)) != 0 || in client_send_env() [all …]
|
| H A D | channels.c | 746 (r = sshpkt_put_cstring(ssh, in mux_remove_remote_forwardings() 749 (r = sshpkt_put_cstring(ssh, in mux_remove_remote_forwardings() 1168 (r = sshpkt_put_cstring(ssh, type)) != 0 || in open_preamble() 1209 (r = sshpkt_put_cstring(ssh, service)) != 0 || in channel_request_start() 1941 if ((r = sshpkt_put_cstring(ssh, remote_ipaddr)) != 0 || in channel_post_x11_listener() 1976 if ((r = sshpkt_put_cstring(ssh, c->path)) != 0 || in port_open_helper() 1981 if ((r = sshpkt_put_cstring(ssh, c->path)) != 0) in port_open_helper() 1985 if ((r = sshpkt_put_cstring(ssh, c->path)) != 0) in port_open_helper() 1989 if ((r = sshpkt_put_cstring(ssh, c->path)) != 0 || in port_open_helper() 1995 if ((r = sshpkt_put_cstring(ssh, "")) != 0) in port_open_helper() [all …]
|
| H A D | serverloop.c | 132 (r = sshpkt_put_cstring(ssh, "keepalive@openssh.com")) in client_alive_check() 658 (r = sshpkt_put_cstring(ssh, errmsg ? errmsg : "open failed")) != 0 || in server_input_channel_open() 659 (r = sshpkt_put_cstring(ssh, "")) != 0 || in server_input_channel_open()
|
| H A D | packet.h | 194 int sshpkt_put_cstring(struct ssh *ssh, const void *v);
|
| H A D | nchan.c | 246 (r = sshpkt_put_cstring(ssh, "eow@openssh.com")) != 0 || in chan_send_eow2()
|
| H A D | packet.c | 2034 (r = sshpkt_put_cstring(ssh, buf)) != 0 || in ssh_packet_send_debug() 2035 (r = sshpkt_put_cstring(ssh, "")) != 0 || in ssh_packet_send_debug() 2711 sshpkt_put_cstring(struct ssh *ssh, const void *v) in sshpkt_put_cstring() function 2931 (r = sshpkt_put_cstring(ssh, buf)) != 0 || in sshpkt_disconnect() 2932 (r = sshpkt_put_cstring(ssh, "")) != 0 || in sshpkt_disconnect()
|
| H A D | sshd-auth.c | 857 (r = sshpkt_put_cstring(ssh, "markus")) != 0 || in do_ssh2_kex()
|
| H A D | kex.c | 381 (r = sshpkt_put_cstring(ssh, "server-sig-algs")) != 0 || in kex_server_update_ext_info() 382 (r = sshpkt_put_cstring(ssh, ssh->kex->server_sig_algs)) != 0 || in kex_server_update_ext_info()
|
| H A D | session.c | 2368 if ((r = sshpkt_put_cstring(ssh, sig2name(WTERMSIG(status)))) != 0 || in session_exit_message() 2370 (r = sshpkt_put_cstring(ssh, "")) != 0 || in session_exit_message() 2371 (r = sshpkt_put_cstring(ssh, "")) != 0 || in session_exit_message()
|
| H A D | auth2-pubkey.c | 288 (r = sshpkt_put_cstring(ssh, pkalg)) != 0 || in userauth_pubkey()
|
| H A D | sshd-session.c | 554 (r = sshpkt_put_cstring(ssh, "hostkeys-00@openssh.com")) != 0 || in notify_hostkeys()
|
| H A D | ssh_namespace.h | 972 #define sshpkt_put_cstring Fssh_sshpkt_put_cstring macro
|
| H A D | ssh.c | 2325 (r = sshpkt_put_cstring(ssh, in ssh_session2()
|