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

/freebsd-10-stable/crypto/openssh/
H A Dssh_api.h127 * be removed from the output byte-stream with ssh_output_consume().
132 * ssh_output_consume() removes the given number of bytes from
135 int ssh_output_consume(struct ssh *ssh, size_t len);
H A Dssh_api.c296 ssh_output_consume(struct ssh *ssh, size_t len) function
H A Dssh_namespace.h643 #define ssh_output_consume Fssh_ssh_output_consume macro
/freebsd-10-stable/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c52 if ((r = ssh_output_consume(from, len)) != 0 ||
/freebsd-10-stable/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c91 (r = ssh_output_consume(from, olen)) != 0)

Completed in 117 milliseconds