Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssh/
HDssh_api.h129 const u_char *ssh_output_ptr(struct ssh *ssh, size_t *len);
HDssh_api.c314 ssh_output_ptr(struct ssh *ssh, size_t *len) in ssh_output_ptr() function
HDssh_namespace.h675 #define ssh_output_ptr Fssh_ssh_output_ptr macro
/freebsd-13-stable/crypto/openssh/regress/unittests/kex/
HDtest_kex.c45 buf = ssh_output_ptr(from, &len); in do_send_and_receive()
/freebsd-13-stable/crypto/openssh/regress/misc/fuzz-harness/
HDkex_fuzz.cc56 buf = ssh_output_ptr(from, &len); in do_send_and_receive()