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

/freebsd-current/crypto/openssh/
H A Dsshbuf-misc.c275 sshbuf_read(int fd, struct sshbuf *buf, size_t maxlen, size_t *rlen) 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)
H A Dchannels.c2144 if ((r = sshbuf_read(c->rfd, c->input, maxlen, &nr)) != 0) {

Completed in 98 milliseconds