Searched refs:ssh_msg_recv (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Dmsg.h30 int ssh_msg_recv(int, struct sshbuf *);
H A Dmsg.c66 ssh_msg_recv(int fd, struct sshbuf *m) function
72 debug3("ssh_msg_recv entering");
76 error("ssh_msg_recv: read: header");
81 error("ssh_msg_recv: read: bad msg_len %u", msg_len);
90 error("ssh_msg_recv: read: %s", strerror(errno));
H A Dssh-keysign.c260 if (ssh_msg_recv(STDIN_FILENO, b) < 0)
261 fatal("ssh_msg_recv failed");
H A Dauth-pam.c387 if (ssh_msg_recv(ctxt->pam_csock, &buffer) == -1)
734 while (ssh_msg_recv(ctxt->pam_psock, &buffer) == 0) {
H A Dssh_namespace.h630 #define ssh_msg_recv Fssh_ssh_msg_recv macro
H A Dsshd.c981 if (ssh_msg_recv(fd, &m) == -1)
982 fatal("%s: ssh_msg_recv failed", __func__);
H A Dsshconnect2.c1678 r = ssh_msg_recv(from[0], b);

Completed in 197 milliseconds