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

/freebsd-current/crypto/openssh/
H A Dssh_api.h87 * ssh_output_ptr().
124 * ssh_output_ptr() retrieves both a pointer and the length of the
129 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) function
H A Dssh_namespace.h663 #define ssh_output_ptr Fssh_ssh_output_ptr macro
/freebsd-current/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c44 buf = ssh_output_ptr(from, &len);
/freebsd-current/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc56 buf = ssh_output_ptr(from, &len);

Completed in 87 milliseconds