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

/freebsd-current/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.c316 ssh_output_consume(struct ssh *ssh, size_t len) function
H A Dssh_namespace.h662 #define ssh_output_consume Fssh_ssh_output_consume macro
/freebsd-current/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c49 if ((r = ssh_output_consume(from, len)) != 0 ||
/freebsd-current/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc60 if ((r = ssh_output_consume(from, len)) != 0) {
61 debug_fr(r, "ssh_output_consume");

Completed in 79 milliseconds