Searched refs:ssh_msg_recv (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | msg.h | 30 int ssh_msg_recv(int, struct sshbuf *);
|
H A D | msg.c | 67 ssh_msg_recv(int fd, struct sshbuf *m) in ssh_msg_recv() function
|
H A D | ssh-keysign.c | 262 if (ssh_msg_recv(STDIN_FILENO, b) < 0) in main()
|
H A D | ssh-sk-helper.c | 315 if (ssh_msg_recv(in, req) < 0) in main()
|
H A D | ssh-sk-client.c | 170 if ((r = ssh_msg_recv(fd, resp)) != 0) { in client_converse()
|
H A D | auth-pam.c | 431 if (ssh_msg_recv(ctxt->pam_csock, buffer) == -1) in sshpam_thread_conv() 864 while (ssh_msg_recv(ctxt->pam_psock, buffer) == 0) { in sshpam_query()
|
H A D | sshd-session.c | 709 if (ssh_msg_recv(fd, m) == -1) in recv_rexec_state() 736 if (ssh_msg_recv(fd, m) == -1) in recv_rexec_state()
|
H A D | ssh_namespace.h | 665 #define ssh_msg_recv Fssh_ssh_msg_recv macro
|
H A D | sshconnect2.c | 2083 r = ssh_msg_recv(from[0], b); in ssh_keysign()
|