Searched refs:auth_command (Results 1 – 1 of 1) sorted by relevance
1354 DBusString auth_command; in send_auth() local1356 if (!_dbus_string_init (&auth_command)) in send_auth()1359 if (!_dbus_string_append (&auth_command, in send_auth()1362 _dbus_string_free (&auth_command); in send_auth()1366 if (!_dbus_string_append (&auth_command, in send_auth()1369 _dbus_string_free (&auth_command); in send_auth()1375 if (!_dbus_string_append (&auth_command, " ")) in send_auth()1377 _dbus_string_free (&auth_command); in send_auth()1381 if (!(* mech->client_initial_response_func) (auth, &auth_command)) in send_auth()1383 _dbus_string_free (&auth_command); in send_auth()[all …]