Searched refs:auth_token_state_t (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dauthtoken.h17 typedef uint32_t auth_token_state_t; typedef
100 void auth_token_set_state(auth_token_t,auth_token_state_t);
103 void auth_token_clear_state(auth_token_t,auth_token_state_t);
106 auth_token_state_t auth_token_get_state(auth_token_t);
109 bool auth_token_check_state(auth_token_t, auth_token_state_t);
H A Dauthtoken.c46 auth_token_state_t state;
493 void auth_token_set_state(auth_token_t auth, auth_token_state_t state)
498 void auth_token_clear_state(auth_token_t auth, auth_token_state_t state)
503 auth_token_state_t auth_token_get_state(auth_token_t auth)
508 bool auth_token_check_state(auth_token_t auth, auth_token_state_t state)

Completed in 121 milliseconds