Lines Matching defs:authtok
63 /* PAM_AUTHTOK */ "authtok",
2779 * This function allocates memory for the new authtok.
2802 char **authtok)
2809 if ((*authtok = calloc(PASS_MAX+1, sizeof (char))) == NULL)
2829 free(*authtok);
2830 *authtok = NULL;
2832 (void) strlcpy(*authtok, new_password,
2872 (void) strlcpy(*authtok, ret_resp->resp, PASS_MAX+1);
2885 bzero(*authtok, PASS_MAX+1);
2886 free(*authtok);
2887 *authtok = NULL;