Searched refs:sshbuf_read (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/usr.bin/ssh/ |
H A D | sshbuf-misc.c | 271 sshbuf_read(int fd, struct sshbuf *buf, size_t maxlen, size_t *rlen) in sshbuf_read() function
|
H A D | sshbuf.h | 302 int sshbuf_read(int, struct sshbuf *, size_t, size_t *)
|
H A D | packet.c | 1892 if ((r = sshbuf_read(fd, state->input, PACKET_MAX_SIZE, &rlen)) != 0) in ssh_packet_process_read()
|
H A D | channels.c | 2121 if ((r = sshbuf_read(c->rfd, c->input, maxlen, &nr)) != 0) { in channel_handle_rfd()
|