Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh_api.h135 int ssh_output_consume(struct ssh *ssh, size_t len);
H A Dssh_api.c316 ssh_output_consume(struct ssh *ssh, size_t len) in ssh_output_consume() function
H A Dssh_namespace.h662 #define ssh_output_consume Fssh_ssh_output_consume macro
/freebsd/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c49 if ((r = ssh_output_consume(from, len)) != 0 || in do_send_and_receive()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc60 if ((r = ssh_output_consume(from, len)) != 0) { in do_send_and_receive()