Home | History | Annotate | Download | only in openssh

Lines Matching refs:resp

342     struct pam_response **resp, void *data)
350 *resp = NULL;
376 reply[i].resp = buffer_get_string(&buffer, NULL);
388 reply[i].resp = buffer_get_string(&buffer, NULL);
410 *resp = reply;
415 if (reply[i].resp != NULL)
416 xfree(reply[i].resp);
546 struct pam_response **resp, void *data)
556 struct pam_response **resp, void *data)
563 *resp = NULL;
584 *resp = reply;
589 if (reply[i].resp != NULL)
590 xfree(reply[i].resp);
814 sshpam_respond(void *ctx, u_int num, char **resp)
837 buffer_put_cstring(&buffer, *resp);
963 struct pam_response **resp, void *data)
971 *resp = NULL;
982 reply[i].resp =
991 if ((reply[i].resp = strdup(input)) == NULL)
1004 *resp = reply;
1009 if (reply[i].resp != NULL)
1010 xfree(reply[i].resp);
1122 struct pam_response **resp, void *data)
1130 *resp = NULL;
1143 if ((reply[i].resp = strdup(sshpam_password)) == NULL)
1155 if ((reply[i].resp = strdup("")) == NULL)
1163 *resp = reply;
1168 if (reply[i].resp != NULL)
1169 xfree(reply[i].resp);