Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c143 pwp->flags |= PFOR_FLUSH; in PWClose()
194 } else if (!(pwp->flags & PFOR_FLUSH)) { in PutPW()
198 if ((pwp->flags & PFOR_FLUSH) || !(pwp->count % NUMWORDS)) { in PutPW()
H A Dpacker.h60 #define PFOR_FLUSH 0x0002 macro