Searched refs:ssh_packet_get_output (Results 1 – 3 of 3) sorted by relevance
314 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()
172 void *ssh_packet_get_output(struct ssh *);
2316 ssh_packet_get_output(struct ssh *ssh) in ssh_packet_get_output() function