Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c243 uint32_t thisblock; in GetPW() local
245 thisblock = number / NUMWORDS; in GetPW()
247 if (prevblock == thisblock) { in GetPW()
252 (thisblock * sizeof (uint32_t)), 0)) { in GetPW()
268 prevblock = thisblock; in GetPW()