Lines Matching defs:authtok
60 /* PAM_AUTHTOK */ "authtok",
3037 * This function allocates memory for the new authtok.
3060 char **authtok)
3067 if ((*authtok = calloc(PASS_MAX+1, sizeof (char))) == NULL)
3087 free(*authtok);
3088 *authtok = NULL;
3090 (void) strlcpy(*authtok, new_password,
3130 (void) strlcpy(*authtok, ret_resp->resp, PASS_MAX+1);
3143 bzero(*authtok, PASS_MAX+1);
3144 free(*authtok);
3145 *authtok = NULL;