Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacklib.c53 if (pdesc->header.pih_magic == PIH_MAGIC) { in PWOpen()
94 pdesc->header.pih_magic = PIH_MAGIC; in PWOpen()
105 pdesc->header.pih_magic = 0; in PWOpen()
111 if (pdesc->header.pih_magic != PIH_MAGIC) { in PWOpen()
112 pdesc->header.pih_magic = 0; in PWOpen()
119 pdesc->header.pih_magic = 0; in PWOpen()
138 if (pwp->header.pih_magic != PIH_MAGIC) { in PWClose()
171 pwp->header.pih_magic = 0; in PWClose()
H A Dpacker.h46 uint32_t pih_magic; member