Home
last modified time | relevance | path

Searched refs:sshpkt_put_cstring (Results 1 – 14 of 14) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dsshconnect2.c285 (r = sshpkt_put_cstring(ssh, "markus")) != 0 || in ssh_kex2()
455 (r = sshpkt_put_cstring(ssh, "ssh-userauth")) != 0 || in ssh_userauth2()
785 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_gssapi()
786 (r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 || in userauth_gssapi()
787 (r = sshpkt_put_cstring(ssh, authctxt->method->name)) != 0 || in userauth_gssapi()
1022 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_none()
1023 (r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 || in userauth_none()
1024 (r = sshpkt_put_cstring(ssh, authctxt->method->name)) != 0 || in userauth_none()
1048 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_passwd()
1049 (r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 || in userauth_passwd()
[all …]
H A Dauth2-chall.c266 (r = sshpkt_put_cstring(ssh, name)) != 0 || in send_userauth_info_request()
267 (r = sshpkt_put_cstring(ssh, instr)) != 0 || in send_userauth_info_request()
268 (r = sshpkt_put_cstring(ssh, "")) != 0 || /* language not used */ in send_userauth_info_request()
272 if ((r = sshpkt_put_cstring(ssh, prompts[i])) != 0 || in send_userauth_info_request()
H A Dauth2.c144 (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 Dchannels.c719 (r = sshpkt_put_cstring(ssh, in mux_remove_remote_forwardings()
722 (r = sshpkt_put_cstring(ssh, in mux_remove_remote_forwardings()
1101 (r = sshpkt_put_cstring(ssh, type)) != 0 || in open_preamble()
1141 (r = sshpkt_put_cstring(ssh, service)) != 0 || in channel_request_start()
1866 if ((r = sshpkt_put_cstring(ssh, remote_ipaddr)) != 0 || in channel_post_x11_listener()
1901 if ((r = sshpkt_put_cstring(ssh, c->path)) != 0 || in port_open_helper()
1906 if ((r = sshpkt_put_cstring(ssh, c->path)) != 0) in port_open_helper()
1910 if ((r = sshpkt_put_cstring(ssh, c->path)) != 0) in port_open_helper()
1914 if ((r = sshpkt_put_cstring(ssh, c->path)) != 0 || in port_open_helper()
1920 if ((r = sshpkt_put_cstring(ssh, "")) != 0) in port_open_helper()
[all …]
H A Dclientloop.c504 (r = sshpkt_put_cstring(ssh, "keepalive@openssh.com")) != 0 || in server_alive_check()
528 (r = sshpkt_put_cstring(ssh, "PING!")) != 0 || in send_chaff()
1644 (r = sshpkt_put_cstring(ssh, "disconnected by user")) != 0 || in client_loop()
1645 (r = sshpkt_put_cstring(ssh, "")) != 0 || /* language tag */ in client_loop()
1876 (r = sshpkt_put_cstring(ssh, "tun@openssh.com")) != 0 || in client_request_tun_fwd()
1940 (r = sshpkt_put_cstring(ssh, "open failed")) != 0 || in client_input_channel_open()
1941 (r = sshpkt_put_cstring(ssh, "")) != 0 || in client_input_channel_open()
2600 (r = sshpkt_put_cstring(ssh, in client_input_hostkeys()
2672 if ((r = sshpkt_put_cstring(ssh, name)) != 0 || in client_send_env()
2673 (r = sshpkt_put_cstring(ssh, val)) != 0 || in client_send_env()
[all …]
H A Dserverloop.c127 (r = sshpkt_put_cstring(ssh, "keepalive@openssh.com")) in client_alive_check()
633 (r = sshpkt_put_cstring(ssh, errmsg ? errmsg : "open failed")) != 0 || in server_input_channel_open()
634 (r = sshpkt_put_cstring(ssh, "")) != 0 || in server_input_channel_open()
H A Dpacket.h191 int sshpkt_put_cstring(struct ssh *ssh, const void *v);
H A Dpacket.c1967 (r = sshpkt_put_cstring(ssh, buf)) != 0 || in ssh_packet_send_debug()
1968 (r = sshpkt_put_cstring(ssh, "")) != 0 || in ssh_packet_send_debug()
2629 sshpkt_put_cstring(struct ssh *ssh, const void *v) in sshpkt_put_cstring() function
2844 (r = sshpkt_put_cstring(ssh, buf)) != 0 || in sshpkt_disconnect()
2845 (r = sshpkt_put_cstring(ssh, "")) != 0 || in sshpkt_disconnect()
H A Dnchan.c246 (r = sshpkt_put_cstring(ssh, "eow@openssh.com")) != 0 || in chan_send_eow2()
H A Dsshd-session.c645 (r = sshpkt_put_cstring(ssh, "hostkeys-00@openssh.com")) != 0 || in notify_hostkeys()
1465 (r = sshpkt_put_cstring(ssh, "markus")) != 0 || in do_ssh2_kex()
H A Dkex.c383 (r = sshpkt_put_cstring(ssh, "server-sig-algs")) != 0 || in kex_server_update_ext_info()
384 (r = sshpkt_put_cstring(ssh, ssh->kex->server_sig_algs)) != 0 || in kex_server_update_ext_info()
H A Dsession.c2385 if ((r = sshpkt_put_cstring(ssh, sig2name(WTERMSIG(status)))) != 0 || in session_exit_message()
2387 (r = sshpkt_put_cstring(ssh, "")) != 0 || in session_exit_message()
2388 (r = sshpkt_put_cstring(ssh, "")) != 0 || in session_exit_message()
H A Dauth2-pubkey.c288 (r = sshpkt_put_cstring(ssh, pkalg)) != 0 || in userauth_pubkey()
H A Dssh.c2274 (r = sshpkt_put_cstring(ssh, in ssh_session2()