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()
111 if (pdesc->header.pih_magic != PIH_MAGIC) { in PWOpen()
138 if (pwp->header.pih_magic != PIH_MAGIC) { in PWClose()
H A Dpacker.h72 #define PIH_MAGIC 0x70775632 macro