Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh_api.h129 const u_char *ssh_output_ptr(struct ssh *ssh, size_t *len);
H A Dssh_api.c307 ssh_output_ptr(struct ssh *ssh, size_t *len) in ssh_output_ptr() function
H A Dssh_namespace.h663 #define ssh_output_ptr Fssh_ssh_output_ptr macro
/freebsd/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c44 buf = ssh_output_ptr(from, &len); in do_send_and_receive()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc56 buf = ssh_output_ptr(from, &len); in do_send_and_receive()