Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libpam/
H A Dpam_impl.h226 struct auth_module { struct
H A Dpam_framework.c990 return (((struct auth_module *)funcp)->pam_sm_authenticate); in func()
992 return (((struct auth_module *)funcp)->pam_sm_setcred); in func()
1586 struct auth_module *authp; in load_modules()
1627 authp = calloc(1, sizeof (struct auth_module)); in load_modules()