Home | History | Annotate | Download | only in openssh

Lines Matching refs:resp

355     struct pam_response **resp, void *data)
363 *resp = NULL;
390 reply[i].resp = buffer_get_string(&buffer, NULL);
406 *resp = reply;
411 free(reply[i].resp);
547 struct pam_response **resp, void *data)
557 struct pam_response **resp, void *data)
564 *resp = NULL;
585 *resp = reply;
590 free(reply[i].resp);
843 sshpam_respond(void *ctx, u_int num, char **resp)
867 buffer_put_cstring(&buffer, *resp);
869 fake = fake_password(*resp);
984 struct pam_response **resp, void *data)
992 *resp = NULL;
1003 reply[i].resp =
1012 if ((reply[i].resp = strdup(input)) == NULL)
1025 *resp = reply;
1030 free(reply[i].resp);
1142 struct pam_response **resp, void *data)
1150 *resp = NULL;
1163 if ((reply[i].resp = strdup(sshpam_password)) == NULL)
1175 if ((reply[i].resp = strdup("")) == NULL)
1183 *resp = reply;
1188 free(reply[i].resp);