• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/Security-57031.1.35/Security/authd/

Lines Matching defs:bool

30 static OSStatus _evaluate_user_credential_for_rule(engine_t, credential_t, rule_t, bool, bool, enum Reason *);
31 static void _engine_set_credential(engine_t, credential_t, bool);
32 static OSStatus _evaluate_rule(engine_t, rule_t, bool *);
73 bool dismissed;
149 session_credentials_iterate(auth_token_get_session(engine->auth), ^bool(credential_t cred) {
154 auth_token_credentials_iterate(engine->auth, ^bool(credential_t cred) {
222 }, ^bool(auth_items_t data) {
231 }, ^bool(auth_items_t data) {
264 _evaluate_credential_for_rule(engine_t engine, credential_t cred, rule_t rule, bool ignoreShared, bool sessionOwner, enum Reason * reason)
287 _evaluate_user_credential_for_rule(engine_t engine, credential_t cred, rule_t rule, bool ignoreShared, bool sessionOwner, enum Reason * reason)
366 _get_agent(engine_t engine, mechanism_t mech, bool create, bool firstMech)
455 bool interrupted = false;
484 _cf_dictionary_iterate(engine->mechanism_agents, ^bool(CFTypeRef key __attribute__((__unused__)), CFTypeRef value) {
626 static bool
629 bool entitled = false;
684 _cf_set_iterate(engine->credentials, ^bool(CFTypeRef value) {
709 _cf_set_iterate(engine->effectiveCredentials, ^bool(CFTypeRef value) {
754 _evaluate_class_rule(engine_t engine, rule_t rule, bool *save_pwd)
763 rule_delegates_iterator(rule, ^bool(rule_t delegate) {
861 _evaluate_rule(engine_t engine, rule_t rule, bool *save_pwd)
915 }, ^bool(auth_items_t data) {
966 bool shared = auth_items_exist(enviroment, kAuthorizationEnvironmentShared);
991 static bool _verify_sandbox(engine_t engine, const char * right)
1014 __block bool savePassword = false;
1036 auth_rights_iterate(rights, ^bool(const char *key) {
1134 _cf_set_iterate(engine->credentials, ^bool(CFTypeRef value) {
1168 auth_token_credentials_iterate(engine->auth, ^bool(credential_t cred) {
1173 session_credentials_iterate(auth_token_get_session(engine->auth), ^bool(credential_t cred) {
1194 static bool
1199 bool exists = false;
1237 OSStatus engine_verify_modification(engine_t engine, rule_t rule, bool remove, bool force_modify)
1257 bool existing = (rule_get_id(rule) != 0) ? true : _wildcard_right_exists(engine, right);
1287 _engine_set_credential(engine_t engine, credential_t cred, bool shared)
1313 _cf_dictionary_iterate(engine->mechanism_agents, ^bool(CFTypeRef key __attribute__((__unused__)), CFTypeRef value) {
1324 _cf_dictionary_iterate(engine->mechanism_agents, ^bool(CFTypeRef key __attribute__((__unused__)), CFTypeRef value) {