Home
last modified time | relevance | path

Searched refs:__check_history (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A D__check_history.c50 __check_history(const char *user, const char *passwd, pwu_repository_t *rep) in __check_history() function
H A DMakefile.com29 OBJ= __check_history.o \
H A Dpasswdutil.h189 int __check_history(const char *, const char *, pwu_repository_t *);
H A Dmapfile-vers43 __check_history;
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c863 if (__check_history(usrname, pwbuf, pwu_rep) == PWU_SUCCESS) { in pam_sm_chauthtok()