Searched refs:pwd_rep (Results 1 – 1 of 1) sorted by relevance
721 const pam_repository_t *pwd_rep = NULL; in pam_sm_chauthtok() local854 (void) pam_get_item(pamh, PAM_REPOSITORY, (const void **)&pwd_rep); in pam_sm_chauthtok()855 if (pwd_rep != NULL) { in pam_sm_chauthtok()858 pwu_rep->type = pwd_rep->type; in pam_sm_chauthtok()859 pwu_rep->scope = pwd_rep->scope; in pam_sm_chauthtok()860 pwu_rep->scope_len = pwd_rep->scope_len; in pam_sm_chauthtok()