Home | History | Annotate | Download | only in racoon

Lines Matching refs:resp

593 			/* Send the username, libpam frees resp */
595 if ((reply[i].resp = strdup(PAM_usr)) == NULL) {
603 /* Send the password, libpam frees resp */
605 if ((reply[i].resp = strdup(PAM_pwd)) == NULL) {
615 reply[i].resp = NULL;