Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect2.c287 (r = sshpkt_put_cstring(ssh, "markus")) != 0 || in ssh_kex2()
457 (r = sshpkt_put_cstring(ssh, "ssh-userauth")) != 0 || in ssh_userauth2()
788 (r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 || in userauth_gssapi()
1025 (r = sshpkt_put_cstring(ssh, authctxt->service)) != 0 || in userauth_none()
1054 (r = sshpkt_put_cstring(ssh, password)) != 0 || in userauth_passwd()
1104 if ((r = sshpkt_put_cstring(ssh, password)) != 0) in input_userauth_passwd_changereq()
1130 if ((r = sshpkt_put_cstring(ssh, password)) != 0 || in input_userauth_passwd_changereq()
1507 (r = sshpkt_put_cstring(ssh, alg)) != 0 || in send_pubkey_test()
1927 (r = sshpkt_put_cstring(ssh, "")) != 0 || /* lang */ in userauth_kbdint()
1988 if ((r = sshpkt_put_cstring(ssh, response)) != 0) in input_userauth_info_req()
[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.c145 (r = sshpkt_put_cstring(ssh, msg)) != 0 || in userauth_send_banner()
146 (r = sshpkt_put_cstring(ssh, "")) != 0 || /* language, unused */ in userauth_send_banner()
210 (r = sshpkt_put_cstring(ssh, service)) != 0 || in input_service_request()
462 (r = sshpkt_put_cstring(ssh, methods)) != 0 || in userauth_finish()
H A Dchannels.c726 (r = sshpkt_put_cstring(ssh, in mux_remove_remote_forwardings()
729 (r = sshpkt_put_cstring(ssh, in mux_remove_remote_forwardings()
1108 (r = sshpkt_put_cstring(ssh, type)) != 0 || in open_preamble()
1913 if ((r = sshpkt_put_cstring(ssh, c->path)) != 0) in port_open_helper()
1917 if ((r = sshpkt_put_cstring(ssh, c->path)) != 0) in port_open_helper()
1927 if ((r = sshpkt_put_cstring(ssh, "")) != 0) in port_open_helper()
2097 (r = sshpkt_put_cstring(ssh, "")) != 0 || in channel_post_connecting()
4302 (r = sshpkt_put_cstring(ssh, in channel_request_remote_forwarding()
4313 (r = sshpkt_put_cstring(ssh, in channel_request_remote_forwarding()
4465 (r = sshpkt_put_cstring(ssh, in channel_request_rforward_cancel_streamlocal()
[all …]
H A Dclientloop.c505 (r = sshpkt_put_cstring(ssh, "keepalive@openssh.com")) != 0 || in server_alive_check()
529 (r = sshpkt_put_cstring(ssh, "PING!")) != 0 || in send_chaff()
1640 (r = sshpkt_put_cstring(ssh, "disconnected by user")) != 0 || in client_loop()
1641 (r = sshpkt_put_cstring(ssh, "")) != 0 || /* language tag */ in client_loop()
1893 (r = sshpkt_put_cstring(ssh, "tun@openssh.com")) != 0 || in client_request_tun_fwd()
1957 (r = sshpkt_put_cstring(ssh, "open failed")) != 0 || in client_input_channel_open()
1958 (r = sshpkt_put_cstring(ssh, "")) != 0 || in client_input_channel_open()
2636 (r = sshpkt_put_cstring(ssh, in client_input_hostkeys()
2708 if ((r = sshpkt_put_cstring(ssh, name)) != 0 || in client_send_env()
2709 (r = sshpkt_put_cstring(ssh, val)) != 0 || in client_send_env()
[all …]
H A Dserverloop.c148 (r = sshpkt_put_cstring(ssh, "keepalive@openssh.com")) in client_alive_check()
666 (r = sshpkt_put_cstring(ssh, errmsg ? errmsg : "open failed")) != 0 || in server_input_channel_open()
667 (r = sshpkt_put_cstring(ssh, "")) != 0 || in server_input_channel_open()
H A Dpacket.h192 int sshpkt_put_cstring(struct ssh *ssh, const void *v);
H A Dnchan.c246 (r = sshpkt_put_cstring(ssh, "eow@openssh.com")) != 0 || in chan_send_eow2()
H A Dpacket.c1876 (r = sshpkt_put_cstring(ssh, buf)) != 0 || in ssh_packet_send_debug()
1877 (r = sshpkt_put_cstring(ssh, "")) != 0 || in ssh_packet_send_debug()
2539 sshpkt_put_cstring(struct ssh *ssh, const void *v) in sshpkt_put_cstring() function
2754 (r = sshpkt_put_cstring(ssh, buf)) != 0 || in sshpkt_disconnect()
2755 (r = sshpkt_put_cstring(ssh, "")) != 0 || in sshpkt_disconnect()
H A Dsession.c2417 if ((r = sshpkt_put_cstring(ssh, sig2name(WTERMSIG(status)))) != 0 || in session_exit_message()
2419 (r = sshpkt_put_cstring(ssh, "")) != 0 || in session_exit_message()
2420 (r = sshpkt_put_cstring(ssh, "")) != 0 || in session_exit_message()
H A Dkex.c631 (r = sshpkt_put_cstring(ssh, "server-sig-algs")) != 0 || in kex_server_update_ext_info()
632 (r = sshpkt_put_cstring(ssh, ssh->kex->server_sig_algs)) != 0 || in kex_server_update_ext_info()
H A Dauth2-pubkey.c287 (r = sshpkt_put_cstring(ssh, pkalg)) != 0 || in userauth_pubkey()
H A Dsshd.c805 (r = sshpkt_put_cstring(ssh, "hostkeys-00@openssh.com")) != 0 ||
2536 (r = sshpkt_put_cstring(ssh, "markus")) != 0 ||
H A Dssh_namespace.h952 #define sshpkt_put_cstring Fssh_sshpkt_put_cstring macro
H A Dssh.c2294 (r = sshpkt_put_cstring(ssh, in ssh_session2()