ssh_msg_send
if (ssh_msg_send(ctxt->pam_csock,
if (ssh_msg_send(ctxt->pam_csock,
ssh_msg_send(ctxt->pam_csock, sshpam_err, buffer);
ssh_msg_send(ctxt->pam_csock, PAM_ACCT_EXPIRED, buffer);
ssh_msg_send(ctxt->pam_csock, PAM_MAXTRIES, buffer);
ssh_msg_send(ctxt->pam_csock, PAM_AUTH_ERR, buffer);
if (ssh_msg_send(ctxt->pam_psock, PAM_AUTHTOK, buffer) == -1) {
int ssh_msg_send(int, u_char, struct sshbuf *);
if (ssh_msg_send(STDOUT_FILENO, version, b) == -1)
if ((r = ssh_msg_send(fd, SSH_SK_HELPER_VERSION, req)) != 0) {
if (ssh_msg_send(out, SSH_SK_HELPER_VERSION, resp) == -1)
if (ssh_msg_send(to[1], version, b) == -1)