Searched refs:sshpkt_put_stringb (Results 1 – 9 of 9) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | kexgen.c | 133 (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 D | kexgexs.c | 189 (r = sshpkt_put_stringb(ssh, server_host_key_blob)) != 0 || in input_kex_dh_gex_init()
|
| H A D | ttymodes.c | 332 (r = sshpkt_put_stringb(ssh, buf)) != 0) in ssh_tty_make_modes()
|
| H A D | packet.h | 195 int sshpkt_put_stringb(struct ssh *ssh, const struct sshbuf *v);
|
| H A D | sshd-session.c | 562 if ((r = sshpkt_put_stringb(ssh, buf)) != 0) in notify_hostkeys()
|
| H A D | clientloop.c | 2640 (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 D | ssh_namespace.h | 976 #define sshpkt_put_stringb Fssh_sshpkt_put_stringb macro
|
| H A D | packet.c | 2717 sshpkt_put_stringb(struct ssh *ssh, const struct sshbuf *v) in sshpkt_put_stringb() function
|
| H A D | channels.c | 1886 (r = sshpkt_put_stringb(ssh, c->input)) != 0 || in channel_before_prepare_io_rdynamic()
|