Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh_api.c309 struct sshbuf *output = ssh_packet_get_output(ssh); in ssh_output_ptr()
318 return sshbuf_consume(ssh_packet_get_output(ssh), len); in ssh_output_consume()
324 return (0 == sshbuf_check_reserve(ssh_packet_get_output(ssh), len)); in ssh_output_space()
373 if ((r = sshbuf_put(ssh_packet_get_output(ssh), in _ssh_read_banner()
425 if ((r = sshbuf_putb(ssh_packet_get_output(ssh), banner)) != 0) in _ssh_send_banner()
H A Dpacket.h173 void *ssh_packet_get_output(struct ssh *);
H A Dssh_namespace.h679 #define ssh_packet_get_output Fssh_ssh_packet_get_output macro
H A Dpacket.c2226 ssh_packet_get_output(struct ssh *ssh) in ssh_packet_get_output() function