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

/freebsd-10.3-release/crypto/openssh/
H A Dssh_api.c285 struct sshbuf *output = ssh_packet_get_output(ssh);
294 return sshbuf_consume(ssh_packet_get_output(ssh), len);
300 return (0 == sshbuf_check_reserve(ssh_packet_get_output(ssh), len));
344 if ((r = sshbuf_put(ssh_packet_get_output(ssh),
386 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.h153 void *ssh_packet_get_output(struct ssh *);
H A Dssh_namespace.h659 #define ssh_packet_get_output Fssh_ssh_packet_get_output macro
H A Dpacket.c2405 ssh_packet_get_output(struct ssh *ssh) function

Completed in 57 milliseconds