Home
last modified time | relevance | path

Searched refs:ssh_packet_get_output (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dssh_api.c314 struct sshbuf *output = ssh_packet_get_output(ssh); in ssh_output_ptr()
323 return sshbuf_consume(ssh_packet_get_output(ssh), len); in ssh_output_consume()
329 return (0 == sshbuf_check_reserve(ssh_packet_get_output(ssh), len)); in ssh_output_space()
378 if ((r = sshbuf_put(ssh_packet_get_output(ssh), in _ssh_read_banner()
430 if ((r = sshbuf_putb(ssh_packet_get_output(ssh), banner)) != 0) in _ssh_send_banner()
H A Dpacket.h172 void *ssh_packet_get_output(struct ssh *);
H A Dpacket.c2316 ssh_packet_get_output(struct ssh *ssh) in ssh_packet_get_output() function