Home | History | Annotate | Download | only in racoon

Lines Matching refs:resp

596 			/* Send the username, libpam frees resp */
598 if ((reply[i].resp = strdup(PAM_usr)) == NULL) {
606 /* Send the password, libpam frees resp */
608 if ((reply[i].resp = strdup(PAM_pwd)) == NULL) {
618 reply[i].resp = NULL;