Searched refs:mechanisms (Results 1 - 7 of 7) sorted by relevance
/external/dbus/dbus/ |
H A D | dbus-auth.h | 49 const char **mechanisms);
|
H A D | dbus-server.h | 75 const char **mechanisms);
|
H A D | dbus-transport.h | 72 const char **mechanisms);
|
H A D | dbus-server.c | 953 * Sets the authentication mechanisms that this server offers to 957 * mechanisms (this is the default behavior). 959 * The D-Bus specification describes some of the supported mechanisms. 962 * @param mechanisms #NULL-terminated array of mechanisms 967 const char **mechanisms) 975 if (mechanisms != NULL) 977 copy = _dbus_dup_string_array (mechanisms); 966 dbus_server_set_auth_mechanisms(DBusServer *server, const char **mechanisms) argument
|
H A D | dbus-transport.c | 42 * network connections or other IPC mechanisms. 1111 * Sets the SASL authentication mechanisms supported by this transport. 1114 * @param mechanisms the #NULL-terminated array of mechanisms 1120 const char **mechanisms) 1122 return _dbus_auth_set_mechanisms (transport->auth, mechanisms); 1119 _dbus_transport_set_auth_mechanisms(DBusTransport *transport, const char **mechanisms) argument
|
H A D | dbus-auth.c | 1120 /* Put mechanisms here in order of preference. 1125 * - mechanisms that chain to Cyrus SASL, so we can use anything it 1455 /* No args to the auth, send mechanisms */ 1660 /* FIXME right now we try mechanisms in the order 1737 _dbus_verbose ("%s: Disconnecting because we are out of mechanisms to try using\n", 2118 * @param mechanisms #NULL-terminated array of mechanism names 2123 const char **mechanisms) 2127 if (mechanisms != NULL) 2129 copy = _dbus_dup_string_array (mechanisms); 2122 _dbus_auth_set_mechanisms(DBusAuth *auth, const char **mechanisms) argument
|
/external/dbus/bus/ |
H A D | config-parser.c | 115 DBusList *mechanisms; /**< Auth mechanisms */ member in struct:BusConfigParser 386 while ((link = _dbus_list_pop_first_link (&included->mechanisms))) 387 _dbus_list_append_link (&parser->mechanisms, link); 546 _dbus_list_foreach (&parser->mechanisms, 550 _dbus_list_clear (&parser->mechanisms); 2361 if (!_dbus_list_append (&parser->mechanisms, 2481 return &parser->mechanisms; 2870 if (!lists_of_c_strings_equal (a->mechanisms, b->mechanisms)) [all...] |
Completed in 208 milliseconds