Searched refs:AUTH_ALLOW (Results 1 – 5 of 5) sorted by relevance
265 auth_setstate(as, (auth_getstate(as) & ~AUTH_ALLOW)); in auth_approval()276 auth_setstate(as, (auth_getstate(as) & ~AUTH_ALLOW)); in auth_approval()292 return (auth_getstate(as) & AUTH_ALLOW); in auth_approval()450 if (auth_getstate(as) & AUTH_ALLOW) in auth_userresponse()454 return (auth_getstate(as) & AUTH_ALLOW); in auth_userresponse()
239 s = as->state & AUTH_ALLOW; in auth_close()720 as->state &= ~AUTH_ALLOW; in auth_check_expire()732 as->state &= ~AUTH_ALLOW; in auth_check_expire()746 as->state &= ~AUTH_ALLOW; in auth_check_change()758 as->state &= ~AUTH_ALLOW; in auth_check_change()946 as->state &= ~AUTH_ALLOW; in auth_call()948 okay = as->state & AUTH_ALLOW; in auth_call()
83 #define AUTH_ALLOW (AUTH_OKAY | AUTH_ROOTOKAY | AUTH_SECURE) macro
368 if (!(auth_getstate(as) & AUTH_ALLOW)) in main()507 if ((authok & AUTH_ALLOW) == 0) in main()
359 if ((authok & AUTH_ALLOW) == 0) { in verify_user()