Searched refs:ssh_input_append (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh_api.h | 115 int ssh_input_append(struct ssh *ssh, const u_char *data, size_t len);
|
H A D | ssh_api.c | 249 ssh_input_append(struct ssh *ssh, const u_char *data, size_t len) in ssh_input_append() function
|
H A D | ssh_namespace.h | 651 #define ssh_input_append Fssh_ssh_input_append macro
|
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | kex_fuzz.cc | 68 if (!clobber && (r = ssh_input_append(to, buf, len)) != 0) { in do_send_and_receive() 83 if ((r = ssh_input_append(server, sshbuf_ptr(ts->sin), in run_kex() 91 if ((r = ssh_input_append(client, sshbuf_ptr(ts->cin), in run_kex()
|
/freebsd/crypto/openssh/regress/unittests/kex/ |
H A D | test_kex.c | 51 (r = ssh_input_append(to, buf, len)) != 0) in do_send_and_receive()
|