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

/freebsd-13-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),
389 if ((r = sshbuf_put(ssh_packet_get_output(ssh), buf, strlen(buf))) != 0)
H A Dopacket.h126 ssh_packet_get_output(active_state)
H A Dpacket.h171 void *ssh_packet_get_output(struct ssh *);
H A Dssh_namespace.h577 #define ssh_packet_get_output Fssh_ssh_packet_get_output macro
H A Dpacket.c2144 ssh_packet_get_output(struct ssh *ssh) function

Completed in 182 milliseconds