Searched refs:sshbuf_read (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sshbuf-misc.c | 275 sshbuf_read(int fd, struct sshbuf *buf, size_t maxlen, size_t *rlen) in sshbuf_read() function
|
H A D | sshbuf.h | 298 int sshbuf_read(int, struct sshbuf *, size_t, size_t *)
|
H A D | ssh_namespace.h | 819 #define sshbuf_read Fssh_sshbuf_read macro
|
H A D | packet.c | 1827 if ((r = sshbuf_read(fd, state->input, PACKET_MAX_SIZE, &rlen)) != 0) in ssh_packet_process_read()
|
H A D | channels.c | 2144 if ((r = sshbuf_read(c->rfd, c->input, maxlen, &nr)) != 0) { in channel_handle_rfd()
|