Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c49 if (pdesc->header.pih_magic == PIH_MAGIC) { in PWOpen()
90 pdesc->header.pih_magic = PIH_MAGIC; in PWOpen()
101 pdesc->header.pih_magic = 0; in PWOpen()
107 if (pdesc->header.pih_magic != PIH_MAGIC) { in PWOpen()
108 pdesc->header.pih_magic = 0; in PWOpen()
115 pdesc->header.pih_magic = 0; in PWOpen()
134 if (pwp->header.pih_magic != PIH_MAGIC) { in PWClose()
167 pwp->header.pih_magic = 0; in PWClose()
H A Dpacker.h46 uint32_t pih_magic; member