Lines Matching refs:authtok
59 /* PAM_AUTHTOK */ "authtok",
2774 * This function allocates memory for the new authtok.
2797 char **authtok)
2804 if ((*authtok = calloc(PASS_MAX+1, sizeof (char))) == NULL)
2824 free(*authtok);
2825 *authtok = NULL;
2827 (void) strlcpy(*authtok, new_password,
2867 (void) strlcpy(*authtok, ret_resp->resp, PASS_MAX+1);
2880 bzero(*authtok, PASS_MAX+1);
2881 free(*authtok);
2882 *authtok = NULL;