Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshbuf-misc.c275 sshbuf_read(int fd, struct sshbuf *buf, size_t maxlen, size_t *rlen) in sshbuf_read() function
H A Dsshbuf.h298 int sshbuf_read(int, struct sshbuf *, size_t, size_t *)
H A Dssh_namespace.h819 #define sshbuf_read Fssh_sshbuf_read macro
H A Dpacket.c1827 if ((r = sshbuf_read(fd, state->input, PACKET_MAX_SIZE, &rlen)) != 0) in ssh_packet_process_read()
H A Dchannels.c2144 if ((r = sshbuf_read(c->rfd, c->input, maxlen, &nr)) != 0) { in channel_handle_rfd()