Home
last modified time | relevance | path

Searched refs:sshpkt_put_stringb (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssh/
H A Dkexgen.c133 (r = sshpkt_put_stringb(ssh, kex->client_pub)) != 0 || in kex_gen_client()
361 (r = sshpkt_put_stringb(ssh, server_host_key_blob)) != 0 || in input_kex_gen_init()
362 (r = sshpkt_put_stringb(ssh, server_pubkey)) != 0 || in input_kex_gen_init()
H A Dkexgexs.c189 (r = sshpkt_put_stringb(ssh, server_host_key_blob)) != 0 || in input_kex_dh_gex_init()
H A Dttymodes.c332 (r = sshpkt_put_stringb(ssh, buf)) != 0) in ssh_tty_make_modes()
H A Dpacket.h195 int sshpkt_put_stringb(struct ssh *ssh, const struct sshbuf *v);
H A Dsshd-session.c562 if ((r = sshpkt_put_stringb(ssh, buf)) != 0) in notify_hostkeys()
H A Dclientloop.c2640 (r = sshpkt_put_stringb(ssh, buf)) != 0) in client_input_hostkeys()
2803 if ((r = sshpkt_put_stringb(ssh, cmd)) != 0 || in client_session2_setup()
H A Dssh_namespace.h976 #define sshpkt_put_stringb Fssh_sshpkt_put_stringb macro
H A Dpacket.c2717 sshpkt_put_stringb(struct ssh *ssh, const struct sshbuf *v) in sshpkt_put_stringb() function
H A Dchannels.c1886 (r = sshpkt_put_stringb(ssh, c->input)) != 0 || in channel_before_prepare_io_rdynamic()