Searched refs:allowed_mechs (Results 1 – 2 of 2) sorted by relevance
181 char **allowed_mechs; /**< Mechanisms we're allowed to use, member1340 char **allowed_mechs) in find_mech() argument1344 if (allowed_mechs != NULL && in find_mech()1345 !_dbus_string_array_contains ((const char**) allowed_mechs, in find_mech()1711 auth->mech = find_mech (&mech, auth->allowed_mechs); in handle_auth()1897 mech = find_mech (&m, auth->allowed_mechs); in record_mechanisms()2389 dbus_free_string_array (auth->allowed_mechs); in _dbus_auth_unref()2422 dbus_free_string_array (auth->allowed_mechs); in _dbus_auth_set_mechanisms()2424 auth->allowed_mechs = copy; in _dbus_auth_set_mechanisms()
8414 filter against auth->allowed_mechs; we only add allowed mechs in