Home
last modified time | relevance | path

Searched refs:REP_LAST (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A D__get_authtoken_attr.c58 while ((i <= REP_LAST) && (res == PWU_NOT_FOUND)) { in __get_authtoken_attr()
H A D__user_to_authenticate.c53 while (i <= REP_LAST) { in __user_to_authenticate()
H A D__check_history.c67 while ((i <= REP_LAST) && (res == PWU_NOT_FOUND)) { in __check_history()
H A D__set_authtoken_attr.c77 for (i = REP_LAST; i; i >>= 1) { in __set_authtoken_attr()
H A Dpasswdutil.h105 #define REP_LAST REP_NSS macro
H A Dutils.c48 repops_t *rops[REP_LAST+1] = {
/illumos-gate/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c211 for (i = 1; i <= REP_LAST; i <<= 1) {
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c478 for (i = 1; i <= REP_LAST; i <<= 1) { in main()