Searched refs:ssh_packet_get_output (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dssh_api.c289 struct sshbuf *output = ssh_packet_get_output(ssh);
298 return sshbuf_consume(ssh_packet_get_output(ssh), len);
304 return (0 == sshbuf_check_reserve(ssh_packet_get_output(ssh), len));
348 if ((r = sshbuf_put(ssh_packet_get_output(ssh),
390 if ((r = sshbuf_put(ssh_packet_get_output(ssh), buf, strlen(buf))) != 0)
H A Dopacket.h135 ssh_packet_get_output(active_state)
H A Dpacket.h157 void *ssh_packet_get_output(struct ssh *);
H A Dssh_namespace.h663 #define ssh_packet_get_output Fssh_ssh_packet_get_output macro
H A Dpacket.c2447 ssh_packet_get_output(struct ssh *ssh) function

Completed in 119 milliseconds