Searched refs:allowed_mechs (Results 1 – 2 of 2) sorted by relevance
181 char **allowed_mechs; /**< Mechanisms we're allowed to use, member1328 char **allowed_mechs) in find_mech() argument1332 if (allowed_mechs != NULL && in find_mech()1333 !_dbus_string_array_contains ((const char**) allowed_mechs, in find_mech()1699 auth->mech = find_mech (&mech, auth->allowed_mechs); in handle_auth()1885 mech = find_mech (&m, auth->allowed_mechs); in record_mechanisms()2377 dbus_free_string_array (auth->allowed_mechs); in _dbus_auth_unref()2410 dbus_free_string_array (auth->allowed_mechs); in _dbus_auth_set_mechanisms()2412 auth->allowed_mechs = copy; in _dbus_auth_set_mechanisms()
8414 filter against auth->allowed_mechs; we only add allowed mechs in