Lines Matching full:pam_csock
131 int pam_csock;
196 close(ctx->pam_csock);
197 ctx->pam_csock = -1;
369 if (ssh_msg_send(ctxt->pam_csock,
372 if (ssh_msg_recv(ctxt->pam_csock, &buffer) == -1)
381 if (ssh_msg_send(ctxt->pam_csock,
384 if (ssh_msg_recv(ctxt->pam_csock, &buffer) == -1)
393 if (ssh_msg_send(ctxt->pam_csock,
400 if (ssh_msg_send(ctxt->pam_csock,
510 ssh_msg_send(ctxt->pam_csock, sshpam_err, &buffer);
519 ssh_msg_send(ctxt->pam_csock, PAM_ACCT_EXPIRED, &buffer);
521 ssh_msg_send(ctxt->pam_csock, PAM_AUTH_ERR, &buffer);
538 close(ctxt->pam_csock);
700 ctxt->pam_csock = socks[1];