Home
last modified time | relevance | path

Searched refs:packet_put_string (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dopacket.h70 #define packet_put_string( buf, len) \ macro
H A Dsshconnect.c1439 packet_put_string(padded, size); in ssh_put_password()
H A Dsshd.c898 packet_put_string(sshbuf_ptr(buf), sshbuf_len(buf));
H A Dclientloop.c2285 packet_put_string(sshbuf_ptr(cmd), sshbuf_len(cmd)); in client_session2_setup()